aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/cursorfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/cursorfont.h')
-rw-r--r--nx-X11/lib/X11/cursorfont.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/cursorfont.h b/nx-X11/lib/X11/cursorfont.h
index 7b4c84dad..70d71259b 100644
--- a/nx-X11/lib/X11/cursorfont.h
+++ b/nx-X11/lib/X11/cursorfont.h
@@ -26,6 +26,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
@@ -104,3 +107,5 @@ from The Open Group.
#define XC_ur_angle 148
#define XC_watch 150
#define XC_xterm 152
+
+#endif /* _cursorfont_h_ */