rockbox/uisimulator/x11
Björn Stenberg b1b8bd4dd1 Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c.
typedef Menu replaced with a bool.
All code now calls usb_screen() for usb handling.
Nearly all code now deals with USB connect/disconnect properly.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2401 a1c6a512-1295-4272-9138-f99709370657
2002-09-24 17:22:12 +00:00
..
archos I got tired of shifting this file around, and it belongs with the archos 2002-05-18 05:38:33 +00:00
button-x11.c Added button release events 2002-08-21 14:13:53 +00:00
config.h
dir.h adjusted to build on my solaris box 2002-05-07 12:25:30 +00:00
file.h warning hunt and kill session 2002-06-14 11:00:13 +00:00
io.c warning hunt and kill session 2002-06-14 11:00:13 +00:00
kernel.h removed yield() define, we have a proper yield() implementation now 2002-06-14 12:40:00 +00:00
lcd-x11.c added lcd_update_rect() simulator-style 2002-09-10 07:07:44 +00:00
lcd-x11.h
Makefile Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. 2002-09-24 17:22:12 +00:00
oss_sound.c added playback simulator if /dev/dsp is unavailable 2002-05-15 07:27:48 +00:00
README
resources.c
resources.h
screenhack.c clean off heaps of unused code 2002-09-09 13:28:29 +00:00
screenhack.h
thread.c current_tick simulation added 2002-06-14 12:44:51 +00:00
uibasic.c Greg Haerr's new loadable font. No more #ifdef font-style, removed old 2002-09-12 13:33:59 +00:00
utils.h
version.h
visual.c
visual.h
vroot.h warning hunt and kill session 2002-06-14 11:00:13 +00:00
xmu.h

Solaris

 $ make
 $ ./rockboxui

Linux

 $ make LIBDIRS=-L/usr/X11R6/lib
 $ ./rockboxui