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