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
|
@ -57,19 +57,19 @@ extern void ClearIndicatorMapInfo(Display * /* dpy */ ,
|
|||
|
||||
|
||||
extern LEDInfo *AddIndicatorMap(LEDInfo * /* oldLEDs */ ,
|
||||
const LEDInfo * /* newLED */
|
||||
LEDInfo * /* newLED */
|
||||
);
|
||||
|
||||
extern int SetIndicatorMapField(LEDInfo * /* led */ ,
|
||||
XkbDescPtr /* xkb */ ,
|
||||
const char * /* field */ ,
|
||||
const ExprDef * /* arrayNdx */ ,
|
||||
const ExprDef * /* value */
|
||||
ExprDef * /* arrayNdx */ ,
|
||||
ExprDef * /* value */
|
||||
);
|
||||
|
||||
extern LEDInfo *HandleIndicatorMapDef(IndicatorMapDef * /* stmt */ ,
|
||||
XkbDescPtr /* xkb */ ,
|
||||
const LEDInfo * /* dflt */ ,
|
||||
LEDInfo * /* dflt */ ,
|
||||
LEDInfo * /* oldLEDs */ ,
|
||||
unsigned /* mergeMode */
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue