add menu canvas layer
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 19 Feb 2013 08:08:58 +0000 (08:08 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 19 Feb 2013 08:08:58 +0000 (08:08 +0000)
SVN revision: 84076

src/bin/e_comp.h

index c246f27..5285b11 100644 (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;