x11: Get rid of XSettingsClient object

Instead, store its variables in the GdkX11Screen.
This commit is contained in:
Benjamin Otte
2013-02-19 14:31:03 +01:00
parent 609723b3c1
commit 588513fc9a
6 changed files with 69 additions and 119 deletions

View File

@ -308,7 +308,6 @@ _gdk_x11_dnd_filter (GdkXEvent *xev,
void _gdk_x11_screen_init_root_window (GdkScreen *screen);
void _gdk_x11_screen_init_visuals (GdkScreen *screen);
void _gdk_x11_screen_init_events (GdkScreen *screen);
void _gdk_x11_cursor_update_theme (GdkCursor *cursor);
void _gdk_x11_cursor_display_finalize (GdkDisplay *display);