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
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
all-hosted
/
hidd
/
x11
/
x11_class.h
blob
a88305111dc824cab0821ad185c27076c185972c
1
#define X11_LIBNAME
"x11gfx.hidd"
2
3
#define CLID_Hidd_Gfx_X11
"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
};