mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Fix #3253
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user