#3305 Fixed class name convention for Mac and Linux
This commit is contained in:
parent
ba04f2dfc5
commit
42494a72a5
|
@ -324,7 +324,7 @@ OSXKeyState::fakeCtrlAltDel()
|
|||
}
|
||||
|
||||
bool
|
||||
COSXKeyState::fakeMediaKey(KeyID id)
|
||||
OSXKeyState::fakeMediaKey(KeyID id)
|
||||
{
|
||||
return fakeNativeMediaKey(id);;
|
||||
}
|
||||
|
|
|
@ -1869,7 +1869,7 @@ XWindowsScreen::mapKeyFromX(XKeyEvent* event) const
|
|||
LOG((CLOG_DEBUG2 "mapped code=%d to keysym=0x%04x", event->keycode, keysym));
|
||||
|
||||
// convert key
|
||||
KeyID result = CXWindowsUtil::mapKeySymToKeyID(keysym);
|
||||
KeyID result = XWindowsUtil::mapKeySymToKeyID(keysym);
|
||||
LOG((CLOG_DEBUG2 "mapped keysym=0x%04x to keyID=%d", keysym, result));
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue