Searched refs:OTP_ZERO (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dotp.c46 #define OTP_ZERO 8 macro
47 #define OTP_MAX (OTP_ZERO * 2)
897 int priority = OTP_ZERO + new_pri;
908 if(ABS(new_pri) > OTP_ZERO) {
955 where = priority < OTP_ZERO ? Below : Above;
1158 owl->pri_base = EwmhGetInitPriority(twm_win) + OTP_ZERO;
1210 if((PRI(owl) != OTP_ZERO || owl->pri_aflags != 0)
1315 if(ABS(priority) > OTP_ZERO) {
1320 prefs->priority = priority + OTP_ZERO;
1330 if(ABS(priority) > OTP_ZERO) {
[all...]

Completed in 3 milliseconds