mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #811 from Timidger/wlr_cursor_data
Added user data field for wlr_cursor
This commit is contained in:
		
						commit
						b58cb3de40
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -54,6 +54,8 @@ struct wlr_cursor {
 | 
			
		|||
		struct wl_signal tablet_tool_tip;
 | 
			
		||||
		struct wl_signal tablet_tool_button;
 | 
			
		||||
	} events;
 | 
			
		||||
 | 
			
		||||
	void *data;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct wlr_cursor *wlr_cursor_create();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue