diff options
author | Benjamin Otte <otte@redhat.com> | 2016-09-29 22:23:51 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | 2fd5048943fdb3e9ceccb77fdd4839ad217c5b08 (patch) | |
tree | d851bf8bd09f262997c2a8573c18f5c867c9f65a /gtk/gtkwindowprivate.h | |
parent | fe24fcbc3e71bcf7e222a4106bf6e3f7ec114e28 (diff) | |
download | gtk+-2fd5048943fdb3e9ceccb77fdd4839ad217c5b08.tar.gz |
API: window: Remove suppport for changing wmclass_name/group
X11 was the only backend to support it and people can just override it
using XSetClassHint() directly.
The docs already advertised the function as "Do not use".
Keep the existing call to XSetClassHint() in place, so that we keep
setting the same values as in GTK3.
Diffstat (limited to 'gtk/gtkwindowprivate.h')
-rw-r--r-- | gtk/gtkwindowprivate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkwindowprivate.h b/gtk/gtkwindowprivate.h index 5cb5a72db2..20dbbda2a6 100644 --- a/gtk/gtkwindowprivate.h +++ b/gtk/gtkwindowprivate.h @@ -57,10 +57,6 @@ void _gtk_window_set_is_active (GtkWindow *window, void _gtk_window_set_is_toplevel (GtkWindow *window, gboolean is_toplevel); -void _gtk_window_get_wmclass (GtkWindow *window, - gchar **wmclass_name, - gchar **wmclass_class); - void _gtk_window_set_allocation (GtkWindow *window, const GtkAllocation *allocation, GtkAllocation *allocation_out); |