aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2009-06-20 00:19:56 +0000
committerokan2009-06-20 00:19:56 +0000
commit5065e7cff4666b454fb3c16be050811f58b9f24f (patch)
treee31d1fd4f18bb7aab2be0180dd06505c9605e821 /conf.c
parent4a54a90653e71d322031331188d7ef95a6d9e484 (diff)
downloadcwm-5065e7cff4666b454fb3c16be050811f58b9f24f.tar.gz
spacing
Diffstat (limited to '')
-rw-r--r--conf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf.c b/conf.c
index c1a70ca..ef26183 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: conf.c,v 1.63 2009/05/30 00:30:27 okan Exp $
+ * $Id: conf.c,v 1.64 2009/06/20 00:19:56 okan Exp $
*/
#include "headers.h"
@@ -69,7 +69,6 @@ conf_color(struct conf *c)
sc = screen_current();
-
for (i = 0; i < CWM_COLOR_MAX; i++) {
xu_freecolor(sc, sc->color[i].pixel);
sc->color[i].pixel = xu_getcolor(sc, c->color[i].name);
@@ -408,7 +407,6 @@ conf_grab(struct conf *c, struct keybinding *kb)
TAILQ_FOREACH(sc, &Screenq, entry)
xu_key_grab(sc->rootwin, kb->modmask, kb->keysym);
-
}
/*