rockbox/uisimulator/x11
Daniel Stenberg 7a8d95d8ff go bananas, now we complain on *lots* of details
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@999 a1c6a512-1295-4272-9138-f99709370657
2002-06-14 10:41:08 +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 shorten the sleep for blocking key-gets to make it behave better 2002-05-29 08:37:06 +00:00
config.h moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00
dir.h adjusted to build on my solaris box 2002-05-07 12:25:30 +00:00
file.h adjusted to build on my solaris box 2002-05-07 12:25:30 +00:00
io.c Added \n to debugf() 2002-05-13 15:23:30 +00:00
kernel.h make yield() simply do a short sleep when simulated 2002-05-27 06:54:07 +00:00
lcd-x11.c removed the no longer used code for simulating the player LCD 2002-05-30 14:12:31 +00:00
lcd-x11.h moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00
Makefile go bananas, now we complain on *lots* of details 2002-06-14 10:41:08 +00:00
mpeg.c works with playlist code, now stubs mpeg_play() to be able to show some 2002-06-04 21:45:51 +00:00
oss_sound.c added playback simulator if /dev/dsp is unavailable 2002-05-15 07:27:48 +00:00
README moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00
resources.c moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00
resources.h moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00
screenhack.c the sim should not take args off the command line 2002-06-04 08:55:49 +00:00
screenhack.h moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00
sleep.c added sleep() simulation 2002-05-01 10:35:42 +00:00
thread.c add thread functionality, powered by pthreads 2002-06-10 10:17:54 +00:00
uibasic.c no more Logf(), only use debugf() 2002-05-06 11:24:34 +00:00
utils.h moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00
version.h moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00
visual.c moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00
visual.h moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00
vroot.h moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00
xmu.h moved X11-specific files into a separate subdir to keep root clean for 2002-04-27 23:48:49 +00:00

Solaris

 $ make
 $ ./rockboxui

Linux

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