aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2011-09-03 09:17:16 +0000
committerokan2011-09-03 09:17:16 +0000
commitd9975e05e840a450623ca41602c3636810d8b1ff (patch)
tree34423fd24e60b149709828e7bca1ef86085ad39e /calmwm.h
parentabfd77dc924b6e711888ad3dd46bb0651dc57c2d (diff)
downloadcwm-d9975e05e840a450623ca41602c3636810d8b1ff.tar.gz
"defaultfont" is unclear (and confusing while reading code) when it also
applies to the user supplied font, so rename. ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 94f6648..e9b284a 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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: calmwm.h,v 1.135 2011/07/23 13:09:11 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.136 2011/09/03 09:17:16 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -285,8 +285,8 @@ struct conf {
struct color color[CWM_COLOR_MAX];
char termpath[MAXPATHLEN];
char lockpath[MAXPATHLEN];
-#define DEFAULTFONTNAME "sans-serif:pixelsize=14:bold"
- char *DefaultFontName;
+#define CONF_FONT "sans-serif:pixelsize=14:bold"
+ char *font;
};
/* MWM hints */