diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-04-23 18:49:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-04-23 18:49:57 +0000 |
commit | eae511030cd7540e37a11d4c6d5147fd5c186a1a (patch) | |
tree | f5658e9f0bd569faa840cba8d877be00cc3cdaac /uisimulator/x11/screenhack.h | |
parent | 4ccffb658931503b3badb70a99d72a0cfb9834b1 (diff) |
Now supports key-repeat in the simulator!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3594 a1c6a512-1295-4272-9138-f99709370657
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(); |