wlroots/include/rootston/xcursor.h

13 lines
236 B
C
Raw Normal View History

2017-11-08 19:53:08 +00:00
#ifndef _ROOTSTON_XCURSOR_H
#define _ROOTSTON_XCURSOR_H
2017-11-12 10:10:56 +00:00
#include <stdint.h>
2017-11-08 19:53:08 +00:00
#define ROOTS_XCURSOR_SIZE 24
2017-11-08 19:53:08 +00:00
2017-11-12 10:10:56 +00:00
#define ROOTS_XCURSOR_DEFAULT "left_ptr"
#define ROOTS_XCURSOR_MOVE "grabbing"
#define ROOTS_XCURSOR_ROTATE "grabbing"
2017-11-08 19:53:08 +00:00
#endif