Skip to content
Snippets Groups Projects
Commit 0db6b6a5 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Do not prevent stick when skip taskbar is set

(Old svn revision: 24015)
parent b984fab9
No related branches found
No related tags found
No related merge requests found
......@@ -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)) || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment