Added userdata to wlr_output_layout
Needed for https://github.com/swaywm/wlroots-rs/issues/131
This commit is contained in:
		
							parent
							
								
									9a30a4f557
								
							
						
					
					
						commit
						527cc702d9
					
				|  | @ -17,6 +17,8 @@ struct wlr_output_layout { | ||||||
| 		struct wl_signal change; | 		struct wl_signal change; | ||||||
| 		struct wl_signal destroy; | 		struct wl_signal destroy; | ||||||
| 	} events; | 	} events; | ||||||
|  | 
 | ||||||
|  | 	void *data; | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| struct wlr_output_layout_output_state; | struct wlr_output_layout_output_state; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue