summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-10-03 12:17:26 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-10-03 12:17:26 +0000
commit52506f9c24ad80366df76fe15b7e8eb6936eb6cf (patch)
tree249373977b3d343195fc5afd10c9feaf1f1dc981 /src
parent852ac498435fb30f7762ee8edb1e35c4e771d6ec (diff)
downloadmana-client-52506f9c24ad80366df76fe15b7e8eb6936eb6cf.tar.gz
mana-client-52506f9c24ad80366df76fe15b7e8eb6936eb6cf.tar.bz2
mana-client-52506f9c24ad80366df76fe15b7e8eb6936eb6cf.tar.xz
mana-client-52506f9c24ad80366df76fe15b7e8eb6936eb6cf.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/gui/gui.cpp6
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;