X11: Add missing return in OS_X11::initialize().

This commit is contained in:
Andreas Haas 2018-01-05 12:10:47 +01:00
parent 8ec06de668
commit fab0d53f7e
No known key found for this signature in database
GPG key ID: B5FFAE1B65FBD2E1

View file

@ -523,6 +523,8 @@ Error OS_X11::initialize(const VideoMode &p_desired, int p_video_driver, int p_a
_window_changed(&xevent);
}
}
return OK;
}
void OS_X11::xim_destroy_callback(::XIM im, ::XPointer client_data,