projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeb7c16
)
remove a pixmap! :)
author
Carsten Haitzler
<raster@rasterman.com>
Sun, 1 Jun 2008 00:40:30 +0000
(
00:40
+0000)
committer
Carsten 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
patch
|
blob
|
history
diff --git
a/src/modules/gadman/e_mod_gadman.c
b/src/modules/gadman/e_mod_gadman.c
index
42cb90e
..
d0fd059
100644
(file)
--- a/
src/modules/gadman/e_mod_gadman.c
+++ b/
src/modules/gadman/e_mod_gadman.c
@@
-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);