mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
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:
parent
20657d6245
commit
a2168cedb3
@ -79,6 +79,8 @@ cogl_xlib_set_display (Display *display);
|
|||||||
CoglFilterReturn
|
CoglFilterReturn
|
||||||
cogl_xlib_handle_event (XEvent *xevent);
|
cogl_xlib_handle_event (XEvent *xevent);
|
||||||
|
|
||||||
|
COGL_END_DECLS
|
||||||
|
|
||||||
#undef __COGL_XLIB_H_INSIDE__
|
#undef __COGL_XLIB_H_INSIDE__
|
||||||
|
|
||||||
#endif /* __COGL_XLIB_H__ */
|
#endif /* __COGL_XLIB_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user