mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 04:30:35 +01:00
dix: remove logspam in RefCursor()
This shouldn't have been in the patch
Reported-by: Colin Harrison <colin.harrison@virgin.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit c21344add2)
This commit is contained in:
parent
1e29b269fd
commit
54a7ae04a8
1 changed files with 1 additions and 5 deletions
|
|
@ -134,12 +134,8 @@ FreeCursor(pointer value, XID cid)
|
|||
CursorPtr
|
||||
RefCursor(CursorPtr cursor)
|
||||
{
|
||||
ErrorF("%s ::::: cursor is %p", __func__, cursor);
|
||||
if (cursor) {
|
||||
xorg_backtrace();
|
||||
if (cursor)
|
||||
cursor->refcnt++;
|
||||
}
|
||||
ErrorF("\n");
|
||||
return cursor;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue