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.
This commit is contained in:
Chun-wei Fan 2011-11-12 12:03:53 +08:00
parent 63dbcc245c
commit c52d06a5b9

View File

@ -9,7 +9,7 @@
G_BEGIN_DECLS
#define CLUTTER_WINDOWING_WIN32 1
#define CLUTTER_WINDOWING_WIN32 "win32"
G_END_DECLS