• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A multilingual input method framework


Commit MetaInfo

Revision1a9f7396f8844ae7dc3f807cb0326ccf0cbc505a (tree)
Time2005-06-18 21:49:27
Authorekato <ekato@ff9a...>
Commiterekato

Log Message

* xim/convdisp.cpp (PeWIn::set_xftfont) : Fix to use

XFT_PIXEL_SIZE not XFT_SIZE.

Change Summary

Incremental Difference

--- a/xim/convdisp.cpp
+++ b/xim/convdisp.cpp
@@ -544,7 +544,7 @@ void PeWin::set_xftfont(const char *xfld)
544544 mXftFont = XftFontOpen(XimServer::gDpy,
545545 DefaultScreen(XimServer::gDpy),
546546 XFT_FAMILY, XftTypeString, gXftFontName,
547- XFT_SIZE, XftTypeDouble, (double)size,
547+ XFT_PIXEL_SIZE, XftTypeDouble, (double)size,
548548 NULL);
549549 mXftFontSize = size;
550550 mXftFontName = gXftFontName;