xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Sun Oct 26 10:22:41 PDT 2008


 hw/xquartz/pbproxy/x-selection.m |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 3647215310f5a52126661b9ec473dcfeed25b40f
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Sun Oct 26 10:22:12 2008 -0700

    Xquartz: pbproxy: Some debugging about unhandled mime types... this will spam up quick, but will be useful for a while...

diff --git a/hw/xquartz/pbproxy/x-selection.m b/hw/xquartz/pbproxy/x-selection.m
index 3cc1201..b95dfbf 100644
--- a/hw/xquartz/pbproxy/x-selection.m
+++ b/hw/xquartz/pbproxy/x-selection.m
@@ -250,6 +250,11 @@ get_property(Window win, Atom property, struct propdata *pdata, Bool delete, Ato
 	{
 	    string = True;
 	}
+    else
+    {
+        const char *type = XGetAtomName(x_dpy, a);
+        DB("Unhandled X11 mime type: %s", type);
+        Xfree(type);
     }
 
     /*We prefer PNG over strings, and UTF8 over a Latin-1 string.*/


More information about the xorg-commit mailing list