#ifndef _GRAPHIC_CHARS
#define _GRAPHIC_CHARS

#include "x11.h"
#include <wchar.h>

int draw_character(wchar_t ch, Display *disp, Drawable d, GC gc, int x, int y, int width,  int height);
void graphic_chars_detach(void);

#endif

