XKB: Remove component listing support
No-one uses this - not xkbcomp, not GNOME, not KDE. The preferred way to deal with component listing (which gives you RMLVO rather than KcCGST) is to use the XML files on the client side. Indeed, a couple of hours after making this commit, it emerged that all *.dir files built with xkbcomp 1.1.1 (released two years ago) and later have been catastrophically broken and nearly empty. So I think that's reasonable proof that no-one uses them. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
fd214aabf7
commit
710065da37
@@ -835,23 +835,6 @@ extern void XkbFakeDeviceButton(DeviceIntPtr /* dev */ ,
|
||||
#define _XkbListGeometry 4
|
||||
#define _XkbListNumComponents 5
|
||||
|
||||
typedef struct _XkbSrvListInfo {
|
||||
int szPool;
|
||||
int nPool;
|
||||
char *pool;
|
||||
|
||||
int maxRtrn;
|
||||
int nTotal;
|
||||
|
||||
char *pattern[_XkbListNumComponents];
|
||||
int nFound[_XkbListNumComponents];
|
||||
} XkbSrvListInfoRec, *XkbSrvListInfoPtr;
|
||||
|
||||
extern _X_EXPORT Status XkbDDXList(DeviceIntPtr /* dev */ ,
|
||||
XkbSrvListInfoPtr /* listing */ ,
|
||||
ClientPtr /* client */
|
||||
);
|
||||
|
||||
extern _X_EXPORT unsigned int XkbDDXLoadKeymapByNames(DeviceIntPtr /* keybd */ ,
|
||||
XkbComponentNamesPtr
|
||||
/* names */ ,
|
||||
|
||||
Reference in New Issue
Block a user