CVSROOT: /sources/gnash Module name: gnash Changes by: Benjamin Wolsey <bwy> 08/01/19 17:36:44
Modified files: . : ChangeLog gui : gtksup.h Log message: * gui/gtksup.h: get rid of C crap. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5435&r2=1.5436 http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtksup.h?cvsroot=gnash&r1=1.60&r2=1.61 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5435 retrieving revision 1.5436 diff -u -b -r1.5435 -r1.5436 --- ChangeLog 19 Jan 2008 17:00:14 -0000 1.5435 +++ ChangeLog 19 Jan 2008 17:36:44 -0000 1.5436 @@ -1,3 +1,7 @@ +2008-01-19 Benjamin Wolsey <[EMAIL PROTECTED]> + + * gui/gtksup.h: get rid of C crap. + 2008-01-19 Sandro Santilli <[EMAIL PROTECTED]> * testsuite/misc-ming.all/masks_test.c: move the dejagnu Index: gui/gtksup.h =================================================================== RCS file: /sources/gnash/gnash/gui/gtksup.h,v retrieving revision 1.60 retrieving revision 1.61 diff -u -b -r1.60 -r1.61 --- gui/gtksup.h 18 Jan 2008 12:19:47 -0000 1.60 +++ gui/gtksup.h 19 Jan 2008 17:36:44 -0000 1.61 @@ -205,7 +205,7 @@ // A struct containing widgets for passing preference // data from the dialogue - typedef struct _prefData { + struct prefData { GtkWidget *soundToggle; GtkWidget *actionDumpToggle; GtkWidget *parserDumpToggle; @@ -228,7 +228,7 @@ #ifdef USE_DEBUGGER GtkWidget *DebuggerToggle; #endif - } prefData; + }; static void updateRC(GtkWidget* widget, gint response, gpointer data); static void open_file(GtkWidget* dialog, gpointer data); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit