mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
clutter-wayland-compositor.h: Adds missing header guards
Reviewed-by: Neil Roberts <neil@linux.intel.com> Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
parent
dee544645b
commit
f1aa16069d
@ -32,6 +32,9 @@
|
||||
* The Clutter Wayland compositor API is available since Clutter 1.8
|
||||
*/
|
||||
|
||||
#ifndef __CLUTTER_WAYLAND_COMPOSITOR_H__
|
||||
#define __CLUTTER_WAYLAND_COMPOSITOR_H__
|
||||
|
||||
#include <wayland-server.h>
|
||||
#include <clutter/wayland/clutter-wayland-surface.h>
|
||||
|
||||
@ -41,3 +44,5 @@ void
|
||||
clutter_wayland_set_compositor_display (struct wl_display *display);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __CLUTTER_WAYLAND_COMPOSITOR_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user