Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
622db35e610fd8e46ffe3cabbfb8cd57a5b0e70c
/
uisimulator
/
x11
/
kernel.c
765e0f8
New kernel function, queue_delete(struct event_queue *q)
by Linus Nielsen Feltzing
· 19 years ago
b51f7df
Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Charging' for the iriver remote LCD. * Enabled the backlight code for the simulator, and prepared backlight simulation. It's only a stub atm, writing messages to the console window. * Added tick task handling to the simulators for this to work. * Code cleanup in backlight.c, less dead code.
by Jens Arnold
· 19 years ago
74b731e
Major rework of the x11 simulator button handling. (1) Button repeat should always work correctly now, not sending a release before the repeat(s). Fixes e.g. calling the Ondio menu. (2) Button handling is done in the timer thread, not sleep()ing the main thread for extended times. Fixes slow performance of high-workload plugins (codec tests). (3) The x11 simulator now also contains the queue handling code. (4) The new code requires X11R6 because the multi-threading extension is used.
by Jens Arnold
· 20 years ago