diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-01 18:41:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-01 22:58:18 +0300 |
commit | 212f1eaecc51ca4a112d0e1e22b4a02faec838f3 (patch) | |
tree | 51cb1b963b47f245d5540f1d977e8b977daaf177 /src/gui/widgets/tab.h | |
parent | ca77e0ed33845eebc9dcd9d68a1be3b2bf4afaf1 (diff) | |
download | plus-212f1eaecc51ca4a112d0e1e22b4a02faec838f3.tar.gz plus-212f1eaecc51ca4a112d0e1e22b4a02faec838f3.tar.bz2 plus-212f1eaecc51ca4a112d0e1e22b4a02faec838f3.tar.xz plus-212f1eaecc51ca4a112d0e1e22b4a02faec838f3.zip |
Add batch drawing to tab.
Diffstat (limited to 'src/gui/widgets/tab.h')
-rw-r--r-- | src/gui/widgets/tab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tab.h b/src/gui/widgets/tab.h index 3589b2905..17237edd7 100644 --- a/src/gui/widgets/tab.h +++ b/src/gui/widgets/tab.h @@ -31,7 +31,7 @@ #include "localconsts.h" -class GraphicsVertexes; +class ImageCollection; class ImageRect; class Label; class Skin; @@ -151,7 +151,7 @@ class Tab : public gcn::BasicContainer, const gcn::Color *mFlashColor; const gcn::Color *mPlayerFlashColor; int mFlash; - GraphicsVertexes *mVertexes; + ImageCollection *mVertexes; bool mRedraw; int mMode; }; |