mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Fix clang issues
This commit is contained in:
		
							parent
							
								
									8577095db7
								
							
						
					
					
						commit
						d2d6fcd1ff
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -60,7 +60,7 @@ struct cmd_results *cmd_ipc_cmd(int argc, char **argv) {
 | 
			
		|||
 | 
			
		||||
	struct {
 | 
			
		||||
		char *name;
 | 
			
		||||
		enum ipc_command_type type;
 | 
			
		||||
		enum ipc_feature type;
 | 
			
		||||
	} types[] = {
 | 
			
		||||
		{ "command", IPC_FEATURE_COMMAND },
 | 
			
		||||
		{ "workspaces", IPC_FEATURE_GET_WORKSPACES },
 | 
			
		||||
| 
						 | 
				
			
			@ -109,7 +109,7 @@ struct cmd_results *cmd_ipc_event_cmd(int argc, char **argv) {
 | 
			
		|||
 | 
			
		||||
	struct {
 | 
			
		||||
		char *name;
 | 
			
		||||
		enum ipc_command_type type;
 | 
			
		||||
		enum ipc_feature type;
 | 
			
		||||
	} types[] = {
 | 
			
		||||
		{ "workspace", IPC_FEATURE_EVENT_WORKSPACE },
 | 
			
		||||
		{ "output", IPC_FEATURE_EVENT_OUTPUT },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue