diff options
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r-- | libvo/x11_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c index b33cf7874f..8e6d77d102 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -176,7 +176,7 @@ int vo_x11_check_events(Display *mydisplay){ XEvent Event; char buf[100]; KeySym keySym; - XComposeStatus stat; + static XComposeStatus stat; // unsigned long vo_KeyTable[512]; #ifdef HAVE_GUI |