Fix compilation with glfw 3.2
This commit is contained in:
parent
7f3c808e66
commit
d4e5bc4141
@ -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…
x
Reference in New Issue
Block a user