Search
lxdream.org :: lxdream/src/gui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui.h
changeset 678:35eb00945316
prev561:533f6b478071
next681:1755a126b109
author nkeynes
date Thu May 29 11:00:26 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Split gdrom.h into public and private gddriver.h
Reorganize gdrom mount to use a disc change hook
file annotate diff log raw
1.1 --- a/src/gui.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/gui.h Thu May 29 11:00:26 2008 +0000
1.3 @@ -21,6 +21,9 @@
1.4
1.5 #include <glib/gtypes.h>
1.6
1.7 +/* Base GUI clock is 10ms */
1.8 +#define GUI_TICK_PERIOD 10000000
1.9 +
1.10 /**
1.11 * GUI-provided method to scan the command line for standard arguments,
1.12 * invoked prior to regular command line processing. The command line
1.13 @@ -60,9 +63,4 @@
1.14 */
1.15 void gui_update_io_activity( io_activity_type activity, gboolean active );
1.16
1.17 -/**
1.18 - * Open a gdrom filename via the menu. FIXME: Should be generic
1.19 - */
1.20 -gboolean gdrom_menu_open_file( const char *filename );
1.21 -
1.22 #endif /* __lxdream_gui_H */
.