mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
Add multi-pointer example
This commit is contained in:
parent
c3b09f73da
commit
044173d1df
5 changed files with 250 additions and 23 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue