diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-22 09:05:24 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-22 09:05:24 +0000 |
commit | 353560a2829fb9b1d9d26121658ce83589c4f5ef (patch) | |
tree | a4eeb6f2f4f6d7eacdea7016fa8df034efd6788c /src/itemshortcut.h | |
parent | a444a76ed37a52ba0004298f2512bee1c75273bc (diff) | |
download | mana-353560a2829fb9b1d9d26121658ce83589c4f5ef.tar.gz mana-353560a2829fb9b1d9d26121658ce83589c4f5ef.tar.bz2 mana-353560a2829fb9b1d9d26121658ce83589c4f5ef.tar.xz mana-353560a2829fb9b1d9d26121658ce83589c4f5ef.zip |
Added close button and item shortcut backgrounds to files that will be
installed.
Diffstat (limited to 'src/itemshortcut.h')
-rw-r--r-- | src/itemshortcut.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/itemshortcut.h b/src/itemshortcut.h index 23835c3b..d211c7f3 100644 --- a/src/itemshortcut.h +++ b/src/itemshortcut.h @@ -32,7 +32,8 @@ */ typedef Item* ItemPtr; -class ItemShortcut { +class ItemShortcut +{ public: /** * Constructor. @@ -123,5 +124,7 @@ class ItemShortcut { ItemPtr mItemSelected; /**< the item held by cursor */ }; + extern ItemShortcut *itemShortcut; + #endif |