Home
last modified time | relevance | path

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

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dyxapp.h176 bool hasWinMask(unsigned state) const;
H A Dyxapp.cc605 bool YXApplication::hasWinMask(unsigned state) const { in hasWinMask() function in YXApplication
H A Dwmmgr.cc664 (xapp->hasControlAlt(button.state) || xapp->hasWinMask(button.state))) in handleButton()