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-22 08:43:35 +0100
commit674a6b31d3e4928e67bc574d2ed7758f19da52ac (patch)
tree03748ffc9222ab8b84f787e7f9d94973ef3db67f /shell/ev-window.h
parentb0f83ee776ec45e31927406e12ca3a869b6220f0 (diff)
downloadatril-674a6b31d3e4928e67bc574d2ed7758f19da52ac.tar.bz2
atril-674a6b31d3e4928e67bc574d2ed7758f19da52ac.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;