remove a pixmap! :)
authorCarsten Haitzler <raster@rasterman.com>
Sun, 1 Jun 2008 00:40:30 +0000 (00:40 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sun, 1 Jun 2008 00:40:30 +0000 (00:40 +0000)
SVN revision: 34714

src/modules/gadman/e_mod_gadman.c

index 42cb90e..d0fd059 100644 (file)
@@ -352,7 +352,8 @@ _gadman_gadcon_new(const char* name, int ontop)
         else
           ecore_evas_shaped_set(Man->top_ee, 1);
 
-        ecore_evas_avoid_damage_set(Man->top_ee, 1); //??
+// this isn't needed - we don't want to keep a pixmap of the whole canvas around!
+//        ecore_evas_avoid_damage_set(Man->top_ee, 1); //??
         e_canvas_add(Man->top_ee); //??
 
         e_container_window_raise(Man->container, Man->top_win, 250);