diff 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
line wrap: on
line diff
--- a/src/objects-gtk.c	Fri Aug 02 15:15:47 2002 +0000
+++ b/src/objects-gtk.c	Fri Aug 02 15:18:46 2002 +0000
@@ -425,7 +425,7 @@
 
 /* find a font spec that matches font spec FONT and also matches
    (the registry of) CHARSET. */
-static Lisp_Object gtk_find_charset_font (Lisp_Object device, Lisp_Object font, Lisp_Object charset);
+static Lisp_Object gtk_find_charset_font (Lisp_Object device, Lisp_Object font, Lisp_Object charset, int stage);
 
 #endif /* MULE */