[clutter/wip/wayland: 8/10] xkb-utils: Adds #ifdef guards for repeat includes



commit 699b6b8d3376b55ab8c4e80b7864cde99e6ca227
Author: Robert Bragg <robert linux intel com>
Date:   Tue Dec 6 21:46:37 2011 +0000

    xkb-utils: Adds #ifdef guards for repeat includes
    
    This adds #ifdef/#define repeat include guards for clutter-xkb-utils.h

 clutter/evdev/clutter-xkb-utils.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/clutter/evdev/clutter-xkb-utils.h b/clutter/evdev/clutter-xkb-utils.h
index 34e65c6..3fc502f 100644
--- a/clutter/evdev/clutter-xkb-utils.h
+++ b/clutter/evdev/clutter-xkb-utils.h
@@ -22,6 +22,9 @@
  *  Damien Lespiau <damien lespiau intel com>
  */
 
+#ifndef __CLUTTER_XKB_UTILS_H__
+#define __CLUTTER_XKB_UTILS_H__
+
 #include <X11/extensions/XKBcommon.h>
 
 #include "clutter-stage.h"
@@ -39,3 +42,5 @@ struct xkb_desc * _clutter_xkb_desc_new             (const gchar *model,
                                                      const gchar *layout,
                                                      const gchar *variant,
                                                      const gchar *options);
+
+#endif /* __CLUTTER_XKB_UTILS_H__ */



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