Merge branch 'master' into plugins-python

This commit is contained in:
James Booth
2016-03-07 20:44:18 +00:00
7 changed files with 38 additions and 8 deletions

View File

@@ -325,7 +325,7 @@ python_api_win_create(PyObject *self, PyObject *args)
}
if (p_callback && PyCallable_Check(p_callback)) {
api_win_create(tag, p_callback, python_window_callback);
api_win_create(tag, p_callback, NULL, python_window_callback);
}
return Py_BuildValue("");