mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	add screencopy support
While we're taking low-hanging fruit here...
This commit is contained in:
		
							parent
							
								
									0bd4eb8ff3
								
							
						
					
					
						commit
						59d16e491a
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
					@ -24,6 +24,7 @@
 | 
				
			||||||
#include <wlr/types/wlr_pointer.h>
 | 
					#include <wlr/types/wlr_pointer.h>
 | 
				
			||||||
#include <wlr/types/wlr_primary_selection.h>
 | 
					#include <wlr/types/wlr_primary_selection.h>
 | 
				
			||||||
#include <wlr/types/wlr_primary_selection_v1.h>
 | 
					#include <wlr/types/wlr_primary_selection_v1.h>
 | 
				
			||||||
 | 
					#include <wlr/types/wlr_screencopy_v1.h>
 | 
				
			||||||
#include <wlr/types/wlr_seat.h>
 | 
					#include <wlr/types/wlr_seat.h>
 | 
				
			||||||
#include <wlr/types/wlr_xcursor_manager.h>
 | 
					#include <wlr/types/wlr_xcursor_manager.h>
 | 
				
			||||||
#include <wlr/types/wlr_xdg_shell.h>
 | 
					#include <wlr/types/wlr_xdg_shell.h>
 | 
				
			||||||
| 
						 | 
					@ -1224,6 +1225,7 @@ setup(void)
 | 
				
			||||||
	 * the clients cannot set the selection directly without compositor approval,
 | 
						 * the clients cannot set the selection directly without compositor approval,
 | 
				
			||||||
	 * see the setsel() function. */
 | 
						 * see the setsel() function. */
 | 
				
			||||||
	wlr_compositor_create(dpy, drw);
 | 
						wlr_compositor_create(dpy, drw);
 | 
				
			||||||
 | 
						wlr_screencopy_manager_v1_create(dpy);
 | 
				
			||||||
	wlr_data_device_manager_create(dpy);
 | 
						wlr_data_device_manager_create(dpy);
 | 
				
			||||||
	wlr_primary_selection_v1_device_manager_create(dpy);
 | 
						wlr_primary_selection_v1_device_manager_create(dpy);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue