Xi: CopyKeyClass is not static for XQuartz
(cherry picked from commit 85d6402354cdf143c6490f2725744c2f08b5605b)
This commit is contained in:
parent
dc1e1bebff
commit
fba8c702ba
|
@ -192,7 +192,10 @@ XIGetDevice(xEvent* xE)
|
||||||
* This code is basically the old SwitchCoreKeyboard.
|
* This code is basically the old SwitchCoreKeyboard.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void
|
#ifndef XQUARTZ
|
||||||
|
static
|
||||||
|
#endif
|
||||||
|
void
|
||||||
CopyKeyClass(DeviceIntPtr device, DeviceIntPtr master)
|
CopyKeyClass(DeviceIntPtr device, DeviceIntPtr master)
|
||||||
{
|
{
|
||||||
KeyClassPtr mk = master->key;
|
KeyClassPtr mk = master->key;
|
||||||
|
|
Loading…
Reference in New Issue