Comment 15 for bug 1131385

Revision history for this message
Taihsiang Ho (taihsiangho) wrote :

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