Home
last modified time | relevance | path

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

/openbsd/src/sbin/wsconsctl/
Dmouse.c57 { "reverse_scrolling", &cfg_revscroll, FMT_CFG, FLG_NORDBACK },
59 { "tp.tapping", &cfg_tapping, FMT_CFG, FLG_NORDBACK },
60 { "tp.mtbuttons", &cfg_mtbuttons, FMT_CFG, FLG_NORDBACK },
61 { "tp.scaling", &cfg_scaling, FMT_CFG, FLG_NORDBACK | FLG_WRONLY },
62 { "tp.swapsides", &cfg_swapsides, FMT_CFG, FLG_NORDBACK },
63 { "tp.disable", &cfg_disable, FMT_CFG, FLG_NORDBACK },
64 { "tp.edges", &cfg_edges, FMT_CFG, FLG_NORDBACK },
68 { "scaling", &cfg_scaling, FMT_CFG, FLG_NORDBACK },
Dwsconsctl.h57 #define FLG_NORDBACK 0x0010 /* do not read back variable after write */ macro
Dwsconsctl.c273 if (!(f->flags & FLG_NORDBACK)) { in main()
Ddisplay.c61 { "focus", &focus, FMT_INT, FLG_NORDBACK },