diff options
Diffstat (limited to 'src/terminal-util.h')
-rw-r--r-- | src/terminal-util.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/terminal-util.h b/src/terminal-util.h index 9cf7f85..321418b 100644 --- a/src/terminal-util.h +++ b/src/terminal-util.h @@ -101,15 +101,8 @@ void terminal_util_bind_object_property_to_widget (GObject *object, GtkWidget *widget, PropertyChangeFlags flags); -gboolean terminal_util_x11_get_net_wm_desktop (GdkWindow *window, - guint32 *desktop); -void terminal_util_x11_set_net_wm_desktop (GdkWindow *window, - guint32 desktop); - void terminal_util_x11_clear_demands_attention (GdkWindow *window); -gboolean terminal_util_x11_window_is_minimized (GdkWindow *window); - G_END_DECLS #endif /* TERMINAL_UTIL_H */ |