wmomikuzi: Use short unsigned ints for dockapp dimensions.
Fixes "incompatible pointer type" warnings.
This commit is contained in:
		
							parent
							
								
									64e18be573
								
							
						
					
					
						commit
						fbb8c1f3da
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -82,7 +82,7 @@ main(int argc, char **argv)
 | 
				
			||||||
   Pixmap kyou_pixmap;
 | 
					   Pixmap kyou_pixmap;
 | 
				
			||||||
   Pixmap daikyou_pixmap;
 | 
					   Pixmap daikyou_pixmap;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   int w = 64, h = 64;
 | 
					   short unsigned int w = 64, h = 64;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   DACallbacks callbacks = {NULL,buttonPressCallback
 | 
					   DACallbacks callbacks = {NULL,buttonPressCallback
 | 
				
			||||||
	,buttonReleaseCallback,NULL,NULL,NULL,NULL};
 | 
						,buttonReleaseCallback,NULL,NULL,NULL,NULL};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue