aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/node.h')
-rw-r--r--src/hyper/node.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/hyper/node.h b/src/hyper/node.h
index 575d4229..fadc575f 100644
--- a/src/hyper/node.h
+++ b/src/hyper/node.h
@@ -50,12 +50,12 @@ typedef GC openaxiom_graphic_context;
typedef XFontStruct openaxiom_font;
typedef Cursor openaxiom_cursor;
#else /* X_DISPLAY_MISSING */
-typedef openaxiom_handle openaxiom_window;
-typedef openaxiom_handle openaxiom_pixmap;
-typedef openaxiom_handle openaxiom_image;
-typedef openaxiom_handle openaxiom_graphic_context;
-typedef openaxiom_handle openaxiom_cursor;
-typedef openaxiom_handle openaxiom_font;
+typedef OpenAxiom::Handle openaxiom_window;
+typedef OpenAxiom::Handle openaxiom_pixmap;
+typedef OpenAxiom::Handle openaxiom_image;
+typedef OpenAxiom::Handle openaxiom_graphic_context;
+typedef OpenAxiom::Handle openaxiom_cursor;
+typedef OpenAxiom::Handle openaxiom_font;
#endif /* X_DISPLAY_MISSING */
/* Struct forward declarations */