discomfitor pushed a commit to branch master.
commit fc9e67d137c8702a25a9d90820bce9f5e8d635f7
Author: Mike Blumenkrantz <[email protected]>
Date: Wed Jul 10 16:04:01 2013 +0100
return correct layer value when getting comp layer for border objects
---
src/bin/e_comp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 368b012..4b8846f 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -5737,7 +5737,7 @@ e_comp_e_object_layer_get(const E_Object *obj)
return E_COMP_CANVAS_LAYER_DESKTOP;
case E_BORDER_TYPE:
- return E_COMP_CANVAS_LAYER_LAYOUT + ((E_Win *)(obj))->border->layer;
+ return E_COMP_CANVAS_LAYER_LAYOUT + ((E_Border *)(obj))->layer;
case E_POPUP_TYPE:
return ((E_Popup *)(obj))->comp_layer + ((E_Popup *)(obj))->layer;
--
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk