mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge pull request #2314 from emersion/update-wlroots-1148
Update for swaywm/wlroots#1148
This commit is contained in:
		
						commit
						d28c4c0094
					
				
					 2 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,6 @@
 | 
			
		|||
#include <string.h>
 | 
			
		||||
#include <time.h>
 | 
			
		||||
#include <wlr/types/wlr_buffer.h>
 | 
			
		||||
#include <wlr/types/wlr_linux_dmabuf.h>
 | 
			
		||||
#include "sway/debug.h"
 | 
			
		||||
#include "sway/desktop/idle_inhibit_v1.h"
 | 
			
		||||
#include "sway/desktop/transaction.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,7 +11,7 @@
 | 
			
		|||
#include <wlr/types/wlr_gamma_control.h>
 | 
			
		||||
#include <wlr/types/wlr_idle.h>
 | 
			
		||||
#include <wlr/types/wlr_layer_shell.h>
 | 
			
		||||
#include <wlr/types/wlr_linux_dmabuf.h>
 | 
			
		||||
#include <wlr/types/wlr_linux_dmabuf_v1.h>
 | 
			
		||||
#include <wlr/types/wlr_primary_selection.h>
 | 
			
		||||
#include <wlr/types/wlr_screencopy_v1.h>
 | 
			
		||||
#include <wlr/types/wlr_server_decoration.h>
 | 
			
		||||
| 
						 | 
				
			
			@ -108,7 +108,7 @@ bool server_init(struct sway_server *server) {
 | 
			
		|||
	wlr_server_decoration_manager_set_default_mode(
 | 
			
		||||
		deco_manager, WLR_SERVER_DECORATION_MANAGER_MODE_SERVER);
 | 
			
		||||
 | 
			
		||||
	wlr_linux_dmabuf_create(server->wl_display, renderer);
 | 
			
		||||
	wlr_linux_dmabuf_v1_create(server->wl_display, renderer);
 | 
			
		||||
	wlr_export_dmabuf_manager_v1_create(server->wl_display);
 | 
			
		||||
	wlr_screencopy_manager_v1_create(server->wl_display);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue