mirror of
				https://github.com/DreamMaoMao/maomaowm.git
				synced 2025-11-03 09:01:47 -05:00 
			
		
		
		
	fix: fix wlr_layer_shell version to 4
This commit is contained in:
		
							parent
							
								
									5f5382c0a9
								
							
						
					
					
						commit
						43dd28d992
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -5421,7 +5421,7 @@ void 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, &new_idle_inhibitor);
 | 
					  wl_signal_add(&idle_inhibit_mgr->events.new_inhibitor, &new_idle_inhibitor);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  layer_shell = wlr_layer_shell_v1_create(dpy, 3);
 | 
					  layer_shell = wlr_layer_shell_v1_create(dpy, 4);
 | 
				
			||||||
  wl_signal_add(&layer_shell->events.new_surface, &new_layer_surface);
 | 
					  wl_signal_add(&layer_shell->events.new_surface, &new_layer_surface);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  xdg_shell = wlr_xdg_shell_create(dpy, 6);
 | 
					  xdg_shell = wlr_xdg_shell_create(dpy, 6);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue