Visual Studio builds: Adapt to the Python-fied glib-genmarshal
[platform/upstream/atk.git] / atk / atkwindow.h
index 7d14913..36d7fbb 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+#ifndef __ATK_WINDOW_H__
+#define __ATK_WINDOW_H__
+
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
 #error "Only <atk/atk.h> can be included directly."
 #endif
 
-#ifndef __ATK_WINDOW_H__
-#define __ATK_WINDOW_H__
-
 #include <atk/atkobject.h>
 
 G_BEGIN_DECLS
@@ -44,10 +44,9 @@ typedef struct _AtkWindowIface AtkWindowIface;
 struct _AtkWindowIface
 {
   GTypeInterface parent;
-
-  gpointer       _padding_dummy[16];
 };
 
+ATK_AVAILABLE_IN_2_2
 GType atk_window_get_type (void);
 G_END_DECLS