diff options
Diffstat (limited to 'src/osx/gui/InputMethodPrivate.h')
-rw-r--r-- | src/osx/gui/InputMethodPrivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osx/gui/InputMethodPrivate.h b/src/osx/gui/InputMethodPrivate.h index a4b61432..4b5478e1 100644 --- a/src/osx/gui/InputMethodPrivate.h +++ b/src/osx/gui/InputMethodPrivate.h @@ -37,6 +37,9 @@ class OsxInputMethodContextPrivate { void PerformSel(SEL sel); + void Activate(); + void Deactivate(); + private: OsxWindow* window_; |