diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-10-03 13:01:25 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-10-03 13:01:25 +0000 |
commit | 3f10af1967a587e6b3c583316aa97bff5a0dc62a (patch) | |
tree | b2abd1026e81d7aacf09f96e2d2e3d449de4d1af /src/gui/gui.h | |
parent | 0b00bf2ccff23b5f565e214b36be3ea823ab59da (diff) | |
download | mana-3f10af1967a587e6b3c583316aa97bff5a0dc62a.tar.gz mana-3f10af1967a587e6b3c583316aa97bff5a0dc62a.tar.bz2 mana-3f10af1967a587e6b3c583316aa97bff5a0dc62a.tar.xz mana-3f10af1967a587e6b3c583316aa97bff5a0dc62a.zip |
*** empty log message ***
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index e14a0140..47362466 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -80,11 +80,6 @@ typedef struct { } LexDialog; typedef struct { - LexSkinnedRect bg; -} LexBar; - - -typedef struct { LexButton button; LexSlider slider; LexCheckbox checkbox; @@ -92,7 +87,6 @@ typedef struct { LexTextbox textbox; LexListbox listbox; LexDialog dialog; - LexBar bar; } LexSkin; extern LexSkin gui_skin; @@ -121,7 +115,6 @@ 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); -int tmw_bar_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); |