Xi: CopyKeyClass is not static for XQuartz

(cherry picked from commit 85d6402354cdf143c6490f2725744c2f08b5605b)
This commit is contained in:
Jeremy Huddleston 2009-09-26 22:13:49 -07:00
parent dc1e1bebff
commit fba8c702ba
1 changed files with 4 additions and 1 deletions

View File

@ -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;