mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05: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
 |