mutter/clutter/clutter-config.h.win32
Chun-wei Fan c52d06a5b9 Update clutter-config.h.win32
The CLUTTER_WINDOWING_WIN32 needs to be in-sync with what is in
configure.ac, due to the implementation of multiple backends.
2011-11-12 12:03:53 +08:00

17 lines
317 B
Plaintext

#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly."
#endif
#ifndef __CLUTTER_CONFIG_H__
#define __CLUTTER_CONFIG_H__
#include <glib.h>
G_BEGIN_DECLS
#define CLUTTER_WINDOWING_WIN32 "win32"
G_END_DECLS
#endif /* __CLUTTER_CONFIG_H__ */