From 89d422a4ded611820ce22b3b8a19846a69394488 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 18 Feb 2013 13:43:18 +0000 Subject: [PATCH] rename E_COMP_CANVAS_LAYER_ABOVE -> POPUP SVN revision: 84053 --- src/bin/e_comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp.h b/src/bin/e_comp.h index e746ed09b..971470070 100644 --- a/src/bin/e_comp.h +++ b/src/bin/e_comp.h @@ -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;