diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-12-08 09:12:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 09:12:19 -0500 |
commit | 381a646d2fbcb1b488e1551438444ac267f39138 (patch) | |
tree | b98ef734c63b87e8fed0bec994c7db6379cc427d /include/rootston | |
parent | 703df2a6711322fac90581f2005750b5a72dd148 (diff) | |
parent | 15bb9a53b438eb37ed5ae7c0836b7ec8a3b6b35e (diff) |
Merge pull request #473 from emersion/cursor-enter-leave
Send wl_surface.{enter,leave} to cursor surfaces
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/xcursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/xcursor.h b/include/rootston/xcursor.h index 285db78d..a7d2b960 100644 --- a/include/rootston/xcursor.h +++ b/include/rootston/xcursor.h @@ -3,7 +3,7 @@ #include <stdint.h> -#define ROOTS_XCURSOR_SIZE 16 +#define ROOTS_XCURSOR_SIZE 24 #define ROOTS_XCURSOR_DEFAULT "left_ptr" #define ROOTS_XCURSOR_MOVE "grabbing" |