rename E_COMP_CANVAS_LAYER_ABOVE -> POPUP
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 18 Feb 2013 13:43:18 +0000 (13:43 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 18 Feb 2013 13:43:18 +0000 (13:43 +0000)
SVN revision: 84053

src/bin/e_comp.h

index e746ed0..9714700 100644 (file)
@@ -10,7 +10,7 @@ typedef enum
    E_COMP_CANVAS_LAYER_BG = -1, // zone bg stuff
    E_COMP_CANVAS_LAYER_DESKTOP = 0, // desktop objects: fileman, gadgets, shelves
    E_COMP_CANVAS_LAYER_LAYOUT = 100, // should be nothing else on this layer
-   E_COMP_CANVAS_LAYER_ABOVE = 999, // for popups and stuff
+   E_COMP_CANVAS_LAYER_POPUP = 999, // popups
    E_COMP_CANVAS_LAYER_DESKLOCK = 9999, // desklock
    E_COMP_CANVAS_LAYER_MAX = 32767 // EVAS_LAYER_MAX
 } E_Comp_Canvas_Layer;