aboutsummaryrefslogtreecommitdiff
path: root/tag.c
diff options
context:
space:
mode:
author[email protected] <unknown>2006-08-01 16:39:20 +0200
committer[email protected] <unknown>2006-08-01 16:39:20 +0200
commitab7a11c0c73fa101c8e0234f8214284888fb8156 (patch)
treeec910d2cc5b224a43a3f777adffbc5f20a054062 /tag.c
parentsmall fixes to dwm.html (diff)
downloadseiwm-ab7a11c0c73fa101c8e0234f8214284888fb8156.tar.xz
seiwm-ab7a11c0c73fa101c8e0234f8214284888fb8156.zip
renamed ARRANGE into DEFMODE
Diffstat (limited to 'tag.c')
-rw-r--r--tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag.c b/tag.c
index f7513c1..f6c33ea 100644
--- a/tag.c
+++ b/tag.c
@@ -21,7 +21,7 @@ typedef struct {
TAGS
RULES
-void (*arrange)(Arg *) = ARRANGE;
+void (*arrange)(Arg *) = DEFMODE;
/* extern */