mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-07 17:43:53 +02:00
...
This commit is contained in:
@@ -67,7 +67,7 @@ check_for_gl_error(int line) {
|
||||
#endif
|
||||
|
||||
static PyObject*
|
||||
glew_init(PyObject UNUSED *self, PyObject *is_wayland) {
|
||||
glew_init(PyObject UNUSED *self, PyObject UNUSED *is_wayland) {
|
||||
#ifndef __APPLE__
|
||||
GLenum err = glewInit();
|
||||
if (err != GLEW_OK) {
|
||||
|
||||
Reference in New Issue
Block a user