color: Add initializers for ClutterColor
[profile/ivi/clutter.git] / config.h.win32.in
index 27b9129..798bfcb 100644 (file)
@@ -6,9 +6,6 @@
 /* Use Generic EGL backend */
 /*#undef CLUTTER_EGL_BACKEND_GENERIC*/
 
-/* Built against the system Cogl library */
-/*#undef CLUTTER_USING_SYSTEM_COGL*/
-
 /* Can use Cogl 2.0 API internally */
 #define COGL_ENABLE_EXPERIMENTAL_2_0_API 1
 
@@ -42,6 +39,9 @@
 /* Have the Wayland backend */
 /*#undef HAVE_CLUTTER_WAYLAND*/
 
+/* Have Wayland compositor support */
+/* #undef HAVE_CLUTTER_WAYLAND_COMPOSITOR */
+
 /* Have the Win32 backend */
 #define HAVE_CLUTTER_WIN32 1
 
 /* Define to 1 if you have the <dlfcn.h> header file. */
 /*#undef HAVE_DLFCN_H*/
 
-/* Have libdrm support */
-/*#undef HAVE_DRM*/
-
 /* Have evdev support for input handling */
 /*#undef HAVE_EVDEV*/
 
 /* Define if the GNU gettext() function is already present or preinstalled. */
 #define HAVE_GETTEXT 1
 
-/* Define to 1 if you have the <GL/glx.h> header file. */
-/*#undef HAVE_GL_GLX_H*/
-
 /* Define if you have the iconv() function and it works. */
 #define HAVE_ICONV 1
 
 /* Define to 1 if we have the XFIXES X extension */
 /*#undef HAVE_XFIXES*/
 
+/* Define to 1 if X Generic Extensions is available */
+/* #undef HAVE_XGE */
+
 /* Define to 1 if XInput is available */
 /*#undef HAVE_XINPUT*/