diff options
Diffstat (limited to 'src/python.hh')
| -rw-r--r-- | src/python.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/python.hh b/src/python.hh index 7fc178eb..6ca4e1c5 100644 --- a/src/python.hh +++ b/src/python.hh @@ -20,7 +20,8 @@ bool python_unregister(int action, PyObject *callback); void python_callback(OBActions::ActionType action, Window window, OBWidget::WidgetType type, unsigned int state, - long d1 = 0, long d2 = 0); + long d1 = LONG_MIN, long d2 = LONG_MIN, + long d3 = LONG_MIN, long d4 = LONG_MIN); } |
