include standalone cogl-wayland-server/client headers
Because the wayland-server-protocol.h header includes symbols that collide with wayland-client-protocol.h Cogl now provides top level <cogl/cogl-wayland-server.h> and <cogl/cogl-wayland-client.h> headers so that applications can ensure they only include one of the wayland protocol headers in a particular compilation unit. This updates clutter accordingly to include those headers. Reviewed-by: Neil Roberts <neil@linux.intel.com> Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
@ -48,8 +48,7 @@
|
||||
#include "clutter-backend.h"
|
||||
|
||||
#include <cogl/cogl.h>
|
||||
|
||||
#include <wayland-server.h>
|
||||
#include <cogl/cogl-wayland-server.h>
|
||||
|
||||
enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user