diff options
-rw-r--r-- | src/tseng_cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tseng_cursor.c b/src/tseng_cursor.c index d4fb847..2412b31 100644 --- a/src/tseng_cursor.c +++ b/src/tseng_cursor.c @@ -159,7 +159,7 @@ TsengSetCursorColors(ScrnInfoPtr pScrn, int bg, int fg) } } -void +static void TsengLoadCursorImage(ScrnInfoPtr pScrn, unsigned char *bits) { vgaHWPtr hwp = VGAHWPTR(pScrn); |