Home
last modified time | relevance | path

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

/dports/x11-wm/wm2/wm2-4/
H A DEvents.C89 else m_focusPointerNowStill = False; in loop()
185 if (m_focusPointerNowStill) { in checkDelaysForFocus()
190 } else m_focusPointerNowStill = True; // until proven false in checkDelaysForFocus()
225 m_focusPointerNowStill = False; in considerFocusChange()
H A DManager.h111 Boolean m_focusPointerNowStill; variable
/dports/x11-wm/wmx/wmx-8/
H A DEvents.C110 else m_focusPointerNowStill = False; in dispatchEvent()
279 if (m_focusPointerNowStill) { in checkDelaysForFocus()
285 } else m_focusPointerNowStill = True; // until proven false in checkDelaysForFocus()
320 m_focusPointerNowStill = False; in considerFocusChange()
H A DManager.h186 Boolean m_focusPointerNowStill; variable