mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
display: inc cogl-wayland-server.h if needed
Since 0773107deb9ede the prototype for cogl_wayland_display_set_compositor_display() has moved into cogl-wayland-server.h but cogl-display.c wasn't updated to include this header. (cherry picked from commit f6ccff9992fcfb9497ce91dd299460362476ba7a)
This commit is contained in:
parent
683545b1ff
commit
6a024acaa9
@ -37,6 +37,9 @@
|
||||
#include "cogl-display-private.h"
|
||||
#include "cogl-renderer-private.h"
|
||||
#include "cogl-winsys-private.h"
|
||||
#ifdef COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT
|
||||
#include "cogl-wayland-server.h"
|
||||
#endif
|
||||
|
||||
static void _cogl_display_free (CoglDisplay *display);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user