diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-15 14:49:23 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:00 -0500 |
commit | 985eb1446978b059f6099522a3acd83c517a02c4 (patch) | |
tree | 4acf4400708c7712ecfb226c8c920bc3b9731d3c /gdk/gdkinternals.h | |
parent | 33417c36f1fd213fd3f8da902e012f934c7659ae (diff) | |
download | gtk+-985eb1446978b059f6099522a3acd83c517a02c4.tar.gz |
Multiple changes to reduce the amount of unprefixed symbols
The X11 backend exports a number of symbols which are _-prefixed
(so don't become part of the gdk api), but are not named in a
way to prevent accidental clashes between backends.
The one API change here is that the gdk_xid_table functions
have been removed - they did not server an purpose, since the
xid table only stores windows anyway, and we already have a
lookup-by-xid function for windows.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r-- | gdk/gdkinternals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index 9e2446948f..3e01953bf5 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -283,8 +283,6 @@ void gdk_synthesize_window_state (GdkWindow *window, GdkWindowState unset_flags, GdkWindowState set_flags); -GdkDeviceManager * _gdk_device_manager_new (GdkDisplay *display); - gboolean _gdk_cairo_surface_extents (cairo_surface_t *surface, GdkRectangle *extents); |