summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-02-28 15:58:12 -0300
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-02-02 16:31:05 -0200
commit427e9d45d424b84efd9fc499aebf8d72392844c5 (patch)
tree5b879bea6997461f497f3e3e9cba75f429201f3a /include
parentb91524a53e691f6a5d278fd8972b48a14ebeedeb (diff)
Allow multiple inclusions of cursorfont.h, cosmetic patch.
Diffstat (limited to 'include')
-rw-r--r--include/X11/cursorfont.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/X11/cursorfont.h b/include/X11/cursorfont.h
index c6204f1..8fb165c 100644
--- a/include/X11/cursorfont.h
+++ b/include/X11/cursorfont.h
@@ -27,6 +27,9 @@ from The Open Group.
*/
+#ifndef _cursorfont_h_
+#define _cursorfont_h_
+
#define XC_num_glyphs 154
#define XC_X_cursor 0
#define XC_arrow 2
@@ -105,3 +108,5 @@ from The Open Group.
#define XC_ur_angle 148
#define XC_watch 150
#define XC_xterm 152
+
+#endif /* _cursorfont_h_ */