diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-10-03 12:17:26 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-10-03 12:17:26 +0000 |
commit | 52506f9c24ad80366df76fe15b7e8eb6936eb6cf (patch) | |
tree | 249373977b3d343195fc5afd10c9feaf1f1dc981 /src/gui/gui.cpp | |
parent | 852ac498435fb30f7762ee8edb1e35c4e771d6ec (diff) | |
download | mana-52506f9c24ad80366df76fe15b7e8eb6936eb6cf.tar.gz mana-52506f9c24ad80366df76fe15b7e8eb6936eb6cf.tar.bz2 mana-52506f9c24ad80366df76fe15b7e8eb6936eb6cf.tar.xz mana-52506f9c24ad80366df76fe15b7e8eb6936eb6cf.zip |
*** empty log message ***
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 42651c46..10021020 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -1022,6 +1022,9 @@ int tmw_list_proc(int msg, DIALOG *d, int c) { return D_O_K; } +/** + dialog box w/ left centered head +*/ int tmw_dialog_proc(int msg, DIALOG *d, int c) { int rtm; int x, y; @@ -1068,6 +1071,9 @@ int tmw_dialog_proc(int msg, DIALOG *d, int c) { return D_O_K; } +/** + dialog box w/ left aligned head +*/ int tmw_ldialog_proc(int msg, DIALOG *d, int c) { int rtm; int x, y; |