diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.c')
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.c b/xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.c index 468f3b6a3..7652a36ea 100644 --- a/xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.c +++ b/xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.c,v 1.17 2002/10/09 16:38:19 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.c,v 1.18 2002/12/11 17:23:33 dawes Exp $ */ /* * includes */ @@ -97,13 +97,11 @@ static vu8 Bt485_read_masked(IOADDRESS port, vu8 reg, vu8 mask); static vu8 Bt485_read_cmd3_masked(IOADDRESS port, vu8 mask); #endif - - /* - * global data + * local data */ -int Cursor_size=0; +static int Cursor_size=0; |