[cogl/cogl-1.14] cogl-xlib.h: add missing COGL_END_DECLS



commit a2168cedb30e2265896ea4a3c097def39f06334d
Author: Andreas Oberritter <obi saftware de>
Date:   Wed Apr 10 15:37:43 2013 +0200

    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)

 cogl/cogl-xlib.h | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/cogl/cogl-xlib.h b/cogl/cogl-xlib.h
index 7a6bc7e..5dab8ae 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__ */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]