mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	specify layer shell version
This commit is contained in:
		
							parent
							
								
									fcb3fa4e90
								
							
						
					
					
						commit
						25dfdcc433
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
					@ -2038,7 +2038,7 @@ setup(void)
 | 
				
			||||||
	idle_inhibit_mgr = wlr_idle_inhibit_v1_create(dpy);
 | 
						idle_inhibit_mgr = wlr_idle_inhibit_v1_create(dpy);
 | 
				
			||||||
	wl_signal_add(&idle_inhibit_mgr->events.new_inhibitor, &idle_inhibitor_create);
 | 
						wl_signal_add(&idle_inhibit_mgr->events.new_inhibitor, &idle_inhibitor_create);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	layer_shell = wlr_layer_shell_v1_create(dpy);
 | 
						layer_shell = wlr_layer_shell_v1_create(dpy, 3);
 | 
				
			||||||
	wl_signal_add(&layer_shell->events.new_surface, &new_layer_shell_surface);
 | 
						wl_signal_add(&layer_shell->events.new_surface, &new_layer_shell_surface);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	xdg_shell = wlr_xdg_shell_create(dpy, 4);
 | 
						xdg_shell = wlr_xdg_shell_create(dpy, 4);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue