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


_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to