[gtk+] gdk: Fix prototype for gdk_x11_window_set_utf8_property
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gdk: Fix prototype for gdk_x11_window_set_utf8_property
- Date: Mon, 19 Dec 2011 17:57:24 +0000 (UTC)
commit a003eef9d47a633a6c1b1fe2bbce155fdbf05803
Author: Colin Walters <walters verbum org>
Date: Wed Nov 30 15:41:02 2011 -0500
gdk: Fix prototype for gdk_x11_window_set_utf8_property
gdk/x11/gdkwindow-x11.h | 4 ----
gdk/x11/gdkx11window.h | 3 +++
2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/gdk/x11/gdkwindow-x11.h b/gdk/x11/gdkwindow-x11.h
index bda2a58..740fb08 100644
--- a/gdk/x11/gdkwindow-x11.h
+++ b/gdk/x11/gdkwindow-x11.h
@@ -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);
diff --git a/gdk/x11/gdkx11window.h b/gdk/x11/gdkx11window.h
index f648d96..68784ed 100644
--- a/gdk/x11/gdkx11window.h
+++ b/gdk/x11/gdkx11window.h
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]