Fix bug with children not resizing with main window
[emu8051.git] / src / messagebox.h
index 0853a31..991e758 100644 (file)
 
 #include <gtk/gtk.h>
 
-
 #define MESSAGE_DIALOG_NORMAL_FONT 0
 #define MESSAGE_DIALOG_FIXED_FONT  1
 
-
 void
-ShowMessage( gchar *title, gchar *message, int justification, int font_style );
-
+ShowMessage(gchar *title, gchar *message, int justification, int font_style);
 
 #endif /* MESSAGEBOX_H */