mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-02 15:28:07 +02:00
mi: Fix the debug message
Signed-off-by: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
(cherry picked from commit bf48082f30)
This commit is contained in:
parent
b22415b0d5
commit
089a510dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ miSpriteBlockHandler (int i, pointer blockData, pointer pTimeout,
|
|||
&& pCursorInfo->pScreen == pScreen
|
||||
&& pCursorInfo->shouldBeUp)
|
||||
{
|
||||
SPRITE_DEBUG (("BlockHandler restore\n"));
|
||||
SPRITE_DEBUG (("BlockHandler save"));
|
||||
miSpriteSaveUnderCursor (pDev, pScreen);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue