mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _BUFFER_H
 | 
						|
#define _BUFFER_H
 | 
						|
 | 
						|
#include "client/window.h"
 | 
						|
 | 
						|
struct buffer *get_next_buffer(struct window *state);
 | 
						|
 | 
						|
#endif
 |