diff options
Diffstat (limited to 'src/Xinerama.c')
-rw-r--r-- | src/Xinerama.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xinerama.c b/src/Xinerama.c index ee1f630..90fd5a1 100644 --- a/src/Xinerama.c +++ b/src/Xinerama.c @@ -303,7 +303,7 @@ XineramaQueryScreens( if ((rep.number > 0) && (rep.number <= 1024)) scrnInfo = Xmalloc(sizeof(XineramaScreenInfo) * rep.number); if (scrnInfo != NULL) { - int i; + CARD32 i; for (i = 0; i < rep.number; i++) { xXineramaScreenInfo scratch; |