add menu canvas layer

SVN revision: 84076
This commit is contained in:
Mike Blumenkrantz 2013-02-19 08:08:58 +00:00
parent 6f2a6d30f7
commit 0599f9d371
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ typedef enum
E_COMP_CANVAS_LAYER_DESKTOP_TOP = 10, // raised desktop objects: gadgets, shelves
E_COMP_CANVAS_LAYER_LAYOUT = 100, // should be nothing else on this layer
E_COMP_CANVAS_LAYER_POPUP = 999, // popups
E_COMP_CANVAS_LAYER_MENU = 5000, // menus
E_COMP_CANVAS_LAYER_DESKLOCK = 9999, // desklock
E_COMP_CANVAS_LAYER_MAX = 32767 // EVAS_LAYER_MAX
} E_Comp_Canvas_Layer;