Home
last modified time | relevance | path

Searched refs:windowPgid (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dxconnection.h28 int windowPgid(Window window);
H A Dxconnection.cpp159 int XConnection::windowPgid(Window window) { in windowPgid() function in XConnection
H A Dclient.cpp147 pgid_ = Root::get()->X.windowPgid(window_); in init_from_X()