From a2168cedb30e2265896ea4a3c097def39f06334d Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Wed, 10 Apr 2013 15:37:43 +0200 Subject: [PATCH] cogl-xlib.h: add missing COGL_END_DECLS Fixes compilation with C++ compiler. Signed-off-by: Andreas Oberritter Reviewed-by: Robert Bragg (cherry picked from commit 7b3c6dd7f6810f3c8dec62904daa887c917ab7e2) --- cogl/cogl-xlib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogl/cogl-xlib.h b/cogl/cogl-xlib.h index 7a6bc7ef0..5dab8aece 100644 --- a/cogl/cogl-xlib.h +++ b/cogl/cogl-xlib.h @@ -79,6 +79,8 @@ cogl_xlib_set_display (Display *display); CoglFilterReturn cogl_xlib_handle_event (XEvent *xevent); +COGL_END_DECLS + #undef __COGL_XLIB_H_INSIDE__ #endif /* __COGL_XLIB_H__ */