comparison src/objects-gtk.c @ 950:c1a972caf831

[xemacs-hg @ 2002-08-02 15:18:38 by youngs] 2002-08-03 Steve Youngs <youngs@xemacs.org> * objects-gtk.c: Fix '--with-mule' '--with-gtk' builds. From Vaclav Barta <vbar@comp.cz>.
author youngs
date Fri, 02 Aug 2002 15:18:46 +0000
parents 79c6ff3eef26
children a1e328407366
comparison
equal deleted inserted replaced
949:7a35465d73bc 950:c1a972caf831
423 ERROR_ME, 0) >= 0); 423 ERROR_ME, 0) >= 0);
424 } 424 }
425 425
426 /* find a font spec that matches font spec FONT and also matches 426 /* find a font spec that matches font spec FONT and also matches
427 (the registry of) CHARSET. */ 427 (the registry of) CHARSET. */
428 static Lisp_Object gtk_find_charset_font (Lisp_Object device, Lisp_Object font, Lisp_Object charset); 428 static Lisp_Object gtk_find_charset_font (Lisp_Object device, Lisp_Object font, Lisp_Object charset, int stage);
429 429
430 #endif /* MULE */ 430 #endif /* MULE */
431 431
432 432
433 /************************************************************************/ 433 /************************************************************************/