comparison draw.c @ 356:c2a65784cb71

changed symbols for float/tiled mode, added mouse-driven mode toggle to buttonpress()
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 25 Aug 2006 15:06:38 +0200
parents f9543a4af9e5
children 27082985e51e
comparison
equal deleted inserted replaced
355:f9543a4af9e5 356:c2a65784cb71
92 } 92 }
93 93
94 void 94 void
95 drawstatus() 95 drawstatus()
96 { 96 {
97 static const char *mode[] = { "~", "|" }; 97 static const char *mode[] = { "><", "|=" };
98 int i, x; 98 int i, x;
99 99
100 dc.x = dc.y = 0; 100 dc.x = dc.y = 0;
101 dc.w = bw; 101 dc.w = bw;
102 102