dtcm: Resolve 303 compiler warnings.

This commit is contained in:
Peter Howkins
2015-01-13 14:22:25 +00:00
parent fe39b630b3
commit 8baeb4c0a0
44 changed files with 275 additions and 250 deletions

View File

@@ -629,7 +629,7 @@ gr_create_stipple(new_XContext *xc, unsigned char *data, int datawidth, int data
if ((*stipple = XCreateBitmapFromData(xc->display,
xc->xid,
/* RootWindow(xc->display, DefaultScreen(xc->display)), */
(char *)data, datawidth, dataheight)) == NULL) {
(char *)data, datawidth, dataheight)) == 0) {
ok = False;
}
else {