mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-10-29 05:40:19 -04:00 
			
		
		
		
	fix style for client_set_scale()
This commit is contained in:
		
							parent
							
								
									d34be5d545
								
							
						
					
					
						commit
						9c05b9622c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								client.h
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								client.h
									
										
									
									
									
								
							|  | @ -332,7 +332,8 @@ client_set_fullscreen(Client *c, int fullscreen) | |||
| } | ||||
| 
 | ||||
| static inline void | ||||
| client_set_scale(struct wlr_surface *s, float scale) { | ||||
| client_set_scale(struct wlr_surface *s, float scale) | ||||
| { | ||||
| 	wlr_fractional_scale_v1_notify_scale(s, scale); | ||||
| 	wlr_surface_set_preferred_buffer_scale(s, (int32_t)ceilf(scale)); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Leonardo Hernández Hernández
						Leonardo Hernández Hernández