mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
xkb: unexport XkbDDX*() functions
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -30,11 +30,13 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include <X11/keysym.h>
|
||||
#include <X11/extensions/XI.h>
|
||||
|
||||
#include "xkb/xkbsrv_priv.h"
|
||||
|
||||
#include "inputstr.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "windowstr.h"
|
||||
#include <xkbsrv.h>
|
||||
#include <X11/extensions/XI.h>
|
||||
|
||||
void
|
||||
XkbDDXKeybdCtrlProc(DeviceIntPtr dev, KeybdCtrl * ctrl)
|
||||
|
||||
@@ -30,11 +30,13 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include <X11/keysym.h>
|
||||
#include <X11/extensions/XI.h>
|
||||
|
||||
#include "xkb/xkbsrv_priv.h"
|
||||
|
||||
#include "inputstr.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "windowstr.h"
|
||||
#include <xkbsrv.h>
|
||||
#include <X11/extensions/XI.h>
|
||||
|
||||
static void
|
||||
XkbDDXUpdateIndicators(DeviceIntPtr dev, CARD32 new)
|
||||
|
||||
@@ -221,4 +221,18 @@ void XkbFlushLedEvents(DeviceIntPtr dev, DeviceIntPtr kbd, XkbSrvLedInfoPtr sli,
|
||||
xkbExtensionDeviceNotify *ed, XkbChangesPtr changes,
|
||||
XkbEventCausePtr cause);
|
||||
|
||||
/* XkbDDX* functions */
|
||||
unsigned int XkbDDXLoadKeymapByNames(DeviceIntPtr keybd,
|
||||
XkbComponentNamesPtr names,
|
||||
unsigned int want,
|
||||
unsigned int need,
|
||||
XkbDescPtr *finfoRtrn,
|
||||
char *keymapNameRtrn,
|
||||
int keymapNameRtrnLen);
|
||||
Bool XkbDDXNamesFromRules(DeviceIntPtr keybd, const char *rules,
|
||||
XkbRF_VarDefsPtr defs, XkbComponentNamesPtr names);
|
||||
int XkbDDXUsesSoftRepeat(DeviceIntPtr dev);
|
||||
void XkbDDXKeybdCtrlProc(DeviceIntPtr dev, KeybdCtrl *ctrl);
|
||||
void XkbDDXUpdateDeviceIndicators(DeviceIntPtr dev, XkbSrvLedInfoPtr sli,
|
||||
CARD32 newState);
|
||||
#endif /* _XSERVER_XKBSRV_PRIV_H_ */
|
||||
|
||||
Reference in New Issue
Block a user