fix up handling of text properties, so we get UTF8_STRING as that type and

2001-09-11  Havoc Pennington  <hp@pobox.com>

	* src/window.c: fix up handling of text properties, so we
	get UTF8_STRING as that type and not as text list, and so
	we properly convert from text list to UTF-8
This commit is contained in:
Havoc Pennington
2001-09-11 04:37:10 +00:00
committed by Havoc Pennington
parent 3645fef5e0
commit 9f66f63bf5
4 changed files with 146 additions and 99 deletions

View File

@ -25,6 +25,7 @@
/* Don't include gtk.h or gdk.h here */
#include "common.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <glib.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
@ -132,6 +133,9 @@ GdkPixbuf* meta_ui_get_default_window_icon (MetaUI *ui);
gboolean meta_ui_window_should_not_cause_focus (Display *xdisplay,
Window xwindow);
char* meta_text_property_to_utf8 (Display *xdisplay,
const XTextProperty *prop);
#include "tabpopup.h"
#endif