Lines Matching refs:pri_aflags
53 to->pri_aflags = from->pri_aflags; \
63 unsigned pri_aflags; // Flags that might alter it; OTP_AFLAG_*
647 other_owl->pri_aflags = owl->pri_aflags;
1122 owl->pri_aflags = 0;
1206 owl->pri_aflags |= aflags;
1210 if((PRI(owl) != OTP_ZERO || owl->pri_aflags != 0)
1498 (owl->pri_aflags & OTP_AFLAG_ABOVE ? " _ABOVE" : ""),
1499 (owl->pri_aflags & OTP_AFLAG_BELOW ? " _BELOW" : ""),
1500 (owl->pri_aflags & OTP_AFLAG_FULLSCREEN ? " _FULLSCREEN" : "")
1518 * Stuff for messing with pri_aflags
1534 owl->pri_aflags &= ~mask;
1535 owl->pri_aflags |= (setto & mask);
1554 owl->pri_aflags |= flag;
1572 owl->pri_aflags &= ~flag;
1595 unsigned long of_prop = owl->pri_aflags;
1822 if(owl->pri_aflags & OTP_AFLAG_ABOVE) {
1825 if(owl->pri_aflags & OTP_AFLAG_BELOW) {
1836 if((owl->pri_aflags & OTP_AFLAG_BELOW) && (ewt == wt_Dock) &&
1849 if(owl->pri_aflags & OTP_AFLAG_FULLSCREEN) {
1894 if(twm_win->otp->pri_aflags & OTP_AFLAG_FULLSCREEN) {