diff options
author | Rhody Lugo <rhodylugo@me.com> | 2015-01-08 02:56:27 -0430 |
---|---|---|
committer | Rhody Lugo <rhodylugo@me.com> | 2015-01-08 02:56:27 -0430 |
commit | d046bd88ad84f99789fbc7e544e8c8b929f14faf (patch) | |
tree | de355736a00ffe5a6ae641c70b523427b21b9911 /platform/osx/os_osx.h | |
parent | 78f4b937034c8bc24c2a871b1fc08ecbe39d0e5e (diff) |
OS X: Add keyboard layout detection and fix build
Diffstat (limited to 'platform/osx/os_osx.h')
-rw-r--r-- | platform/osx/os_osx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index 5df85bca2a..24f7115938 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -156,6 +156,8 @@ public: virtual String get_executable_path() const; + virtual LatinKeyboardVariant get_latin_keyboard_variant() const; + virtual void move_window_to_foreground(); void run(); |