From 77044e876511f51c34bde379d89e2de754707ee6 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 13 Aug 2007 19:13:54 +0200 Subject: made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts --- draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw.c') diff --git a/draw.c b/draw.c index 16bf805..ced0dfd 100644 --- a/draw.c +++ b/draw.c @@ -66,7 +66,7 @@ drawstatus(void) { dc.x += dc.w; } dc.w = blw; - drawtext(lt->symbol, dc.norm); + drawtext(getsymbol(), dc.norm); x = dc.x + dc.w; dc.w = textw(stext); dc.x = sw - dc.w; -- cgit v1.2.3-54-g00ecf