aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2013-11-27 18:34:34 +0000
committerokan2013-11-27 18:34:34 +0000
commit7db17c623fa76598a848daba7f9daa105e4859ea (patch)
tree7000ca93853dce0d78118c3a75048306d2b3ce74 /conf.c
parent72c8c733abc4b5d19fd32263a7dcd08ab1e069fe (diff)
downloadcwm-7db17c623fa76598a848daba7f9daa105e4859ea.tar.gz
like gap, make snapdist per screen
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 60c9293..15375c8 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.
*
- * $OpenBSD: conf.c,v 1.149 2013/11/27 16:24:17 okan Exp $
+ * $OpenBSD: conf.c,v 1.150 2013/11/27 18:34:34 okan Exp $
*/
#include <sys/param.h>
@@ -103,6 +103,7 @@ conf_screen(struct screen_ctx *sc)
XftColor xc;
sc->gap = Conf.gap;
+ sc->snapdist = Conf.snapdist;
sc->xftfont = XftFontOpenXlfd(X_Dpy, sc->which, Conf.font);
if (sc->xftfont == NULL) {