diff options
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r-- | shell/ev-window.h | 6 |
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; |