comparison src/typedefs.h @ 1433:b4ad1d201279

Use gboolean where applicable, minor cleanup and indentations fixes.
author zas_
date Sat, 14 Mar 2009 19:25:21 +0000
parents cf4029d10d38
children d7a6fb7a90dd
comparison
equal deleted inserted replaced
1432:cf4029d10d38 1433:b4ad1d201279
796 gint from_selection; 796 gint from_selection;
797 797
798 void (*stop_func)(SlideShowData *, gpointer); 798 void (*stop_func)(SlideShowData *, gpointer);
799 gpointer stop_data; 799 gpointer stop_data;
800 800
801 gint paused; 801 gboolean paused;
802 }; 802 };
803 803
804 struct _FullScreenData 804 struct _FullScreenData
805 { 805 {
806 GtkWidget *window; 806 GtkWidget *window;