mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Enable wlr-gamma-control-unstable-v1
This commit is contained in:
		
							parent
							
								
									27f65b94ae
								
							
						
					
					
						commit
						c35a34262f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -9,6 +9,7 @@
 | 
			
		|||
#include <wlr/types/wlr_compositor.h>
 | 
			
		||||
#include <wlr/types/wlr_export_dmabuf_v1.h>
 | 
			
		||||
#include <wlr/types/wlr_gamma_control.h>
 | 
			
		||||
#include <wlr/types/wlr_gamma_control_v1.h>
 | 
			
		||||
#include <wlr/types/wlr_idle.h>
 | 
			
		||||
#include <wlr/types/wlr_layer_shell.h>
 | 
			
		||||
#include <wlr/types/wlr_linux_dmabuf_v1.h>
 | 
			
		||||
| 
						 | 
				
			
			@ -53,6 +54,7 @@ bool server_init(struct sway_server *server) {
 | 
			
		|||
		wlr_data_device_manager_create(server->wl_display);
 | 
			
		||||
 | 
			
		||||
	wlr_gamma_control_manager_create(server->wl_display);
 | 
			
		||||
	wlr_gamma_control_manager_v1_create(server->wl_display);
 | 
			
		||||
	wlr_primary_selection_device_manager_create(server->wl_display);
 | 
			
		||||
 | 
			
		||||
	server->new_output.notify = handle_new_output;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue