mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "sway/commands.h"
 | 
						|
 | 
						|
struct cmd_results *cmd_nop(int argc, char **argv) {
 | 
						|
	return cmd_results_new(CMD_SUCCESS, NULL, NULL);
 | 
						|
}
 |