From 9212dacb2bfd5985d8426bf0bdb88f2aca03444e Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 3 Mar 2016 15:19:33 +0300 Subject: [GTK+3] re-add ability to show alt-tab thumbnails when compositor is on adapted from: https://git.gnome.org/browse/metacity/commit/?id=e6828a3ee2cab1ec1acbdd5a444dc1cb98215a75 https://git.gnome.org/browse/metacity/commit/?id=758902aef22629943738241cea1f597b6db4b18e https://git.gnome.org/browse/metacity/commit/?id=c6ba6dc7f458720d9f8666881f45a830580468cb https://git.gnome.org/browse/metacity/commit/?id=68bdf1ab9de815e07f5cd75b2e1fa24ba92ae319 https://git.gnome.org/browse/metacity/commit/?id=78bbf4423f72797a05bfaddd4121d70db30de9a3 --- src/include/compositor.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/compositor.h') diff --git a/src/include/compositor.h b/src/include/compositor.h index 5c238890..0eebe569 100644 --- a/src/include/compositor.h +++ b/src/include/compositor.h @@ -23,6 +23,7 @@ #define META_COMPOSITOR_H #include +#include #include #include "types.h" @@ -50,8 +51,13 @@ void meta_compositor_set_updates (MetaCompositor *compositor, void meta_compositor_process_event (MetaCompositor *compositor, XEvent *event, MetaWindow *window); +#if GTK_CHECK_VERSION (3, 0, 0) +cairo_surface_t *meta_compositor_get_window_surface (MetaCompositor *compositor, + MetaWindow *window); +#else Pixmap meta_compositor_get_window_pixmap (MetaCompositor *compositor, MetaWindow *window); +#endif void meta_compositor_set_active_window (MetaCompositor *compositor, MetaScreen *screen, MetaWindow *window); -- cgit v1.2.1