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
Removed the unnecessary inner group: the list and scrollbar are now
[AROS.git]
/
workbench
/
libs
/
kms
/
kms_intern.h
blob
6e0fb245de6e685d593d78071264913aef528890
1
#define PREFIX_STR
"DEVS:Keymaps"
2
#define PREFIX_LEN 14
/* Two more bytes for '/' and NULL terminator */
3
4
struct
kms_base
5
{
6
struct
KMSLibrary pub
;
7
struct
KeyMapResource
*
kmr
;
8
struct
Interrupt input_Int
;
9
BOOL active
;
10
APTR rom_MapRawKey
;
11
APTR rom_MapANSI
;
12
};