mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	Enable single-pixel-buffer-v1
...in order to enable cool clients like chayang References: - https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3428 - https://git.sr.ht/~emersion/chayang
This commit is contained in:
		
							parent
							
								
									1bcc0aa5db
								
							
						
					
					
						commit
						5ebaf3ff52
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -10,6 +10,7 @@
 | 
			
		|||
#include <wlr/types/wlr_presentation_time.h>
 | 
			
		||||
#include <wlr/types/wlr_primary_selection_v1.h>
 | 
			
		||||
#include <wlr/types/wlr_screencopy_v1.h>
 | 
			
		||||
#include <wlr/types/wlr_single_pixel_buffer_v1.h>
 | 
			
		||||
#include <wlr/types/wlr_viewporter.h>
 | 
			
		||||
#if HAVE_XWAYLAND
 | 
			
		||||
#include <wlr/xwayland.h>
 | 
			
		||||
| 
						 | 
				
			
			@ -343,6 +344,7 @@ server_init(struct server *server)
 | 
			
		|||
	wlr_data_control_manager_v1_create(server->wl_display);
 | 
			
		||||
	wlr_gamma_control_manager_v1_create(server->wl_display);
 | 
			
		||||
	wlr_viewporter_create(server->wl_display);
 | 
			
		||||
	wlr_single_pixel_buffer_manager_v1_create(server->wl_display);
 | 
			
		||||
 | 
			
		||||
	server->relative_pointer_manager = wlr_relative_pointer_manager_v1_create(
 | 
			
		||||
		server->wl_display);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue