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
|
@ -36,11 +36,17 @@ typedef struct _CommonInfo
|
|||
} CommonInfo;
|
||||
|
||||
extern Bool UseNewField(unsigned /* field */ ,
|
||||
const CommonInfo * /* oldDefs */ ,
|
||||
const CommonInfo * /* newDefs */ ,
|
||||
CommonInfo * /* oldDefs */ ,
|
||||
CommonInfo * /* newDefs */ ,
|
||||
unsigned * /* pCollide */
|
||||
);
|
||||
|
||||
extern Bool MergeNewField(unsigned /* field */ ,
|
||||
CommonInfo * /* oldDefs */ ,
|
||||
CommonInfo * /* newDefs */ ,
|
||||
unsigned * /* pCollide */
|
||||
);
|
||||
|
||||
extern XPointer ClearCommonInfo(CommonInfo * /* cmn */
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue