summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 4114c44..d7955a6 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -274,6 +274,7 @@ struct conf {
 
 #define	DEFAULTFONTNAME		"sans-serif:pixelsize=14:bold"
 	char			*DefaultFontName;
+	int			gap_top, gap_bottom, gap_left, gap_right;
 };
 
 /* Menu stuff */