From 11e4c128aca9f2d687d06fe07e97c8636a27b17a Mon Sep 17 00:00:00 2001 From: hondres Date: Wed, 27 Jan 2016 21:53:37 +0100 Subject: x11: use different strings for WM_CLASS depending on context --- core/os/os.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/os/os.cpp') diff --git a/core/os/os.cpp b/core/os/os.cpp index e93038f854..0bc06c8375 100644 --- a/core/os/os.cpp +++ b/core/os/os.cpp @@ -523,6 +523,10 @@ String OS::get_joy_guid(int p_device) const { return "Default Joystick"; } +void OS::set_context(int p_context) { + +} + OS::OS() { last_error=NULL; frames_drawn=0; -- cgit v1.2.3