diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-10-03 12:16:06 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-10-03 12:16:06 +0000 |
commit | 852ac498435fb30f7762ee8edb1e35c4e771d6ec (patch) | |
tree | addf0ce3e309d443f49673d5e7840a4279d332a4 /src/gui/gui.h | |
parent | 0c170b678f3528771823a2c226275a1613f4bf37 (diff) | |
download | mana-852ac498435fb30f7762ee8edb1e35c4e771d6ec.tar.gz mana-852ac498435fb30f7762ee8edb1e35c4e771d6ec.tar.bz2 mana-852ac498435fb30f7762ee8edb1e35c4e771d6ec.tar.xz mana-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.h | 5 |
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 |