mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge pull request #2554 from emersion/init-dmabuf-global-in-renderer
Update for swaywm/wlroots#1216
This commit is contained in:
		
						commit
						ca3be93757
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -12,7 +12,6 @@
 | 
				
			||||||
#include <wlr/types/wlr_gamma_control_v1.h>
 | 
					#include <wlr/types/wlr_gamma_control_v1.h>
 | 
				
			||||||
#include <wlr/types/wlr_idle.h>
 | 
					#include <wlr/types/wlr_idle.h>
 | 
				
			||||||
#include <wlr/types/wlr_layer_shell.h>
 | 
					#include <wlr/types/wlr_layer_shell.h>
 | 
				
			||||||
#include <wlr/types/wlr_linux_dmabuf_v1.h>
 | 
					 | 
				
			||||||
#include <wlr/types/wlr_primary_selection.h>
 | 
					#include <wlr/types/wlr_primary_selection.h>
 | 
				
			||||||
#include <wlr/types/wlr_screencopy_v1.h>
 | 
					#include <wlr/types/wlr_screencopy_v1.h>
 | 
				
			||||||
#include <wlr/types/wlr_server_decoration.h>
 | 
					#include <wlr/types/wlr_server_decoration.h>
 | 
				
			||||||
| 
						 | 
					@ -117,7 +116,6 @@ bool server_init(struct sway_server *server) {
 | 
				
			||||||
	server->server_decoration.notify = handle_server_decoration;
 | 
						server->server_decoration.notify = handle_server_decoration;
 | 
				
			||||||
	wl_list_init(&server->decorations);
 | 
						wl_list_init(&server->decorations);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	wlr_linux_dmabuf_v1_create(server->wl_display, renderer);
 | 
					 | 
				
			||||||
	wlr_export_dmabuf_manager_v1_create(server->wl_display);
 | 
						wlr_export_dmabuf_manager_v1_create(server->wl_display);
 | 
				
			||||||
	wlr_screencopy_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