cvsimport

This commit is contained in:
Christian Neukirchen
2015-01-22 11:06:01 +01:00
15 changed files with 44 additions and 26 deletions

View File

@@ -279,7 +279,7 @@ TAILQ_HEAD(mousebinding_q, binding);
struct cmd {
TAILQ_ENTRY(cmd) entry;
char *name;
char path[MAXPATHLEN];
char path[PATH_MAX];
};
TAILQ_HEAD(cmd_q, cmd);
@@ -311,7 +311,7 @@ struct conf {
int snapdist;
struct gap gap;
char *color[CWM_COLOR_NITEMS];
char known_hosts[MAXPATHLEN];
char known_hosts[PATH_MAX];
#define CONF_FONT "sans-serif:pixelsize=14:bold"
char *font;
Cursor cursor[CF_NITEMS];