[uim-commit] r888 - trunk/xim

ekato at freedesktop.org ekato at freedesktop.org
Sat Jun 18 05:49:30 PDT 2005


Author: ekato
Date: 2005-06-18 05:49:27 -0700 (Sat, 18 Jun 2005)
New Revision: 888

Modified:
   trunk/xim/convdisp.cpp
Log:
* xim/convdisp.cpp (PeWIn::set_xftfont) : Fix to use
  XFT_PIXEL_SIZE not XFT_SIZE.


Modified: trunk/xim/convdisp.cpp
===================================================================
--- trunk/xim/convdisp.cpp	2005-06-17 03:32:09 UTC (rev 887)
+++ trunk/xim/convdisp.cpp	2005-06-18 12:49:27 UTC (rev 888)
@@ -544,7 +544,7 @@
 	    mXftFont = XftFontOpen(XimServer::gDpy,
 			    DefaultScreen(XimServer::gDpy),
 			    XFT_FAMILY, XftTypeString, gXftFontName,
-			    XFT_SIZE, XftTypeDouble, (double)size,
+			    XFT_PIXEL_SIZE, XftTypeDouble, (double)size,
 			    NULL);
 	    mXftFontSize = size;
 	    mXftFontName = gXftFontName;



More information about the uim-commit mailing list