Commit 9c83e5cc authored by Chris Morgan's avatar Chris Morgan Committed by Alexandre Julliard

winex11: Wrap XInput2 dependent functions with appropriate #ifdef.

parent 803418c2
......@@ -246,6 +246,7 @@ void sync_window_cursor( Window window )
set_window_cursor( window, cursor );
}
#ifdef HAVE_X11_EXTENSIONS_XINPUT2_H
/***********************************************************************
* update_relative_valuators
*/
......@@ -281,6 +282,7 @@ static void update_relative_valuators(XIAnyClassInfo **valuators, int n_valuator
}
}
}
#endif
/***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment