XKB: Move XkbCopyKeymap definition to xkbsrv.h
Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -974,6 +974,11 @@ extern _X_EXPORT void XkbSendNewKeyboardNotify(
|
||||
xkbNewKeyboardNotify * /* pNKN */
|
||||
);
|
||||
|
||||
extern Bool XkbCopyKeymap(
|
||||
XkbDescPtr /* dst */,
|
||||
XkbDescPtr /* src */,
|
||||
Bool /* sendNotifies */);
|
||||
|
||||
#include "xkbfile.h"
|
||||
#include <X11/extensions/XKMformat.h>
|
||||
#include "xkbrules.h"
|
||||
|
||||
Reference in New Issue
Block a user