[clutter] xkb-utils: Adds #ifdef guards for repeat includes
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] xkb-utils: Adds #ifdef guards for repeat includes
- Date: Thu, 8 Dec 2011 16:42:11 +0000 (UTC)
commit fd8965a710c313a968a7dc469b88778a7d55bf10
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
Reviewed-by: Emmanuele Bassi <ebassi linux intel com>
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]