X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Fgrabclient.c;h=2c426be83e797329566c7304e2a819b68274c53b;hp=92481b20292181a0da98844acc36ea286a2c233a;hb=6a1da724858673ac40aa13a9612340d8bed8c7b9;hpb=96bdd7cf6ea60c418a76921acaf0e34d6f5be930 diff --git a/utils/grabclient.c b/utils/grabclient.c index 92481b20..2c426be8 100644 --- a/utils/grabclient.c +++ b/utils/grabclient.c @@ -110,7 +110,7 @@ checkerboard (Screen *screen, Drawable drawable) XGCValues gcv; GC gc = XCreateGC (dpy, drawable, 0, &gcv); Colormap cmap; - int win_width, win_height; + unsigned int win_width, win_height; fg.flags = bg.flags = DoRed|DoGreen|DoBlue; fg.red = fg.green = fg.blue = 0x0000;