diff options
Diffstat (limited to 'gdk/x11/gdkscreen-x11.h')
-rw-r--r-- | gdk/x11/gdkscreen-x11.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/x11/gdkscreen-x11.h b/gdk/x11/gdkscreen-x11.h index c066f9f930..98cca0e2a6 100644 --- a/gdk/x11/gdkscreen-x11.h +++ b/gdk/x11/gdkscreen-x11.h @@ -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 */ |