mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-09 05:00:30 +01:00
Xi: CopyKeyClass is not static for XQuartz
(cherry picked from commit 85d6402354cdf143c6490f2725744c2f08b5605b)
This commit is contained in:
parent
dc1e1bebff
commit
fba8c702ba
1 changed files with 4 additions and 1 deletions
|
|
@ -192,7 +192,10 @@ XIGetDevice(xEvent* xE)
|
|||
* This code is basically the old SwitchCoreKeyboard.
|
||||
*/
|
||||
|
||||
static void
|
||||
#ifndef XQUARTZ
|
||||
static
|
||||
#endif
|
||||
void
|
||||
CopyKeyClass(DeviceIntPtr device, DeviceIntPtr master)
|
||||
{
|
||||
KeyClassPtr mk = master->key;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue