From 9b79e09d57c87be17359a25277bbf3831395e2bf Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Mon, 3 Jan 2011 13:41:44 +0100 Subject: Update plugins to use EomWindowActivatable interface https://bugzilla.gnome.org/show_bug.cgi?id=626091 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/3d3d2bb --- plugins/fullscreen/eom-fullscreen-plugin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/fullscreen/eom-fullscreen-plugin.h') diff --git a/plugins/fullscreen/eom-fullscreen-plugin.h b/plugins/fullscreen/eom-fullscreen-plugin.h index 0e7d9da..6be5171 100644 --- a/plugins/fullscreen/eom-fullscreen-plugin.h +++ b/plugins/fullscreen/eom-fullscreen-plugin.h @@ -7,6 +7,8 @@ #include #include +#include + G_BEGIN_DECLS /* @@ -36,7 +38,7 @@ typedef struct _EomFullscreenPlugin EomFullscreenPlugin; struct _EomFullscreenPlugin { PeasExtensionBase parent_instance; - GtkWidget *window; + EomWindow *window; gulong signal_id; }; -- cgit v1.2.1