cogl-xlib.h: add missing COGL_END_DECLS

Fixes compilation with C++ compiler.

Signed-off-by: Andreas Oberritter <obi@saftware.de>
Reviewed-by: Robert Bragg <robert@linux.intel.com>

(cherry picked from commit 7b3c6dd7f6810f3c8dec62904daa887c917ab7e2)
This commit is contained in:
Andreas Oberritter 2013-04-10 15:37:43 +02:00 committed by Robert Bragg
parent 20657d6245
commit a2168cedb3

View File

@ -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__ */