]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/camera/dialogs.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / contrib / camera / dialogs.h
index 38ea9cd5e077795d29084fd88599434f85ec13a5..9b8f9036c0d041547f19223e52c3da3d1dcaaf61 100644 (file)
  */
 
 struct TwinWidget {
-    GtkWidget *one;
-    GtkWidget *two;
+       GtkWidget* one;
+       GtkWidget* two;
 };
 
-void dialog_button_callback(GtkWidget *widget, gpointer data);
-
-gint dialog_delete_callback(GtkWidget *widget, GdkEvent *event, gpointer data);
+void dialog_button_callback( GtkWidget *widget, gpointer data );
+gint dialog_delete_callback( GtkWidget *widget, GdkEvent* event, gpointer data );
 //void dialog_button_callback_settex (GtkWidget *widget, gpointer data);
 
-void RefreshCamListCombo(void);
-
-GtkWidget *CreateCameraInspectorDialog(void);
+void RefreshCamListCombo( void );
+GtkWidget *CreateCameraInspectorDialog( void );