mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 17:24:45 +00:00
kdrive: export KdParseKeyboard()
Allow it to be used by other places, eg. upcoming Xfbdev. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
e85363dfcc
commit
cb4eec13ab
@@ -364,6 +364,8 @@ void
|
||||
|
||||
KdPointerInfo *KdParsePointer(const char *arg);
|
||||
|
||||
KdKeyboardInfo *KdParseKeyboard(const char *arg);
|
||||
|
||||
const char *
|
||||
KdParseFindNext(const char *cur, const char *delim, char *save, char *last);
|
||||
|
||||
|
||||
@@ -930,8 +930,7 @@ KdParseKbdOptions(KdKeyboardInfo * ki)
|
||||
}
|
||||
}
|
||||
|
||||
static KdKeyboardInfo *
|
||||
KdParseKeyboard(const char *arg)
|
||||
KdKeyboardInfo *KdParseKeyboard(const char *arg)
|
||||
{
|
||||
char save[1024];
|
||||
char delim;
|
||||
|
||||
Reference in New Issue
Block a user