From 45218522974bc77545ac1f10e125663aa0f712e3 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 20 Feb 2001 09:31:57 +0000 Subject: [PATCH] Added call to Hermes_Init() --- wrlib/context.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wrlib/context.c b/wrlib/context.c index a52d702b..47848f1d 100644 --- a/wrlib/context.c +++ b/wrlib/context.c @@ -713,7 +713,9 @@ RCreateContext(Display *dpy, int screen_number, RContextAttributes *attribs) free(context); return NULL; } - + + Hermes_Init(); + context->hermes_data->palette = Hermes_PaletteInstance(); { unsigned long flags = 0;