Search
lxdream.org :: lxdream/src/gui/gui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui/gui.h
changeset 167:71c0cc416a64
prev45:f99236f0632e
next392:39e596b3b6dd
author nkeynes
date Mon Jan 15 08:30:50 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Commit testyuv WIP
file annotate diff log raw
1.1 --- a/src/gui/gui.h Tue Dec 27 08:41:22 2005 +0000
1.2 +++ b/src/gui/gui.h Mon Jan 15 08:30:50 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: gui.h,v 1.14 2005-12-27 08:41:22 nkeynes Exp $
1.6 + * $Id: gui.h,v 1.15 2006-06-19 11:00:42 nkeynes Exp $
1.7 *
1.8 * General GUI definitions
1.9 *
1.10 @@ -39,8 +39,8 @@
1.11 extern debug_info_t main_debug;
1.12
1.13 typedef int (*file_callback_t)( const gchar *filename );
1.14 -void open_file_dialog( char *title, file_callback_t file_handler, char *pattern, char *patname );
1.15 -void save_file_dialog( char *title, file_callback_t file_handler, char *pattern, char *patname );
1.16 +void open_file_dialog( char *title, file_callback_t file_handler, char *pattern, char *patname, const gchar *initial_dir );
1.17 +void save_file_dialog( char *title, file_callback_t file_handler, char *pattern, char *patname, const gchar *initial_dir );
1.18
1.19 void update_mmr_win( void );
1.20 void init_mmr_win( void );
.