wmusic: Fix incompatible pointer types.
This commit is contained in:
		
							parent
							
								
									9f5c04185b
								
							
						
					
					
						commit
						e94de4a618
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -737,7 +737,7 @@ void ExecuteXmms(void)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int main(int argc, char **argv)
 | 
					int main(int argc, char **argv)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	unsigned height, width;
 | 
						short unsigned int height, width;
 | 
				
			||||||
	DACallbacks callbacks={NULL, buttonPress, buttonRelease, buttonDrag,
 | 
						DACallbacks callbacks={NULL, buttonPress, buttonRelease, buttonDrag,
 | 
				
			||||||
		NULL, NULL, NULL};
 | 
							NULL, NULL, NULL};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue