Fix #3253
This commit is contained in:
parent
874fe2ed72
commit
77f456bd9c
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ create_os_window(PyObject UNUSED *self, PyObject *args) {
|
|||
GLFWwindow *temp_window = NULL;
|
||||
#ifdef __APPLE__
|
||||
if (!apple_preserve_common_context) {
|
||||
apple_preserve_common_context = glfwCreateWindow(100, 200, "kitty", NULL, common_context);
|
||||
apple_preserve_common_context = glfwCreateWindow(640, 480, "kitty", NULL, common_context);
|
||||
}
|
||||
if (!common_context) common_context = apple_preserve_common_context;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue