aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/mi/micursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/mi/micursor.c')
-rw-r--r--xorg-server/mi/micursor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xorg-server/mi/micursor.c b/xorg-server/mi/micursor.c
index f6ae8f488..13ce776db 100644
--- a/xorg-server/mi/micursor.c
+++ b/xorg-server/mi/micursor.c
@@ -22,7 +22,6 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
-
Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
All Rights Reserved
@@ -65,5 +64,5 @@ miRecolorCursor(DeviceIntPtr pDev, ScreenPtr pScr,
pScr->UnrealizeCursor(pDev, pScr, pCurs);
pScr->RealizeCursor(pDev, pScr, pCurs);
if (displayed)
- pScr->DisplayCursor(pDev, pScr, pCurs);
+ pScr->DisplayCursor(pDev, pScr, pCurs);
}