1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 14:24:14 +01:00

wide char support

This commit is contained in:
dan
2003-08-14 01:39:27 +00:00
parent 18d07e04a6
commit 08225948bc
5 changed files with 598 additions and 10 deletions

View File

@@ -198,7 +198,7 @@ paintFrame(Frame *fPtr)
if (drawTitle) {
/* can't draw AA text over and over again because it gets messed */
/* // TODO create the dbl buffer pixmap when create/set frame title */
if (font->antialiased) {
if (scrPtr->antialiasedText) {
Drawable d;
d = XCreatePixmap(display, view->window, tw, th, scrPtr->depth);