mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	swaybar: move headers to include/bar
This commit is contained in:
		
							parent
							
								
									4b48a8399a
								
							
						
					
					
						commit
						ed227f5664
					
				
					 11 changed files with 14 additions and 14 deletions
				
			
		
							
								
								
									
										17
									
								
								include/bar/render.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								include/bar/render.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,17 @@
 | 
			
		|||
#ifndef _SWAYBAR_RENDER_H
 | 
			
		||||
#define _SWAYBAR_RENDER_H
 | 
			
		||||
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#include "bar.h"
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Render swaybar.
 | 
			
		||||
 */
 | 
			
		||||
void render(struct output *output, struct config *config, struct status_line *line);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Set window height and modify internal spacing accordingly.
 | 
			
		||||
 */
 | 
			
		||||
void set_window_height(struct window *window, int height);
 | 
			
		||||
 | 
			
		||||
#endif /* _SWAYBAR_RENDER_H */
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue