summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-16 16:48:54 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-16 16:48:54 +0000
commit304c79eeb6785efc39576cc89985787c1faea485 (patch)
treebc23afb81e2a8a30fe31cf1b4b47b839a4293a0b /src/gui/gui.h
parentb4607a6c80a5ab7b09a79baa7b9f9d9c7aeab6ef (diff)
downloadmana-client-304c79eeb6785efc39576cc89985787c1faea485.tar.gz
mana-client-304c79eeb6785efc39576cc89985787c1faea485.tar.bz2
mana-client-304c79eeb6785efc39576cc89985787c1faea485.tar.xz
mana-client-304c79eeb6785efc39576cc89985787c1faea485.zip
Removed checkbox and dialog stuff.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h14
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;