commit | e4c40a4734b8bc3acdfc95e8efe002f36f65cd9e | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri May 06 14:04:21 2011 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri May 06 14:04:21 2011 -0400 |
tree | e1a417e1df3f1086faf3660bccfcef4c2f8ec146 | |
parent | 4d07a1c213d5b3396b9e140c139e9a6423400947 [diff] [blame] |
compositor: Disable hw cursor if we're texturing the cursor
diff --git a/compositor/compositor-x11.c b/compositor/compositor-x11.c index 0c4505c..d7bebed 100644 --- a/compositor/compositor-x11.c +++ b/compositor/compositor-x11.c
@@ -200,7 +200,7 @@ static int x11_output_set_cursor(struct wlsc_output *output_base, - struct wl_input_device *input) + struct wlsc_input_device *input) { return -1; }