diff --git a/hw/xquartz/pbproxy/x-selection.m b/hw/xquartz/pbproxy/x-selection.m index 3cc1201d5..b95dfbf48 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.*/