mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-10 07:59:24 +02:00
Fix compilation with glfw 3.2
This commit is contained in:
@@ -42,6 +42,7 @@ static PyMethodDef sel_methods[] = {
|
||||
|
||||
bool
|
||||
init_x11_funcs(PyObject *module) {
|
||||
(void)(module);
|
||||
#ifdef HAS_X11_SELECTION
|
||||
if (PyModule_AddFunctions(module, sel_methods) != 0) return false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user