Lines Matching refs:winRec
277 RootlessWindowRec * winRec; in xprRestackFrame() local
292 winRec = x_hash_table_lookup(window_hash, wid, NULL); in xprRestackFrame()
295 if (winRec) { in xprRestackFrame()
297 wc.window_level = normal_window_levels[winRec->level]; in xprRestackFrame()
301 wc.window_level = rooted_window_levels[winRec->level]; in xprRestackFrame()
508 RootlessWindowRec *winRec __block; in xprGetXWindow()
510 winRec = in xprGetXWindow()
515 return winRec != NULL ? winRec->win : NULL; in xprGetXWindow()
553 RootlessWindowRec *winRec = WINREC(pWin); in xprHideWindows() local
555 if (winRec != NULL) { in xprHideWindows()
557 xprUnmapFrame(winRec->wid); in xprHideWindows()
562 xprRestackFrame(winRec->wid, prevWid); in xprHideWindows()
563 prevWid = winRec->wid; in xprHideWindows()
567 box.x2 = winRec->width; in xprHideWindows()
568 box.y2 = winRec->height; in xprHideWindows()
570 xprDamageRects(winRec->wid, 1, &box, 0, 0); in xprHideWindows()