mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	labwc.h: remove "extern struct server server"
This commit is contained in:
		
							parent
							
								
									84ebd2dae5
								
							
						
					
					
						commit
						e99d0bb34e
					
				
					 11 changed files with 62 additions and 47 deletions
				
			
		| 
						 | 
				
			
			@ -65,7 +65,8 @@ static void keyboard_handle_key(struct wl_listener *listener, void *data)
 | 
			
		|||
			server->cycle_view = NULL;
 | 
			
		||||
		} else if (event->state == WLR_KEY_PRESSED) {
 | 
			
		||||
			/* cycle to next */
 | 
			
		||||
			server->cycle_view = view_next(server->cycle_view);
 | 
			
		||||
			server->cycle_view = view_next(server,
 | 
			
		||||
						       server->cycle_view);
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue