x11: use different strings for WM_CLASS depending on context

This commit is contained in:
hondres
2016-01-27 21:53:37 +01:00
parent 29353808f0
commit 11e4c128ac
5 changed files with 31 additions and 0 deletions

View File

@ -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;