Home
last modified time | relevance | path

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

/dports/x11/xxkb/xxkb-1.11.1/
H A Dxxkb.h10 #define Button_enable (1<<5) macro
H A Dresource.c675 GetControlRes(db, "button.enable", &conf->controls, Button_enable); in GetConfig()
676 if (conf->controls & Button_enable) { in GetConfig()
H A Dxxkb.c635 if (!(conf.controls & Button_enable)) { in main()
883 if ((conf.controls & Button_enable) && (!info->button) && !ignore) { in AddWindow()