mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
Include cogl-win32-renderer.h in cogl.h on Windows
Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
3d92038237
commit
f7bdc92d6c
@ -96,6 +96,9 @@ typedef struct _CoglFramebuffer CoglFramebuffer;
|
||||
#if defined (COGL_HAS_EGL_PLATFORM_WAYLAND_SUPPORT)
|
||||
#include <cogl/cogl-wayland-renderer.h>
|
||||
#endif
|
||||
#if COGL_HAS_WIN32_SUPPORT
|
||||
#include <cogl/cogl-win32-renderer.h>
|
||||
#endif
|
||||
/* XXX: This will definitly go away once all the Clutter winsys
|
||||
* code has been migrated down into Cogl! */
|
||||
#include <cogl/cogl-clutter.h>
|
||||
|
Loading…
Reference in New Issue
Block a user