added MenuAction_DrawItem for changing how an item gets drawn

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401012
This commit is contained in:
David Anderson
2007-06-22 22:37:22 +00:00
parent 38f95fc63d
commit 368432baf5
3 changed files with 17 additions and 5 deletions
+1
View File
@@ -41,6 +41,7 @@ enum MenuAction
MenuAction_VoteEnd = (1<<5), /**< (VOTE ONLY): A vote sequence has succeeded (param1=chosen item) */
MenuAction_VoteStart = (1<<6), /**< (VOTE ONLY): A vote sequence has started (nothing passed) */
MenuAction_VoteCancel = (1<<7), /**< (VOTE ONLY): A vote sequence has been cancelled (nothing passed) */
MenuAction_DrawItem = (1<<8), /**< A style is being drawn; return the new style (param1=client, param2=item) */
};
/** Default menu actions */