add menu canvas layer

This commit is contained in:
discomfitor 2013-02-19 08:08:58 +00:00 committed by Mike Blumenkrantz
parent 5e5462a381
commit 0dd92f98f3
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;