]> Dogcows Code - chaz/openbox/blobdiff - util/xftlsfonts.cc
merged with 2_1-merged-to-HEAD-2002-09-30
[chaz/openbox] / util / xftlsfonts.cc
index bd2313fef6971a40711e66ce23fe23c60c94bdf7..d02758e28b5dfbc21012c5d42217e91785ac98c5 100644 (file)
@@ -128,12 +128,14 @@ int main(int argc, char **argv) {
           cout << val.u.b;
           break;
 
+#ifdef XFT_UTF8
         case XftTypeMatrix:
           cout << "xx(" << val.u.m->xx << ") ";
           cout << "xy(" << val.u.m->xy << ") ";
           cout << "yx(" << val.u.m->yx << ") ";
           cout << "yy(" << val.u.m->yy << ")";
           break;
+#endif
         }
       } while ((vallist = vallist->next));
       cout << endl;
This page took 0.020521 seconds and 4 git commands to generate.