Search
lxdream.org :: lxdream/src/gui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui.h
changeset 681:1755a126b109
prev678:35eb00945316
next736:a02d1475ccfd
author nkeynes
date Sun Jun 01 00:47:45 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change First cut of the Cocoa GUI implementation
file annotate diff log raw
1.1 --- a/src/gui.h Thu May 29 11:00:26 2008 +0000
1.2 +++ b/src/gui.h Sun Jun 01 00:47:45 2008 +0000
1.3 @@ -44,8 +44,10 @@
1.4 /**
1.5 * Enter the GUI main loop. If this method ever returns, the system will
1.6 * exit normally.
1.7 + *
1.8 + * @param run TRUE if the system should start running immediately, otherwise
1.9 */
1.10 -void gui_main_loop(void);
1.11 +void gui_main_loop( gboolean run );
1.12
1.13 gboolean gui_error_dialog( const char *fmt, ... );
1.14
.