Convert all gdk_window methods to vtable calls

This commit is contained in:
Alexander Larsson
2010-12-05 21:58:23 +01:00
committed by Matthias Clasen
parent 49273f2277
commit ac7d55c948
5 changed files with 1095 additions and 691 deletions

View File

@ -133,6 +133,8 @@ void _gdk_dnd_init (GdkDisplay *display);
void _gdk_x11_cursor_update_theme (GdkCursor *cursor);
void _gdk_x11_cursor_display_finalize (GdkDisplay *display);
void _gdk_x11_window_register_dnd (GdkWindow *window);
gboolean _gdk_x11_get_xft_setting (GdkScreen *screen,
const gchar *name,
GValue *value);