Mercurial > hg > xemacs-beta
diff src/objects.c @ 4757:a23ac8f90a49
Improve warning and error messages from Xft.
Default debug-level messages off.
Cast away Xft warnings from C compiler.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 18 Nov 2009 15:25:00 +0900 |
parents | 515b91f904c1 |
children | a98ca4640147 e0db3c197671 |
line wrap: on
line diff
--- a/src/objects.c Wed Nov 18 11:28:58 2009 +0900 +++ b/src/objects.c Wed Nov 18 15:25:00 2009 +0900 @@ -497,8 +497,10 @@ if (NILP (f->device)) { - maybe_signal_error (Qgui_error, "Couldn't determine font truename", - font_instance, Qfont, errb); + maybe_signal_error (Qgui_error, + "can't determine truename: " + "no device for font instance", + font_instance, Qfont, errb); return Qnil; }