mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
	
		
			380 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
	
		
			380 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								/* SPDX-License-Identifier: GPL-2.0-only */
							 | 
						||
| 
								 | 
							
								#ifndef LABWC_RESIZE_INDICATOR_H
							 | 
						||
| 
								 | 
							
								#define LABWC_RESIZE_INDICATOR_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								struct server;
							 | 
						||
| 
								 | 
							
								struct view;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								void resize_indicator_reconfigure(struct server *server);
							 | 
						||
| 
								 | 
							
								void resize_indicator_show(struct view *view);
							 | 
						||
| 
								 | 
							
								void resize_indicator_update(struct view *view);
							 | 
						||
| 
								 | 
							
								void resize_indicator_hide(struct view *view);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif /* LABWC_RESIZE_INDICATOR_H */
							 |