On Sun, 2005-06-26 at 04:01 -0400, Mike Frysinger wrote:
> finally found a way to reproduce this :)
>
> synced up earlier today, so my running version should be pretty up-to-date ...
>
> if you hold alt+tab and then right click a window, the alt+tab list gets
> frozen in the middle of the screen ... only way to make it go away is to
> restart e :/
> -mike
Patch attached.
--
Tres
Index: menus.c
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/menus.c,v
retrieving revision 1.200
diff -u -r1.200 menus.c
--- menus.c 9 Jun 2005 18:28:13 -0000 1.200
+++ menus.c 27 Jun 2005 07:12:48 -0000
@@ -2197,6 +2198,7 @@
}
else if (!strcmp(prm, "named"))
{
+ WarpFocusHide();
SoundPlay("SOUND_MENU_SHOW");
MenusShowNamed(p);
}
Index: warp.c
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/warp.c,v
retrieving revision 1.65
diff -u -r1.65 warp.c
--- warp.c 25 May 2005 21:42:59 -0000 1.65
+++ warp.c 27 Jun 2005 07:12:49 -0000
@@ -210,7 +210,7 @@
EFlush();
}
-static void
+void
WarpFocusHide(void)
{
int i;