[PULL unreviewed] touch fixes for #56578
Colin Harrison
colin.harrison at virgin.net
Thu May 23 23:50:04 PDT 2013
Hi,
I got some log spam from the "Abstract cursor refcounting" change and so
just commented it out...
--- ./dix/save_cursor.c 2013-05-24 07:01:07.905179181 +0100
+++ ./dix/cursor.c 2013-05-24 07:21:53.055169797 +0100
@@ -134,12 +134,12 @@
CursorPtr
RefCursor(CursorPtr cursor)
{
- ErrorF("%s ::::: cursor is %p", __func__, cursor);
+ /* ErrorF("%s ::::: cursor is %p", __func__, cursor); */
if (cursor) {
xorg_backtrace();
cursor->refcnt++;
}
- ErrorF("\n");
+ /* ErrorF("\n"); */
return cursor;
}
Thanks,
Colin
More information about the xorg-devel
mailing list