Author: olivier
Date: 2006-11-30 20:09:40 +0000 (Thu, 30 Nov 2006)
New Revision: 24015

Modified:
   xfwm4/trunk/src/client.h
Log:
Do not prevent stick when skip taskbar is set

Modified: xfwm4/trunk/src/client.h
===================================================================
--- xfwm4/trunk/src/client.h    2006-11-30 18:49:40 UTC (rev 24014)
+++ xfwm4/trunk/src/client.h    2006-11-30 20:09:40 UTC (rev 24015)
@@ -194,8 +194,7 @@
                                                                      
XFWM_FLAG_HAS_RESIZE | \
                                                                      
XFWM_FLAG_IS_RESIZABLE)
 #define CLIENT_CAN_STICK_WINDOW(c)      (!(c->transient_for) && \
-                                         FLAG_TEST(c->xfwm_flags, 
XFWM_FLAG_HAS_STICK) && \
-                                         !FLAG_TEST(c->flags, 
CLIENT_FLAG_SKIP_TASKBAR))
+                                         FLAG_TEST(c->xfwm_flags, 
XFWM_FLAG_HAS_STICK))
 
 #define HINTS_ACCEPT_INPUT(wmhints)     (!(wmhints) || \
                                          ((wmhints) && !(wmhints->flags & 
InputHint)) || \

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to