diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-16 16:04:16 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-16 16:04:16 +0000 |
commit | cf815e520dda01b291a8020db04c67c4ff1ebfbf (patch) | |
tree | 0d14d20493b314ee0d53afd3dbd2a74a9db14e6b /src/gui/gui.h | |
parent | cd5625304014f70e063e524cfd1bbb8125d9a3a5 (diff) | |
download | mana-cf815e520dda01b291a8020db04c67c4ff1ebfbf.tar.gz mana-cf815e520dda01b291a8020db04c67c4ff1ebfbf.tar.bz2 mana-cf815e520dda01b291a8020db04c67c4ff1ebfbf.tar.xz mana-cf815e520dda01b291a8020db04c67c4ff1ebfbf.zip |
More GUI image location changes and chat displays longer.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 73858be3..b4abaad8 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -129,17 +129,12 @@ typedef struct { } LexDialog; typedef struct { - LexSkinnedRect bg; -} LexBar; - -typedef struct { LexButton button; LexSlider slider; LexCheckbox checkbox; LexTextbox textbox; LexListbox listbox; LexDialog dialog; - LexBar bar; } LexSkin; extern LexSkin gui_skin; |