discomfitor pushed a commit to branch master.

commit 921ecb5edeaa9e5004589d4d4a6d0e5c4c8875dc
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu May 23 09:40:14 2013 +0100

    gadman hover shouldn't be an override, just fullscreen
---
 src/modules/gadman/e_mod_gadman.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/modules/gadman/e_mod_gadman.c 
b/src/modules/gadman/e_mod_gadman.c
index afd99dd..5af42fa 100644
--- a/src/modules/gadman/e_mod_gadman.c
+++ b/src/modules/gadman/e_mod_gadman.c
@@ -749,16 +749,15 @@ _gadman_gadcon_new(const char *name, Gadman_Layer_Type 
layer, E_Zone *zone, E_Ga
      {
         if (!Man->top_ee)
           {
-             Man->top_ee = e_canvas_new(Man->container->win, 0, 0, 0, 0, 1, 1,
+             Man->top_ee = e_canvas_new(Man->container->win, 0, 0, 0, 0, 1, 0,
                                         &(Man->top_win));
+             ecore_evas_fullscreen_set(Man->top_ee, 1);
           }
 
         if (!Man->use_shaped_win)
           {
              ecore_evas_alpha_set(Man->top_ee, 1);
              Man->top_win = ecore_evas_software_x11_window_get(Man->top_ee);
-             ecore_x_window_shape_rectangle_set(Man->top_win, 0, 0,
-                                                Man->width, Man->height);
           }
         else
           ecore_evas_shaped_set(Man->top_ee, 1);

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to