Lines Matching refs:pri
248 /* List should be bottom->top, so effective pri better ascend */
265 fprintf(stderr, "checking owl: pri %d w=%x stack=%d",
418 fprintf(stderr, "InsertOwlAbove owl->pri=%d w=0x%x parent_vs:(x,y)=(%d,%d)",
424 fprintf(stderr, "\n other_owl->pri=%d w=0x%x parent_vs:(x,y)=(%d,%d)",
740 * abs(effective pri)
1490 fprintf(stderr, " pri=%2d (%+d) %s 0x%lx:'%1.50s'\n",
1814 int pri;
1818 pri = owl->pri_base;
1823 pri += EWMH_PRI_ABOVE;
1826 pri -= EWMH_PRI_ABOVE;
1838 pri -= EWMH_PRI_DOCK;
1852 pri = EWMH_PRI_FULLSCREEN + OTP_ZERO;
1864 pri = EWMH_PRI_FULLSCREEN + OTP_ZERO;
1871 pri = MAX(pri, 0);
1872 pri = MIN(pri, OTP_MAX);
1874 return pri;