Home
last modified time | relevance | path

Searched refs:CONFIG_CLIENTMENU_BUTTON (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/wmx/wmx-8/
H A DButtons.C75 if (e->button == CONFIG_CLIENTMENU_BUTTON) { in eventButton()
92 if ((e->button == CONFIG_CLIENTMENU_BUTTON || e->button == CONFIG_CIRCULATE_BUTTON) in eventButton()
107 if (e->button == CONFIG_CLIENTMENU_BUTTON && m_channelChangeTime == 0) { in eventButton()
122 } else if (e->button == CONFIG_CLIENTMENU_BUTTON && m_channelChangeTime != 0) { in eventButton()
143 } else if (e->button == CONFIG_CLIENTMENU_BUTTON && m_channelChangeTime != 0) { in eventButton()
519 if (e->button == CONFIG_CLIENTMENU_BUTTON) { in eventButton()
H A DConfig.h262 #define CONFIG_CLIENTMENU_BUTTON Button1 macro