Home
last modified time | relevance | path

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

/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DWinLayouter.cc255 std::vector<bool> fsHead(X11::getNumHeads(), false); in layout()
277 i = (i+1)%X11::getNumHeads(); in layout()
287 i = (i+1)%X11::getNumHeads(); in layout()
H A Dpekwm_bg.cc77 for (int i = 0; i < X11::getNumHeads(); i++) { in setBackground()
H A DX11.hh365 static int getNumHeads(void);
H A DManagerWindows.cc721 for (int i = 0; i < X11::getNumHeads(); i++) { in initStrutHead()
H A DX11.cc956 X11::getNumHeads(void) in getNumHeads() function in X11
H A DFrame.cc1404 if (curr_head_nr == head_nr || head_nr >= X11::getNumHeads()) { in moveToHead()