Add multi-pointer example

This commit is contained in:
emersion 2017-10-29 20:03:56 +01:00
parent c3b09f73da
commit 044173d1df
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
5 changed files with 250 additions and 23 deletions

View file

@ -2,7 +2,7 @@
#include "rootston/input.h"
struct wlr_xcursor *get_default_xcursor(struct wlr_xcursor_theme *theme) {
return wlr_xcursor_theme_get_cursor(theme, "grabbing");
return wlr_xcursor_theme_get_cursor(theme, "left_ptr");
}
struct wlr_xcursor *get_move_xcursor(struct wlr_xcursor_theme *theme) {