mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 01:00:30 +01:00
XQuartz: pbproxy: fixed blocking
This commit is contained in:
parent
d4e016a308
commit
bb330a1b1c
1 changed files with 6 additions and 5 deletions
|
|
@ -250,11 +250,12 @@ 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);
|
||||
else
|
||||
{
|
||||
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.*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue