1
0
mirror of https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git synced 2023-10-10 17:16:51 +00:00

Removes "static" warning.

This commit is contained in:
Johns 2013-03-06 17:31:01 +01:00
parent a747829ffb
commit a7562eb2be

@ -10826,7 +10826,7 @@ void VideoSetAutoCrop(int interval, int delay, int tolerance)
///
int VideoRaiseWindow(void)
{
const static uint32_t values[] = { XCB_STACK_MODE_ABOVE };
static const uint32_t values[] = { XCB_STACK_MODE_ABOVE };
xcb_configure_window(Connection, VideoWindow, XCB_CONFIG_WINDOW_STACK_MODE,
values);