diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-11-05 15:58:25 +1100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-11-19 12:12:28 +1000 |
commit | 710065da37b68a9ec7a0c9dc995247f39e3d01e9 (patch) | |
tree | 1665a057448be41be9837fab8cc1acc11ed77433 /include/xkbsrv.h | |
parent | fd214aabf77c44ba0ca3fd438f0c3c8eb22c7211 (diff) |
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>
Diffstat (limited to 'include/xkbsrv.h')
-rw-r--r-- | include/xkbsrv.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/xkbsrv.h b/include/xkbsrv.h index d58478543..2b926a980 100644 --- a/include/xkbsrv.h +++ b/include/xkbsrv.h @@ -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 */ , |