aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/xcursor.h
blob: 285db78dab7ed9e5660c88f6476f187e76e2f768 (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 16

#define ROOTS_XCURSOR_DEFAULT "left_ptr"
#define ROOTS_XCURSOR_MOVE "grabbing"
#define ROOTS_XCURSOR_ROTATE "grabbing"

#endif