Closed GoogleCodeExporter closed 9 years ago
here's the workaround, dunno if 2 pixel are enough for all fonts :/
Original comment by _w...@web.de
on 6 Apr 2010 at 7:26
Attachments:
Fascinating...
Original comment by maglion...@gmail.com
on 6 Apr 2010 at 7:53
This issue was closed by revision 931a509765.
Original comment by maglion...@gmail.com
on 6 Apr 2010 at 7:53
Hi Kris,
The changeset which fixed this bug has introduced another one:
cc: error.o: No such file or directory
make[2]: *** [wmii.out] Error 1
make[1]: *** [dall] Error 2
make: *** [dall] Error 2
This was caused by the following hunk:
3.1 --- a/cmd/wmii/Makefile Mon Jan 25 02:01:19 2010 -0500
3.2 +++ b/cmd/wmii/Makefile Tue Apr 06 15:53:33 2010 -0400
3.3 @@ -18,6 +18,7 @@
3.4 client \
3.5 column \
3.6 div \
3.7 + error \
3.8 event \
3.9 ewmh \
3.10 float \
Please push another changeset that reverts the above hunk. Thanks.
Original comment by sun...@gmail.com
on 11 Apr 2010 at 4:02
Anselm fixed the Makefile bug. Closing this issue.
Original comment by sun...@gmail.com
on 12 Apr 2010 at 8:56
Original issue reported on code.google.com by
_w...@web.de
on 6 Apr 2010 at 9:40