aboutsummaryrefslogtreecommitdiff
path: root/src/hyper
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-29 11:17:25 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-29 11:17:25 +0000
commiteadaa332441dbb0bbc710e4803cd73970859cc1f (patch)
tree8cc4d27b343948366749718c21713f918b16b638 /src/hyper
parenteaf9fdfc5fb7d296c16df34384914e0a62639314 (diff)
downloadopen-axiom-eadaa332441dbb0bbc710e4803cd73970859cc1f.tar.gz
Fix GCL-based build issues related to the
fact that GCL does not provide a separate hook for linkers.
Diffstat (limited to 'src/hyper')
-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 */