mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 02:41:54 +00:00
Fix compilation with glfw 3.2
This commit is contained in:
parent
7f3c808e66
commit
d4e5bc4141
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue