diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:12 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:12 +0000 |
commit | ea81b9b00ade213b0297fa1ae8956bcea91286c2 (patch) | |
tree | fb357a1d9cd079f1fe8a95dd318eee86db73868b /src/nsc_gx1_cursor.c | |
parent | 89449af0584b763a4e07425c801e596c05feb783 (diff) |
Change all misc.h and os.h references to <X11/foo.h>.XORG-6_8_99_14
Diffstat (limited to 'src/nsc_gx1_cursor.c')
-rw-r--r-- | src/nsc_gx1_cursor.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nsc_gx1_cursor.c b/src/nsc_gx1_cursor.c index 9132ac6..5cd4a40 100644 --- a/src/nsc_gx1_cursor.c +++ b/src/nsc_gx1_cursor.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_cursor.c,v 1.5 2003/02/21 16:51:09 alanh Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_cursor.c,v 1.5tsi Exp $ */ /* * $Workfile: nsc_gx1_cursor.c $ * $Revision$ @@ -298,14 +298,13 @@ GX1SetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y) void GX1LoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char *src) { - int i, j; + int i; unsigned long shape; unsigned long mask; unsigned long andMask[32] = { 0, }; unsigned long xorMask[32] = { 0, }; GeodePtr pGeode = GEODEPTR(pScreenInfo); - j = 0; for (i = 0; i < 32; i++) { if (src) { shape = ((unsigned long)src[i * 4] << 24) | |