Some stylechanges to previous commit

This commit is contained in:
Axel Wagner
2010-11-04 12:27:10 +01:00
parent 6376cf99d2
commit 992612c89d
5 changed files with 26 additions and 23 deletions

View File

@ -1,9 +1,12 @@
#ifndef CONFIG_H_
#define CONFIL_H_
#define CONFIG_H_
#include "common.h"
typedef struct config_t {
int hide_on_modifier;
int verbose;
int hide_on_modifier;
int verbose;
xcb_colors_t *colors;
} config_t;
config_t config;