comparison lisp/x-font-menu.el @ 3394:d8309294c81c

[xemacs-hg @ 2006-05-11 14:57:04 by james] Always pass a device as the 4th argument to x-font-menu-font-data-xft. See xemacs-patches message with ID <m3u07xsyly.fsf@jerrypc.cs.usu.edu>.
author james
date Thu, 11 May 2006 14:57:05 +0000
parents 316fddbf58e2
children 98af8a976fc3
comparison
equal deleted inserted replaced
3393:96ec8f16af45 3394:d8309294c81c
268 (if (featurep 'xft-fonts) 268 (if (featurep 'xft-fonts)
269 (if (xlfd-font-name-p name) 269 (if (xlfd-font-name-p name)
270 ;; #### this call to x-font-menu-font-data-core originally 270 ;; #### this call to x-font-menu-font-data-core originally
271 ;; had 4 args, and that's probably the right way to go 271 ;; had 4 args, and that's probably the right way to go
272 (x-font-menu-font-data-core face dcache) 272 (x-font-menu-font-data-core face dcache)
273 (x-font-menu-font-data-xft face dcache name domain)) 273 (x-font-menu-font-data-xft face dcache name (selected-device)))
274 ;; #### this one, too 274 ;; #### this one, too
275 (x-font-menu-font-data-core face dcache)))) 275 (x-font-menu-font-data-core face dcache))))
276 276
277 (defun x-font-menu-font-data-xft (face dcache name domain) 277 (defun x-font-menu-font-data-xft (face dcache name domain)
278 ;; DOMAIN is expected to be a device. 278 ;; DOMAIN is expected to be a device.