Home
last modified time | relevance | path

Searched refs:SEARCH_FRAME (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dstacking.c420 c2 = myDisplayGetClientFromWindow (display_info, wsibling, SEARCH_FRAME | SEARCH_WINDOW); in clientRaise()
500 c2 = myDisplayGetClientFromWindow (display_info, wsibling, SEARCH_FRAME | SEARCH_WINDOW); in clientLower()
H A Ddisplay.h84 SEARCH_FRAME = (1 << 1), enumerator
H A Devents.c903 SEARCH_FRAME | SEARCH_WINDOW); in handleButtonPress()
1317 c = myDisplayGetClientFromWindow (display_info, ev->window, SEARCH_FRAME); in handleConfigureRequest()
1388 SEARCH_FRAME | SEARCH_BUTTON); in handleEnterNotify()
1471 SEARCH_FRAME | SEARCH_BUTTON); in handleLeaveNotify()
1557 c = myDisplayGetClientFromWindow (display_info, ev->window, SEARCH_FRAME | SEARCH_WINDOW); in handleFocusIn()
1648 c = myDisplayGetClientFromWindow (display_info, ev->window, SEARCH_FRAME | SEARCH_WINDOW); in handleFocusOut()
H A Dtransients.c44 … return myScreenGetClientFromWindow (c->screen_info, c->transient_for, SEARCH_WINDOW|SEARCH_FRAME); in clientGetTransient()
H A Dclient.c2224 c = myScreenGetClientFromWindow (screen_info, wins[i], SEARCH_FRAME); in clientUnframeAll()
2256 if (mode & SEARCH_FRAME) in clientGetFromWindow()
H A Dcompositor.c5125 c = myScreenGetClientFromWindow (screen_info, wins[i], SEARCH_FRAME); in compositorAddAllWindows()