repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added a test for MUIA_Listview_SelectChange.
[AROS.git]
/
arch
/
all-hosted
/
hidd
/
x11
/
x11_class.h
blob
a3fc6fb5b1dc8c2c7344e11841e6e01c73721538
1
#define X11_LIBNAME
"x11gfx.hidd"
2
3
#define CLID_Hidd_X11Gfx
"hidd.gfx.x11"
4
5
/* External part of library base */
6
struct
X11Base
7
{
8
struct
Library library
;
9
10
UBYTE keycode2rawkey
[
256
];
11
BOOL havetable
;
12
OOP_Class
*
gfxclass
;
13
};