aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-11 18:12:57 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-11 18:12:57 +0000
commit8142e5a38927fc140802c714123572d05bd99cc8 (patch)
tree81beefc24c9a354c265744c3684d09d7289860e2 /draw.c
parent072fe88a5d2be716825f25c5819c2ff057b48a11 (diff)
downloaddzen-8142e5a38927fc140802c714123572d05bd99cc8.tar.gz
dzen-8142e5a38927fc140802c714123572d05bd99cc8.zip
get rid of exposetitle and exposeslave actions,
we handle those without wrapper functions git-svn-id: http://dzen.googlecode.com/svn/trunk@82 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/draw.c b/draw.c
index 0af693b..79d2dd2 100644
--- a/draw.c
+++ b/draw.c
@@ -1,7 +1,9 @@
/*
-* (C)opyright MMVII Robert Manea <rob dot manea at gmail dot com>
-* See LICENSE file for license details.
-*/
+ * (C)opyright MMVII Robert Manea <rob dot manea at gmail dot com>
+ * See LICENSE file for license details.
+ *
+ */
+
#include "dzen.h"
#include <stdio.h>
#include <string.h>