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>
This commit is contained in:
parent
cb3018d8a1
commit
c21344add2
|
@ -134,12 +134,8 @@ FreeCursor(pointer value, XID cid)
|
||||||
CursorPtr
|
CursorPtr
|
||||||
RefCursor(CursorPtr cursor)
|
RefCursor(CursorPtr cursor)
|
||||||
{
|
{
|
||||||
ErrorF("%s ::::: cursor is %p", __func__, cursor);
|
if (cursor)
|
||||||
if (cursor) {
|
|
||||||
xorg_backtrace();
|
|
||||||
cursor->refcnt++;
|
cursor->refcnt++;
|
||||||
}
|
|
||||||
ErrorF("\n");
|
|
||||||
return cursor;
|
return cursor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue