Added user data field for wlr_cursor
This is required for wlroots-rs.
This commit is contained in:
		
							parent
							
								
									31c6ce13cd
								
							
						
					
					
						commit
						920ab9f108
					
				|  | @ -54,6 +54,8 @@ struct wlr_cursor { | ||||||
| 		struct wl_signal tablet_tool_tip; | 		struct wl_signal tablet_tool_tip; | ||||||
| 		struct wl_signal tablet_tool_button; | 		struct wl_signal tablet_tool_button; | ||||||
| 	} events; | 	} events; | ||||||
|  | 
 | ||||||
|  | 	void *data; | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| struct wlr_cursor *wlr_cursor_create(); | struct wlr_cursor *wlr_cursor_create(); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue