зеркало из https://github.com/mozilla/gecko-dev.git
Bug 675483 - sLastModifierState should be a NSUInteger, not PRBool, r=smichaud
This commit is contained in:
Родитель
ad1a7b1c03
Коммит
01905612c3
|
@ -1056,7 +1056,7 @@ private:
|
|||
class TextInputHandler : public IMEInputHandler
|
||||
{
|
||||
public:
|
||||
static PRBool sLastModifierState;
|
||||
static NSUInteger sLastModifierState;
|
||||
|
||||
static CFArrayRef CreateAllKeyboardLayoutList();
|
||||
static void DebugPrintAllKeyboardLayouts();
|
||||
|
|
|
@ -905,7 +905,7 @@ TISInputSourceWrapper::InitKeyPressEvent(NSEvent *aNativeKeyEvent,
|
|||
*
|
||||
******************************************************************************/
|
||||
|
||||
PRBool TextInputHandler::sLastModifierState = PR_FALSE;
|
||||
NSUInteger TextInputHandler::sLastModifierState = 0;
|
||||
|
||||
// static
|
||||
CFArrayRef
|
||||
|
|
Загрузка…
Ссылка в новой задаче