mirror of
				https://github.com/wizbright/waybox.git
				synced 2025-10-29 05:40:20 -04:00 
			
		
		
		
	react to wlroots changes
Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
This commit is contained in:
		
							parent
							
								
									24669f24f6
								
							
						
					
					
						commit
						0c97dc6da3
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -18,7 +18,7 @@ | ||||||
| #include <wlr/types/wlr_screenshooter.h> | #include <wlr/types/wlr_screenshooter.h> | ||||||
| #include <wlr/types/wlr_matrix.h> | #include <wlr/types/wlr_matrix.h> | ||||||
| #include <wlr/types/wlr_gamma_control.h> | #include <wlr/types/wlr_gamma_control.h> | ||||||
| #include <wlr/types/wlr_primary_selection.h> | #include <wlr/types/wlr_gtk_primary_selection.h> | ||||||
| #include <wlr/types/wlr_output_layout.h> | #include <wlr/types/wlr_output_layout.h> | ||||||
| 
 | 
 | ||||||
| #include "waybox/output.h" | #include "waybox/output.h" | ||||||
|  |  | ||||||
|  | @ -60,7 +60,7 @@ bool start_wb(struct wb_server* server) { | ||||||
| 
 | 
 | ||||||
|     wlr_gamma_control_manager_create(server->wl_display); |     wlr_gamma_control_manager_create(server->wl_display); | ||||||
| 	wlr_screenshooter_create(server->wl_display); | 	wlr_screenshooter_create(server->wl_display); | ||||||
| 	wlr_primary_selection_device_manager_create(server->wl_display); | 	wlr_gtk_primary_selection_device_manager_create(server->wl_display); | ||||||
| 	wlr_idle_create(server->wl_display); | 	wlr_idle_create(server->wl_display); | ||||||
| 
 | 
 | ||||||
| 	server->compositor = wlr_compositor_create(server->wl_display, | 	server->compositor = wlr_compositor_create(server->wl_display, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Cole Mickens
						Cole Mickens