revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-hosted / hidd / x11 / x11_class.h
bloba88305111dc824cab0821ad185c27076c185972c
1 #define X11_LIBNAME "x11gfx.hidd"
3 #define CLID_Hidd_Gfx_X11 "hidd.gfx.x11"
5 /* External part of library base */
6 struct X11Base
8 struct Library library;
10 UBYTE keycode2rawkey[256];
11 BOOL havetable;
12 OOP_Class *gfxclass;