From 1cb3fa80938299775382766b4b754e6220bf9831 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 29 Mar 2004 12:00:15 +0000 Subject: Border resizing by dragging. Thanks to Axel Belinfante. --- src/cmd/rio/fns.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/cmd/rio/fns.h') diff --git a/src/cmd/rio/fns.h b/src/cmd/rio/fns.h index b6e1991a..bdc3f23a 100644 --- a/src/cmd/rio/fns.h +++ b/src/cmd/rio/fns.h @@ -10,7 +10,7 @@ /* color.c */ -unsigned long colorpixel(Display*, int, unsigned long); +unsigned long colorpixel(Display*, int, unsigned long, unsigned long); /* main.c */ void usage(); @@ -36,8 +36,11 @@ void cmap(); void property(); void shapenotify(); void enter(); +void leave(); void focusin(); void reparent(); +void motionnotify(); +BorderLocation borderlocation(); /* manage.c */ int manage(); @@ -85,6 +88,7 @@ int menuhit(); Client *selectwin(); int sweep(); int drag(); +int pull(); void getmouse(); void setmouse(); -- cgit v1.2.3