wmomikuzi: Use short unsigned ints for dockapp dimensions.

Fixes "incompatible pointer type" warnings.
This commit is contained in:
Doug Torrance 2017-02-24 00:21:45 -05:00 committed by Carlos R. Mafra
parent 64e18be573
commit fbb8c1f3da

View file

@ -82,7 +82,7 @@ main(int argc, char **argv)
Pixmap kyou_pixmap;
Pixmap daikyou_pixmap;
int w = 64, h = 64;
short unsigned int w = 64, h = 64;
DACallbacks callbacks = {NULL,buttonPressCallback
,buttonReleaseCallback,NULL,NULL,NULL,NULL};