summaryrefslogtreecommitdiff
path: root/src/eom-window.h
diff options
context:
space:
mode:
authorFelix Riemann <[email protected]>2012-06-07 13:22:20 +0200
committerraveit65 <[email protected]>2018-07-17 21:53:38 +0200
commit57506ffd5c8f99a2461c538c61ebe38653760dd7 (patch)
tree82e2a86489bbc9f30705c71cb325486259afd38c /src/eom-window.h
parent5c5883772852ad59676bf60ddda06af567193c63 (diff)
downloadeom-57506ffd5c8f99a2461c538c61ebe38653760dd7.tar.bz2
eom-57506ffd5c8f99a2461c538c61ebe38653760dd7.tar.xz
Make EomWindow a GtkApplicationWindow
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/df5b2b6
Diffstat (limited to 'src/eom-window.h')
-rw-r--r--src/eom-window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eom-window.h b/src/eom-window.h
index 630645e..aef213b 100644
--- a/src/eom-window.h
+++ b/src/eom-window.h
@@ -83,13 +83,13 @@ typedef enum {
} EomStartupFlags;
struct _EomWindow {
- GtkWindow win;
+ GtkApplicationWindow win;
EomWindowPrivate *priv;
};
struct _EomWindowClass {
- GtkWindowClass parent_class;
+ GtkApplicationWindowClass parent_class;
void (* prepared) (EomWindow *window);
};