diff options
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r-- | src/gui/itempopup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h index 5b7a911a..4206671e 100644 --- a/src/gui/itempopup.h +++ b/src/gui/itempopup.h @@ -36,6 +36,7 @@ class ItemPopup : public Window void setItem(const ItemInfo &item); unsigned int getNumRows(); + void view(int x, int y); private: gcn::Label *mItemName; |