summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-10-03 12:16:06 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-10-03 12:16:06 +0000
commit852ac498435fb30f7762ee8edb1e35c4e771d6ec (patch)
treeaddf0ce3e309d443f49673d5e7840a4279d332a4 /src/gui/gui.h
parent0c170b678f3528771823a2c226275a1613f4bf37 (diff)
downloadmana-client-852ac498435fb30f7762ee8edb1e35c4e771d6ec.tar.gz
mana-client-852ac498435fb30f7762ee8edb1e35c4e771d6ec.tar.bz2
mana-client-852ac498435fb30f7762ee8edb1e35c4e771d6ec.tar.xz
mana-client-852ac498435fb30f7762ee8edb1e35c4e771d6ec.zip
added tmw_ldialog_proc for left aligned text in window head
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 36973b65..47362466 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -32,7 +32,7 @@
#include <alfont.h>
#include <string.h>
-typedef struct {
+typedef struct {
BITMAP *grid[9];
} LexSkinnedRect;
@@ -112,10 +112,11 @@ int tmw_password_proc(int msg, DIALOG *d, int c);
int tmw_list_proc(int msg, DIALOG *d, int c);
int tmw_text_proc(int msg, DIALOG *d, int c);
int tmw_dialog_proc(int msg, DIALOG *d, int c);
+int tmw_ldialog_proc(int msg, DIALOG *d, int c);
int tmw_textbox_proc(int msg, DIALOG *d, int c);
int tmw_bitmap_proc(int msg, DIALOG *d, int c);
void ok(const char *title, const char *message);
unsigned int yes_no(const char *title, const char *message);
-#endif
+#endif