diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-12 13:10:21 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-12 13:10:21 +0200 |
commit | 0937cc78bf5d8855dcd757b18e10c7dd49e7a1ab (patch) | |
tree | e241186eeb8c327beb9374fd8a82ac4499983130 /float.h | |
parent | f6e41b0bc3a00a2c48a996e2da4ad84be9a719f7 (diff) |
moved floating to layout.c, kept tile.c outside
Diffstat (limited to 'float.h')
-rw-r--r-- | float.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/float.h b/float.h deleted file mode 100644 index 6acbe64..0000000 --- a/float.h +++ /dev/null @@ -1,5 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* float.c */ -void floating(void); /* arranges all windows floating */ -void togglemax(const char *arg); /* toggles maximization of floating client */ |