1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-01-21 06:09:49 +01:00
wlroots-hyprland/include/rootston/xcursor.h

13 lines
234 B
C
Raw Normal View History

2018-02-12 21:29:23 +01:00
#ifndef ROOTSTON_XCURSOR_H
#define ROOTSTON_XCURSOR_H
2017-11-08 20:53:08 +01:00
2017-11-12 11:10:56 +01:00
#include <stdint.h>
2017-11-08 20:53:08 +01:00
#define ROOTS_XCURSOR_SIZE 24
2017-11-08 20:53:08 +01:00
2017-11-12 11:10:56 +01:00
#define ROOTS_XCURSOR_DEFAULT "left_ptr"
#define ROOTS_XCURSOR_MOVE "grabbing"
#define ROOTS_XCURSOR_ROTATE "grabbing"
2017-11-08 20:53:08 +01:00
#endif