[PATCH 6/9] wmomikuzi: Use short unsigned ints for dockapp dimensions.
Doug Torrance <[email protected]>
| Newsgroups | gmane.compw.window-managers.windowmaker.devel |
|---|---|
| Message-ID | <[email protected]> |
Fixes "incompatible pointer type" warnings.
---
wmomikuzi/wmomikuzi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmomikuzi/wmomikuzi.c b/wmomikuzi/wmomikuzi.c
index c49bc5a..56702ba 100644
--- a/wmomikuzi/wmomikuzi.c
+++ b/wmomikuzi/wmomikuzi.c
@@ -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};
--
2.7.4
--
To unsubscribe, send mail to [email protected].