2008-04-14 16:52:59 <timj@imendio.com>
[hildon] / src / hildon-window-private.h
index 4c7e415..5dc7727 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2006 Nokia Corporation, all rights reserved.
  *
@@ -8,7 +8,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; version 2.1 of
- * the License.
+ * the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -27,6 +27,8 @@
 
 G_BEGIN_DECLS
 
+typedef struct                                  _HildonWindowPrivate HildonWindowPrivate;
+
 struct                                          _HildonWindowPrivate
 {
     GtkWidget *menu;
@@ -65,7 +67,8 @@ void G_GNUC_INTERNAL
 hildon_window_take_common_toolbar               (HildonWindow *self);
 
 void G_GNUC_INTERNAL
-hildon_window_update_topmost                    (HildonWindow *self, Window window_id);
+hildon_window_update_topmost                    (HildonWindow *self, 
+                                                 Window window_id);
 
 Window G_GNUC_INTERNAL
 hildon_window_get_active_window                 (void);