gdk: Move scratch GC handling to X11
... and implement it directly instead of using GdkGC, as GdkGC is about to be deleted, but we need this code.
This commit is contained in:
@ -95,6 +95,9 @@ struct _GdkScreenX11
|
||||
GdkX11Monitor *monitors;
|
||||
gint primary_monitor;
|
||||
|
||||
/* cache for window->translate vfunc */
|
||||
GC subwindow_gcs[32];
|
||||
|
||||
/* Xft resources for the display, used for default values for
|
||||
* the Xft/ XSETTINGS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user