summaryrefslogtreecommitdiff
path: root/uisimulator/screenhack.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-04-19 14:02:23 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-04-19 14:02:23 +0000
commit5d4094fc983bf296ca6edce39b9a545c8643ed0b (patch)
treec6251256440c22f62faa1ad582a397240abb279d /uisimulator/screenhack.h
parentf9429cc11ba13efb90dc7c8b767a2e552298d0bd (diff)
downloadrockbox-5d4094fc983bf296ca6edce39b9a545c8643ed0b.tar.gz
rockbox-5d4094fc983bf296ca6edce39b9a545c8643ed0b.zip
Made handle_events a polling function to allow button scanning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@146 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/screenhack.h')
-rw-r--r--uisimulator/screenhack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/screenhack.h b/uisimulator/screenhack.h
index fe68bc603e..12cd873e22 100644
--- a/uisimulator/screenhack.h
+++ b/uisimulator/screenhack.h
@@ -89,8 +89,8 @@ extern XrmOptionDescRec options [];
89extern char *defaults []; 89extern char *defaults [];
90 90
91extern void screenhack (Display*,Window); 91extern void screenhack (Display*,Window);
92extern void screenhack_handle_event (Display*, XEvent*); 92extern int screenhack_handle_event (Display*, XEvent*);
93extern void screenhack_handle_events (Display*); 93extern int screenhack_handle_events (void);
94extern void screen_redraw(); 94extern void screen_redraw();
95extern void screen_resized(); 95extern void screen_resized();
96 96