Removes "static" warning.

This commit is contained in:
Johns 2013-03-06 17:31:01 +01:00
parent a747829ffb
commit a7562eb2be
1 changed files with 1 additions and 1 deletions

View File

@ -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);