mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 23:50:12 +01:00
Xi: CopyKeyClass is not static for XQuartz
This commit is contained in:
parent
e0e2eaf1f3
commit
6e4fc5d066
2 changed files with 2 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ XIGetDevice(xEvent* xE)
|
|||
* This code is basically the old SwitchCoreKeyboard.
|
||||
*/
|
||||
|
||||
static void
|
||||
void
|
||||
CopyKeyClass(DeviceIntPtr device, DeviceIntPtr master)
|
||||
{
|
||||
KeyClassPtr mk = master->key;
|
||||
|
|
|
|||
|
|
@ -592,6 +592,7 @@ extern Bool IsKeyboardDevice(DeviceIntPtr dev);
|
|||
extern Bool IsPointerEvent(InternalEvent *event);
|
||||
extern Bool IsMaster(DeviceIntPtr dev);
|
||||
|
||||
extern _X_HIDDEN void CopyKeyClass(DeviceIntPtr device, DeviceIntPtr master);
|
||||
extern _X_HIDDEN int CorePointerProc(DeviceIntPtr dev, int what);
|
||||
extern _X_HIDDEN int CoreKeyboardProc(DeviceIntPtr dev, int what);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue