compiz-0.9.10+13.10.20131011/include/core/window.h:
#define CompWindowStateAboveMask            (1 <<  9)

8192 & ( 1 << 9 ) is 0, namely !(window->state() & CompWindowStateAboveMask) is 
true
8704 & ( 1 << 9 ) is 512, namely !(window->state() & CompWindowStateAboveMask) 
is false

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385

Title:
  "Always on top" prevents application spread from working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to