diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-08 04:40:39 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-08 04:41:10 +0200 |
commit | c17acf93cb4ebe698b0af8a38a1fd6d49a6be3cc (patch) | |
tree | dcbcde05b894da2ee7e83f2c62742565c2457b88 /src/gui/itempopup.h | |
parent | 7646d773e826b222b94b951f777256b23dbf98ac (diff) | |
download | plus-c17acf93cb4ebe698b0af8a38a1fd6d49a6be3cc.tar.gz plus-c17acf93cb4ebe698b0af8a38a1fd6d49a6be3cc.tar.bz2 plus-c17acf93cb4ebe698b0af8a38a1fd6d49a6be3cc.tar.xz plus-c17acf93cb4ebe698b0af8a38a1fd6d49a6be3cc.zip |
Add possible colors to item popups.
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r-- | src/gui/itempopup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h index 4cefae6c6..aeda26a0d 100644 --- a/src/gui/itempopup.h +++ b/src/gui/itempopup.h @@ -52,7 +52,8 @@ class ItemPopup : public Popup /** * Sets the info to be displayed given a particular item. */ - void setItem(const ItemInfo &item, bool showImage = false); + void setItem(const ItemInfo &item, unsigned char color, + bool showImage = false); void setItem(const Item *item, bool showImage = false); |