update to 1.10.4
[profile/ivi/clutter.git] / clutter / clutter-config.h.win32
1 #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
2 #error "Only <clutter/clutter.h> can be included directly."
3 #endif
4
5 #ifndef __CLUTTER_CONFIG_H__
6 #define __CLUTTER_CONFIG_H__
7
8 #include <glib.h>
9
10 G_BEGIN_DECLS
11
12 #define CLUTTER_WINDOWING_WIN32 "win32"
13 #define CLUTTER_INPUT_WIN32 "win32"
14 #define CLUTTER_INPUT_NULL "null"
15
16 G_END_DECLS
17
18 #endif /* __CLUTTER_CONFIG_H__ */