From 218fa6757a2f51c9aeb8181c02dc79e014aecf7c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Dec 2010 21:42:55 -0500 Subject: Weed out no longer needed declarations --- gdk/gdkinternals.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'gdk/gdkinternals.h') diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index 7b08fe84ae..28b419fe62 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -558,7 +558,6 @@ extern gint _gdk_screen_number; extern gchar *_gdk_display_arg_name; extern gboolean _gdk_disable_multidevice; -void _gdk_events_queue (GdkDisplay *display); GdkEvent* _gdk_event_unqueue (GdkDisplay *display); void _gdk_event_filter_unref (GdkWindow *window, @@ -628,11 +627,7 @@ const char *_gdk_get_sm_client_id (void); void _gdk_cursor_destroy (GdkCursor *cursor); -void _gdk_windowing_init (void); - extern const GOptionEntry _gdk_windowing_args[]; -void _gdk_windowing_set_default_display (GdkDisplay *display); - gchar *_gdk_windowing_substitute_screen_number (const gchar *display_name, gint screen_number); @@ -667,20 +662,9 @@ void _gdk_windowing_after_process_all_updates (void); #define GDK_WINDOW_IS_MAPPED(window) (((window)->state & GDK_WINDOW_STATE_WITHDRAWN) == 0) - -/* Called when gdk_window_destroy() is called on a foreign window - * or an ancestor of the foreign window. It should generally reparent - * the window out of it's current heirarchy, hide it, and then - * send a message to the owner requesting that the window be destroyed. - */ -void _gdk_windowing_window_destroy_foreign (GdkWindow *window); - void _gdk_windowing_display_set_sm_client_id (GdkDisplay *display, const gchar *sm_client_id); -void _gdk_windowing_window_set_composited (GdkWindow *window, - gboolean composited); - #define GDK_TYPE_PAINTABLE (_gdk_paintable_get_type ()) #define GDK_PAINTABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_PAINTABLE, GdkPaintable)) #define GDK_IS_PAINTABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_PAINTABLE)) @@ -808,12 +792,6 @@ cairo_surface_t * _gdk_offscreen_window_create_surface (GdkWindow *window, gint height); -/************************************ - * Initialization and exit routines * - ************************************/ - -void _gdk_windowing_exit (void); - G_END_DECLS #endif /* __GDK_INTERNALS_H__ */ -- cgit v1.2.1