Hello!

 Here is a patch that raises selected desktop before sending it the
"e,state,selected" signal so that animation won't be hidden by adjacent
desktops.

 Cheers!

 Chidambar
Index: trunk/e/src/modules/pager/e_mod_main.c
===================================================================
--- trunk/e/src/modules/pager/e_mod_main.c	(revision 36441)
+++ trunk/e/src/modules/pager/e_mod_main.c	(working copy)
@@ -442,6 +442,7 @@
 	if (pd == pd2)
 	  {
 	     pd2->current = 1;
+	     evas_object_raise(pd2->o_desk);
 	     edje_object_signal_emit(pd2->o_desk, "e,state,selected", "e");
 	  }
 	else

Attachment: signature.asc
Description: PGP signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to