[Xquartz-changes] [279] AppleSGLX/trunk/apple_glx_surface.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 3 12:13:41 PST 2009


Revision: 279
          http://trac.macosforge.org/projects/xquartz/changeset/279
Author:   gstaplin at apple.com
Date:     2009-03-03 12:13:41 -0800 (Tue, 03 Mar 2009)
Log Message:
-----------
Add the uid to the diagnostic for the surface destruction.

Modified Paths:
--------------
    AppleSGLX/trunk/apple_glx_surface.c

Modified: AppleSGLX/trunk/apple_glx_surface.c
===================================================================
--- AppleSGLX/trunk/apple_glx_surface.c	2009-03-03 20:04:18 UTC (rev 278)
+++ AppleSGLX/trunk/apple_glx_surface.c	2009-03-03 20:13:41 UTC (rev 279)
@@ -109,8 +109,8 @@
     XAppleDRIDestroySurface(d->display, DefaultScreen(d->display), 
 			    d->drawable);
 
-    apple_glx_diagnostic("%s: destroyed a surface for drawable 0x%lx\n", 
-			 __func__, d->drawable);
+    apple_glx_diagnostic("%s: destroyed a surface for drawable 0x%lx uid %u\n", 
+			 __func__, d->drawable, s->uid);
 }
 
 /* Return true if an error occured. */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090303/80648e04/attachment-0001.html>


More information about the Xquartz-changes mailing list