diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2012-02-15 22:32:43 +0100 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2012-02-15 22:32:43 +0100 |
| commit | b193b75f62ff3be76f3cec120fe906c474b5caeb (patch) | |
| tree | f33744a341b09e124e626be415730ca753396ce0 /apps/plugins/zxbox/zxbox.c | |
| parent | f7fdf134681a35950edeb1054a1e095f7acec058 (diff) | |
| download | rockbox-b193b75f62ff3be76f3cec120fe906c474b5caeb.zip rockbox-b193b75f62ff3be76f3cec120fe906c474b5caeb.tar.gz rockbox-b193b75f62ff3be76f3cec120fe906c474b5caeb.tar.bz2 rockbox-b193b75f62ff3be76f3cec120fe906c474b5caeb.tar.xz | |
zxbox: make source files include their header file and make function static where possible
Change-Id: I0c87563ee29f46948e3a559c27b1b22d4404cec1
Diffstat (limited to 'apps/plugins/zxbox/zxbox.c')
| -rw-r--r-- | apps/plugins/zxbox/zxbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/zxbox.c b/apps/plugins/zxbox/zxbox.c index edaa7cf..81a79dc 100644 --- a/apps/plugins/zxbox/zxbox.c +++ b/apps/plugins/zxbox/zxbox.c @@ -21,6 +21,7 @@ #include "zxconfig.h" #include "spkey_p.h" +#include "spkey.h" spkeyboard kb_mkey; bool exit_requested=false; @@ -28,7 +29,6 @@ bool clear_kbd=0; extern bool zxbox_menu(void); /* DUMMIES ... to clean */ -unsigned int scrmul=0; int privatemap; int use_shm = 0; int small_screen,pause_on_iconify; |