Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/wsmoused/
H A Dselection.c126 static struct selmouse Selmouse; variable
168 (void)memset(&Selmouse, 0, sizeof(struct selmouse)); in selection_startup()
169 Selmouse.sm_mouse = m; in selection_startup()
172 Selmouse.sm_slowdown_x = block_get_propval_int(conf, "slowdown_x", 0); in selection_startup()
173 Selmouse.sm_slowdown_y = block_get_propval_int(conf, "slowdown_y", 3); in selection_startup()
175 Selmouse.sm_but_select = 2; in selection_startup()
176 Selmouse.sm_but_paste = 0; in selection_startup()
178 Selmouse.sm_but_select = 0; in selection_startup()
179 Selmouse.sm_but_paste = 2; in selection_startup()
183 (void)ioctl(Selmouse.sm_mouse->m_statfd, WSDISPLAYIO_GETACTIVESCREEN, in selection_startup()
[all …]