aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann2012-11-03 03:24:22 +0100
committerChristoph Lohmann2012-11-03 03:24:22 +0100
commit743321322dadd1649f37a5eb4cab7be45ee5aaa2 (patch)
tree7e83035129447caaa6636c06cf936f6cfaaf6963 /config.def.h
parent8196301a997171d4ab770c200355f6029adb15fc (diff)
downloadaur-743321322dadd1649f37a5eb4cab7be45ee5aaa2.tar.gz
Fixing an out-of-bound bug in the selection code. Thanks Szabolczs Nagy!
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 1ba6d8e9f667..ee677a5a3a18 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,7 +2,7 @@
/* appearance */
static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
-static unsigned int borderpx = 2;
+static int borderpx = 2;
static char shell[] = "/bin/sh";
/* double-click timeout (in milliseconds) between clicks for selection */