mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	More minor fixes
This commit is contained in:
		
							parent
							
								
									de86c5f4ea
								
							
						
					
					
						commit
						97bd548456
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -37,7 +37,7 @@ extern struct pointer_state {
 | 
				
			||||||
	struct pointer_tiling {
 | 
						struct pointer_tiling {
 | 
				
			||||||
		bool resize;
 | 
							bool resize;
 | 
				
			||||||
		swayc_t *init_view;
 | 
							swayc_t *init_view;
 | 
				
			||||||
        wlc_origin *lock_pos;
 | 
					        struct wlc_origin *lock_pos;
 | 
				
			||||||
	} tiling;
 | 
						} tiling;
 | 
				
			||||||
	struct pointer_lock {
 | 
						struct pointer_lock {
 | 
				
			||||||
		bool left;
 | 
							bool left;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -48,7 +48,7 @@ void release_key(keycode key) {
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct pointer_state pointer_state = {0, 0, {0, 0}, {0, 0}, {0, 0, 0, 0}};
 | 
					struct pointer_state pointer_state = {0, 0, {0, 0}, {0, 0, 0}, {0, 0, 0, 0}};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static struct wlc_geometry saved_floating;
 | 
					static struct wlc_geometry saved_floating;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue