revert to xkbcomp 1.4.6 for now
This commit is contained in:
parent
155eb8555e
commit
f60577aa63
34 changed files with 5337 additions and 6152 deletions
|
@ -68,12 +68,12 @@ extern ExprDef *ExprCreateBinary(unsigned /* op */ ,
|
|||
ExprDef * /* right */
|
||||
);
|
||||
|
||||
extern KeycodeDef *KeycodeCreate(const char * /* name */ ,
|
||||
extern KeycodeDef *KeycodeCreate(char * /* name */ ,
|
||||
ExprDef * /* value */
|
||||
);
|
||||
|
||||
extern KeyAliasDef *KeyAliasCreate(const char * /* alias */ ,
|
||||
const char * /* real */
|
||||
extern KeyAliasDef *KeyAliasCreate(char * /* alias */ ,
|
||||
char * /* real */
|
||||
);
|
||||
|
||||
extern VModDef *VModCreate(Atom /* name */ ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue