diff --git a/clutter/clutter-config.h.win32 b/clutter/clutter-config.h.win32 index 77ac9b825..433ee5d85 100644 --- a/clutter/clutter-config.h.win32 +++ b/clutter/clutter-config.h.win32 @@ -10,6 +10,7 @@ G_BEGIN_DECLS #define CLUTTER_WINDOWING_WIN32 "win32" +#define CLUTTER_INPUT_WIN32 "win32" G_END_DECLS diff --git a/config.h.win32.in b/config.h.win32.in index 27b91299e..2c7f27b28 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -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 @@ -61,9 +58,6 @@ /* Define if the GNU gettext() function is already present or preinstalled. */ #define HAVE_GETTEXT 1 -/* Define to 1 if you have the header file. */ -/*#undef HAVE_GL_GLX_H*/ - /* Define if you have the iconv() function and it works. */ #define HAVE_ICONV 1 @@ -120,6 +114,9 @@ /* 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*/