Xquartz: pbproxy: Some debugging about unhandled mime types... this will spam up quick, but will be useful for a while...
(cherry picked from commit 3647215310f5a52126661b9ec473dcfeed25b40f)
This commit is contained in:
		
							parent
							
								
									e7c26964ee
								
							
						
					
					
						commit
						c885110aed
					
				| 
						 | 
				
			
			@ -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.*/
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue