Home
last modified time | relevance | path

Searched refs:is_herbstluft_window (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dutils.h45 bool is_herbstluft_window(Display* dpy, Window window);
H A Dxmainloop.cpp451 && !is_herbstluft_window(X_.display(), event->window)) { in mapnotify()
463 || is_herbstluft_window(X_.display(), window)) in maprequest()
H A Dutils.cpp63 bool is_herbstluft_window(Display* dpy, Window window) { in is_herbstluft_window() function
H A Dclientmanager.cpp145 if (is_herbstluft_window(g_display, win)) { in manage_client()