summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-15 22:58:07 -0700
committerIra Rice <irarice@gmail.com>2009-01-15 22:58:07 -0700
commitecc18d3a2ed44d4b4e6ccfe879771686b2616bb4 (patch)
tree9fd6afb73c8478311bd3d55d519467d8122f5c64 /src/gui/itempopup.h
parent600e10515e127d6393f0756cb72e5a63303557a2 (diff)
downloadmana-client-ecc18d3a2ed44d4b4e6ccfe879771686b2616bb4.tar.gz
mana-client-ecc18d3a2ed44d4b4e6ccfe879771686b2616bb4.tar.bz2
mana-client-ecc18d3a2ed44d4b4e6ccfe879771686b2616bb4.tar.xz
mana-client-ecc18d3a2ed44d4b4e6ccfe879771686b2616bb4.zip
A little bit of code cleanup/simplification.
TODO: Figure out how the itempopup transparency is broken and fix it (broken on code import). Best guess would be that the window is attached to a widget which is then attached to a window, causing a break in updates to the transparency code. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r--src/gui/itempopup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h
index 8da0b32a..5b7a911a 100644
--- a/src/gui/itempopup.h
+++ b/src/gui/itempopup.h
@@ -23,8 +23,8 @@
#ifndef _TMW_ITEMPOPUP_H__
#define _TMW_ITEMPOPUP_H__
-#include "textbox.h"
#include "scrollarea.h"
+#include "textbox.h"
#include "window.h"
#include "../item.h"