aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/xcursor.h
blob: f78489a418e160237d91d12121810095bc117da9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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