From 2fd5048943fdb3e9ceccb77fdd4839ad217c5b08 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 29 Sep 2016 22:23:51 +0200 Subject: 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. --- gtk/gtkwindowprivate.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk/gtkwindowprivate.h') 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); -- cgit v1.2.1