Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c2145 int *current_ax; in SetScrollValuator() local
2155 current_ax = &dev->valuator->v_scroll_axis; in SetScrollValuator()
2158 current_ax = &dev->valuator->h_scroll_axis; in SetScrollValuator()
2171 if (*current_ax != -1 && axnum != *current_ax) { in SetScrollValuator()
2172 ax = &dev->valuator->axes[*current_ax]; in SetScrollValuator()
2178 *current_ax = axnum; in SetScrollValuator()