diff options
author | Felix Riemann <[email protected]> | 2011-01-02 23:54:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-11 08:39:23 +0200 |
commit | 026b114ae5839cdb61524639a91e111e5f15e369 (patch) | |
tree | 890ac8281cc5bce7a7a6aaae68283f57e263a19d /src/Makefile.am | |
parent | 17e6cdbb2c64db060090e57c96e18da2fd6b7873 (diff) | |
download | eom-026b114ae5839cdb61524639a91e111e5f15e369.tar.bz2 eom-026b114ae5839cdb61524639a91e111e5f15e369.tar.xz |
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
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |