From 411027e66401d363abb6217b59b2b695b856c917 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 21 Oct 2021 18:42:58 +0800 Subject: ... --- src/osx/gui/InputMethodPrivate.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/osx/gui/InputMethodPrivate.h') 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_; -- cgit v1.2.3