Fix commented code.
authorayin <ayin>
Thu, 21 Feb 2008 13:45:28 +0000 (13:45 +0000)
committerayin <ayin>
Thu, 21 Feb 2008 13:45:28 +0000 (13:45 +0000)
src/rxvtfont.C

index 6051b69..a0d66ff 100644 (file)
@@ -1135,7 +1135,7 @@ rxvt_font_xft::load (const rxvt_fontprop &prop, bool force_prop)
 #if 0 // clipping unfortunately destroys our precious double-width-characters
   // clip width, we can't do better, or can we?
   if (FcPatternGet (p, FC_CHAR_WIDTH, 0, &v) != FcResultMatch)
-    FcPatternAddInteger (p, FC_CHAR_WIDTH, prop->width);
+    FcPatternAddInteger (p, FC_CHAR_WIDTH, prop.width);
 #endif
 
   if (FcPatternGet (p, FC_MINSPACE, 0, &v) != FcResultMatch)