comparison src/xftfont.c @ 100301:5c8b389c391a

(syms_of_xftfont): Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 09 Dec 2008 23:54:29 +0000
parents ea11c7e02573
children e0aa0e328261
comparison
equal deleted inserted replaced
100300:abeff3bb00ab 100301:5c8b389c391a
584 void 584 void
585 syms_of_xftfont () 585 syms_of_xftfont ()
586 { 586 {
587 DEFSYM (Qxft, "xft"); 587 DEFSYM (Qxft, "xft");
588 DEFSYM (QChinting, ":hinting"); 588 DEFSYM (QChinting, ":hinting");
589 DEFSYM (QCautohint, ":autohing"); 589 DEFSYM (QCautohint, ":autohint");
590 DEFSYM (QChintstyle, ":hintstyle"); 590 DEFSYM (QChintstyle, ":hintstyle");
591 DEFSYM (QCrgba, ":rgba"); 591 DEFSYM (QCrgba, ":rgba");
592 DEFSYM (QCembolden, ":embolden"); 592 DEFSYM (QCembolden, ":embolden");
593 593
594 xftfont_driver = ftfont_driver; 594 xftfont_driver = ftfont_driver;