From 026b114ae5839cdb61524639a91e111e5f15e369 Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Sun, 2 Jan 2011 23:54:13 +0100 Subject: Add our own activatable interface to EomWindow Improves typesafety by explicitly passing the EomWindow and allows us to extend the interface if necessary. https://bugzilla.gnome.org/show_bug.cgi?id=626091 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/397a6a5 --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d9ef069..0bfb4d2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,6 +40,7 @@ INST_H_FILES = \ eom-application.h \ eom-debug.h \ eom-window.h \ + eom-window-activatable.h \ eom-sidebar.h \ eom-dialog.h \ eom-properties-dialog.h \ @@ -66,6 +67,7 @@ libeom_c_files = \ eom-util.c \ eom-pixbuf-util.c \ eom-window.c \ + eom-window-activatable.c \ eom-sidebar.c \ eom-dialog.c \ eom-preferences-dialog.c \ -- cgit v1.2.1