X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fgtk%2Fmessagebox.h;h=c78e00347d020d80cd9a47b047912907d41a2344;hb=75172f0ea557b3d104787c34437a99b1453c56de;hp=991e758a25d0d6d829505f75b5487f6948c528fb;hpb=1eb382f72510d50b3636fb88c4bfaf17183672b6;p=emu8051.git diff --git a/src/gtk/messagebox.h b/src/gtk/messagebox.h index 991e758..c78e003 100644 --- a/src/gtk/messagebox.h +++ b/src/gtk/messagebox.h @@ -24,10 +24,10 @@ #include -#define MESSAGE_DIALOG_NORMAL_FONT 0 -#define MESSAGE_DIALOG_FIXED_FONT 1 +void +message_show_error(char *message); void -ShowMessage(gchar *title, gchar *message, int justification, int font_style); +message_show_information(char *message); #endif /* MESSAGEBOX_H */