diff options
Diffstat (limited to 'uisimulator/x11/screenhack.h')
-rw-r--r-- | uisimulator/x11/screenhack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/x11/screenhack.h b/uisimulator/x11/screenhack.h index ac9b01bf75..f4496d69c5 100644 --- a/uisimulator/x11/screenhack.h +++ b/uisimulator/x11/screenhack.h @@ -40,8 +40,8 @@ extern XrmOptionDescRec options []; extern char *defaults []; extern void screenhack (Display*,Window); -extern int screenhack_handle_event(Display*, XEvent*, bool *); -extern int screenhack_handle_events(bool *); +extern int screenhack_handle_event(Display*, XEvent*, bool *, bool *); +extern int screenhack_handle_events(bool *, bool *); extern void screen_redraw(); extern void screen_resized(); |