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:
2
video.c
2
video.c
@@ -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);
|
||||
|
Reference in New Issue
Block a user