|
From: Jeffrey H. <ho...@us...> - 2003-07-19 01:45:49
|
Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv6090
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry call
that prevents overwidth lines as it requires a roundtrip call to
the X server for every string drawn. Hard-code max width to 32768
until a beter solution to get max width is made.
|