From b34824a4e2ddc0247099fa1b3952de426bfde05b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 25 Dec 2002 04:54:44 +0000 Subject: global python scripts. client motion/resizing is all done via python now --- src/python.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/python.hh') 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); } -- cgit v1.2.3