x11: use different strings for WM_CLASS depending on context
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user