mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	Use uint32_t for ui Arg
This commit is contained in:
		
							parent
							
								
									20f61a59af
								
							
						
					
					
						commit
						da77e34ee5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
					@ -82,7 +82,7 @@ enum { NetWMWindowTypeDialog, NetWMWindowTypeSplash, NetWMWindowTypeToolbar,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef union {
 | 
					typedef union {
 | 
				
			||||||
	int i;
 | 
						int i;
 | 
				
			||||||
	unsigned int ui;
 | 
						uint32_t ui;
 | 
				
			||||||
	float f;
 | 
						float f;
 | 
				
			||||||
	const void *v;
 | 
						const void *v;
 | 
				
			||||||
} Arg;
 | 
					} Arg;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue