winex11: Wrap XInput2 dependent functions with appropriate #ifdef.
Signed-off-by: Chris Morgan <chmorgan@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
803418c239
commit
9c83e5ccf2
|
@ -246,6 +246,7 @@ void sync_window_cursor( Window window )
|
||||||
set_window_cursor( window, cursor );
|
set_window_cursor( window, cursor );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_X11_EXTENSIONS_XINPUT2_H
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* update_relative_valuators
|
* update_relative_valuators
|
||||||
*/
|
*/
|
||||||
|
@ -281,6 +282,7 @@ static void update_relative_valuators(XIAnyClassInfo **valuators, int n_valuator
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
|
Loading…
Reference in New Issue