Alt+tab
K. Prasad
mvkp at yahoo.com
Thu May 16 05:52:05 CEST 2002
Here it is,
hi, will this diff in xfwm.c make Alt+Tab switch
between windows in the
same desktop.
*** 25,32 ****
for (tp = Scr.XfwmRoot.next; tp != NULL; tp =
tp->next)
{
if (!(tp->flags & CirculateSkip) &&
!((tp->flags & CirculateSkipIcon) && (tp->flags
&
ICONIFIED))&& (tp->Desk == Scr.CurrentDesk))
{
countw++;
/* Select the second window in the list */
--- 25,31 ----
for (tp = Scr.XfwmRoot.next; tp != NULL; tp =
tp->next)
{
if (!(tp->flags & CirculateSkip) &&
!((tp->flags & CirculateSkipIcon) && (tp->flags
&
ICONIFIED)))
{
countw++;
/* Select the second window in the list */
-ksv
More information about the Xfce
mailing list