summaryrefslogtreecommitdiff
path: root/shell/ev-window.h
diff options
context:
space:
mode:
authorChristian Persch <[email protected]>2012-06-12 18:53:35 +0200
committerraveit65 <[email protected]>2018-03-21 06:56:34 +0100
commit15073fb029c8fc78d7184be7bc0e70d4cbe5ac1b (patch)
tree8f82df7538706918770f0ff860c07147594c2f8f /shell/ev-window.h
parent715e15b587b66122750f1565f24ea7bb818d2061 (diff)
downloadatril-15073fb029c8fc78d7184be7bc0e70d4cbe5ac1b.tar.bz2
atril-15073fb029c8fc78d7184be7bc0e70d4cbe5ac1b.tar.xz
shell: Port to GtkApplication
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=b999bdd
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r--shell/ev-window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/ev-window.h b/shell/ev-window.h
index d2e7d40f..32d303aa 100644
--- a/shell/ev-window.h
+++ b/shell/ev-window.h
@@ -60,12 +60,12 @@ typedef struct _EvWindowPrivate EvWindowPrivate;
struct _EvWindow {
- GtkWindow base_instance;
- EvWindowPrivate *priv;
+ GtkApplicationWindow base_instance;
+ EvWindowPrivate *priv;
};
struct _EvWindowClass {
- GtkWindowClass base_class;
+ GtkApplicationWindowClass base_class;
};
GType ev_window_get_type (void) G_GNUC_CONST;