commit a13455d6656f06f8ba3d0d5c10d4a375e64f323b
parent ce24ba2d1e46b146c9aa92ba9e4ef76c5478be63
Author: Anselm R. Garbe <arg@10kloc.org>
Date: Wed, 27 Sep 2006 18:05:40 +0200
prepared 3.5
Diffstat:
3 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/cmd/wm/client.c b/cmd/wm/client.c
@@ -589,14 +589,6 @@ newcol_client(Client *c, char *arg)
flush_masked_events(EnterWindowMask);
}
-
-void
-swap_client(Client *c, char *arg)
-{
- /* TODO: */
-}
-
-
void
move_client(Client *c, char *arg)
{
diff --git a/cmd/wm/wm.h b/cmd/wm/wm.h
@@ -219,7 +219,6 @@ extern void resize_client(Client *c, XRectangle *r, Bool ignore_xcall);
extern void match_sizehints(Client *c, XRectangle *r, Bool floating, BlitzAlign sticky);
extern char *send_client(Frame *f, char *arg);
extern char * message_client(Client *c, char *message);
-extern void swap_client(Client *c, char *arg);
extern void move_client(Client *c, char *arg);
extern void size_client(Client *c, char *arg);
extern void newcol_client(Client *c, char *arg);
diff --git a/config.mk b/config.mk
@@ -8,7 +8,7 @@ MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
-VERSION = 4-current
+VERSION = 3.5
# includes and libs
LIBS = -L${PREFIX}/lib -L/usr/lib -lc