mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Removes "static" warning.
This commit is contained in:
parent
a747829ffb
commit
a7562eb2be
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);
|
||||
|
Loading…
Reference in New Issue
Block a user