mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 20:05:58 +01:00
12 lines
234 B
C
12 lines
234 B
C
#ifndef ROOTSTON_XCURSOR_H
|
|
#define ROOTSTON_XCURSOR_H
|
|
|
|
#include <stdint.h>
|
|
|
|
#define ROOTS_XCURSOR_SIZE 24
|
|
|
|
#define ROOTS_XCURSOR_DEFAULT "left_ptr"
|
|
#define ROOTS_XCURSOR_MOVE "grabbing"
|
|
#define ROOTS_XCURSOR_ROTATE "grabbing"
|
|
|
|
#endif
|