]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-dualscreen.h
Small cleanup
[evince.git] / shell / ev-dualscreen.h
index 356998761bba247cd67c0083988315abe12c56d1..6317430feab906d32042bfb581e32eb13fdd36bb 100644 (file)
@@ -1,6 +1,11 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; c-indent-level: 8 -*- */
 /* this file is part of evince, a gnome document viewer
  *
+ *  Copyright (C) 2007 Johannes Buchner
+ *
+ *  Author:
+ *    Johannes Buchner <buchner.johannes@gmx.at>
+ *    Lukas Bezdicka <255993@mail.muni.cz>
  *
  * Evince is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
@@ -36,13 +41,13 @@ typedef struct _EvDSCWindowPrivate EvDSCWindowPrivate;
 #define EV_IS_DSCWINDOW_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_DSCWINDOW))
 #define EV_DSCWINDOW_GET_CLASS(object)  (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_DSCWINDOW, EvDSCWindowClass))
 
-struct _EvDSCWindow {
-       GtkWindow               base_instance;
-       EvDSCWindowPrivate      *priv;
+struct _EvDSCWindowClass {
+       GtkWindowClass          base_class;
 };
 
-struct _EvDSCWindowClass {
-       GtkWindowClass base_class;
+struct _EvDSCWindow {
+       GtkWindow                base_instance;
+       EvDSCWindowPrivate      *priv;
 };
 
 GType          ev_dscwindow_get_type   (void);