mirror of
				https://github.com/wizbright/waybox.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	Merge pull request #10 from colemickens/master
react to wlroots changes
This commit is contained in:
		
						commit
						482d0a92f5
					
				
					 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