Fix compilation with glfw 3.2

This commit is contained in:
Kovid Goyal 2017-10-18 09:13:19 +05:30
parent 7f3c808e66
commit d4e5bc4141
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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