diff options
author | Felix Riemann <[email protected]> | 2011-01-03 13:41:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-11 08:39:23 +0200 |
commit | 9b79e09d57c87be17359a25277bbf3831395e2bf (patch) | |
tree | cc1b13e7591f5d4ca33ac7aaab082cf7bc9ea759 /plugins/fullscreen/eom-fullscreen-plugin.h | |
parent | 026b114ae5839cdb61524639a91e111e5f15e369 (diff) | |
download | eom-9b79e09d57c87be17359a25277bbf3831395e2bf.tar.bz2 eom-9b79e09d57c87be17359a25277bbf3831395e2bf.tar.xz |
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
Diffstat (limited to 'plugins/fullscreen/eom-fullscreen-plugin.h')
-rw-r--r-- | plugins/fullscreen/eom-fullscreen-plugin.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <libpeas/peas-extension-base.h> #include <libpeas/peas-object-module.h> +#include <eom-window.h> + G_BEGIN_DECLS /* @@ -36,7 +38,7 @@ typedef struct _EomFullscreenPlugin EomFullscreenPlugin; struct _EomFullscreenPlugin { PeasExtensionBase parent_instance; - GtkWidget *window; + EomWindow *window; gulong signal_id; }; |