1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-12 04:25:47 +01:00

Added call to Hermes_Init()

This commit is contained in:
dan
2001-02-20 09:31:57 +00:00
parent 58ed9abf8d
commit 4521852297

View File

@@ -713,7 +713,9 @@ RCreateContext(Display *dpy, int screen_number, RContextAttributes *attribs)
free(context); free(context);
return NULL; return NULL;
} }
Hermes_Init();
context->hermes_data->palette = Hermes_PaletteInstance(); context->hermes_data->palette = Hermes_PaletteInstance();
{ {
unsigned long flags = 0; unsigned long flags = 0;