Added a test for MUIA_Listview_SelectChange.
[AROS.git] / arch / all-hosted / hidd / x11 / x11_class.h
bloba3fc6fb5b1dc8c2c7344e11841e6e01c73721538
1 #define X11_LIBNAME "x11gfx.hidd"
3 #define CLID_Hidd_X11Gfx "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;