gdk: Fix prototype for gdk_x11_window_set_utf8_property

This commit is contained in:
Colin Walters
2011-11-30 15:41:02 -05:00
committed by Ryan Lortie
parent 618bca1333
commit a003eef9d4
2 changed files with 3 additions and 4 deletions

View File

@@ -158,10 +158,6 @@ GType gdk_window_impl_x11_get_type (void);
void gdk_x11_window_set_user_time (GdkWindow *window,
guint32 timestamp);
void gdk_x11_window_set_utf8_property (GdkWindow *window,
const gchar *name,
const gchar *value);
GdkToplevelX11 *_gdk_x11_window_get_toplevel (GdkWindow *window);
void _gdk_x11_window_tmp_unset_bg (GdkWindow *window,
gboolean recurse);

View File

@@ -57,6 +57,9 @@ GType gdk_x11_window_get_type (void);
Window gdk_x11_window_get_xid (GdkWindow *window);
void gdk_x11_window_set_user_time (GdkWindow *window,
guint32 timestamp);
void gdk_x11_window_set_utf8_property (GdkWindow *window,
const gchar *name,
const gchar *value);
void gdk_x11_window_set_theme_variant (GdkWindow *window,
char *variant);
void gdk_x11_window_set_hide_titlebar_when_maximized (GdkWindow *window,