]> Pileus Git - ~andy/gtk/blob - gdk/gdkconfig.h.win32
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gdk / gdkconfig.h.win32
1 /* gdkconfig.h
2  *
3  * This is a generated file.  Please modify `configure.ac'
4  */
5
6 #ifndef __GDKCONFIG_H__
7 #define __GDKCONFIG_H__
8
9 #if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
10 #error "Only <gdk/gdk.h> can be included directly."
11 #endif
12
13 #include <glib.h>
14
15 G_BEGIN_DECLS
16
17 /* These macros are used to mark deprecated functions in GDK and
18  * GTK+ headers, and thus have to be exposed in installed headers.
19  * But please do *not* use them in other projects. Instead, use
20  * G_DEPRECATED or define your own wrappers around it.
21  */
22
23 #ifdef GDK_DISABLE_DEPRECATION_WARNINGS
24 #define GDK_DEPRECATED
25 #define GDK_DEPRECATED_FOR(f)
26 #else
27 #define GDK_DEPRECATED G_DEPRECATED
28 #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f)
29 #endif
30
31 #define GDK_WINDOWING_WIN32
32
33 G_END_DECLS
34
35 #endif  /* __GDKCONFIG_H__ */