diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-16 16:48:54 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-16 16:48:54 +0000 |
commit | 304c79eeb6785efc39576cc89985787c1faea485 (patch) | |
tree | bc23afb81e2a8a30fe31cf1b4b47b839a4293a0b /src/gui/gui.h | |
parent | b4607a6c80a5ab7b09a79baa7b9f9d9c7aeab6ef (diff) | |
download | mana-304c79eeb6785efc39576cc89985787c1faea485.tar.gz mana-304c79eeb6785efc39576cc89985787c1faea485.tar.bz2 mana-304c79eeb6785efc39576cc89985787c1faea485.tar.xz mana-304c79eeb6785efc39576cc89985787c1faea485.zip |
Removed checkbox and dialog stuff.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index b4abaad8..427ffaee 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -106,14 +106,6 @@ typedef struct { } LexSlider; typedef struct { - BITMAP *normal; - BITMAP *checked; - BITMAP *disabled; - BITMAP *disabled_checked; - int textcolor[2]; -} LexCheckbox; - -typedef struct { LexSkinnedRect bg; int textcolor[2]; } LexTextbox; @@ -125,16 +117,10 @@ typedef struct { } LexListbox; typedef struct { - LexSkinnedRect bg; -} LexDialog; - -typedef struct { LexButton button; LexSlider slider; - LexCheckbox checkbox; LexTextbox textbox; LexListbox listbox; - LexDialog dialog; } LexSkin; extern LexSkin gui_skin; |