diff options
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; |