[fusion-commits] Viewport switcher plugin: Changes to 'master' (cc606ad111881042110b127f0148f07e1a74e83e)
onestone at server.opencompositing.org
onestone at server.opencompositing.org
Sat May 17 18:35:46 CEST 2008
New commits:
commit cc606ad111881042110b127f0148f07e1a74e83e
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date: Sat May 17 18:35:51 2008 +0200
Allow also the root window for action execution, even if a desktop window is present.
vpswitch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: fusion/plugins/vpswitch/vpswitch.c
===================================================================
--- fusion/plugins/vpswitch/vpswitch.c
+++ fusion/plugins/vpswitch/vpswitch.c
@@ -71,7 +71,7 @@ typedef struct _VpSwitchDisplay
xid = getIntOptionNamed (option, nOption, "window", 0); \
w = findWindowAtDisplay (d, xid); \
if ((!w || (w->type & CompWindowTypeDesktopMask) == 0) && \
- (s->desktopWindowCount || xid != s->root)) \
+ xid != s->root) \
return FALSE;
static Bool
More information about the commits
mailing list