diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-10-30 21:23:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 21:23:41 +0100 |
commit | 6a11e8c3773d27f1a7531b16324edbf1c803ed43 (patch) | |
tree | e0fcf0681aef86772e2587bb5e2771cf9f5e61a0 /platform/x11/os_x11.h | |
parent | d55e2d0893a9179b4cd103d3a0d7417b56cea629 (diff) | |
parent | be6ac69f75acb1114de439fbe70e7636850c2211 (diff) |
Merge pull request #12517 from marcelofg55/x11_kbd_variant
Implemented OS get_latin_keyboard_variant on x11
Diffstat (limited to 'platform/x11/os_x11.h')
-rw-r--r-- | platform/x11/os_x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/x11/os_x11.h b/platform/x11/os_x11.h index 36355f11bc..b71b456d49 100644 --- a/platform/x11/os_x11.h +++ b/platform/x11/os_x11.h @@ -275,6 +275,8 @@ public: virtual Error move_to_trash(const String &p_path); + virtual LatinKeyboardVariant get_latin_keyboard_variant() const; + OS_X11(); }; |