Mercurial > hg > xemacs-beta
diff src/frame-gtk.c @ 3087:dbd2a866e38a
[xemacs-hg @ 2005-11-22 11:24:40 by malcolmp]
Fix compilation errors and warnings in GTK code that have appeared over the
last few months.
author | malcolmp |
---|---|
date | Tue, 22 Nov 2005 11:24:45 +0000 |
parents | 3d8143fc88e1 |
children | 141c2920ea48 |
line wrap: on
line diff
--- a/src/frame-gtk.c Tue Nov 22 10:36:39 2005 +0000 +++ b/src/frame-gtk.c Tue Nov 22 11:24:45 2005 +0000 @@ -265,7 +265,7 @@ } static int -gtk_internal_frame_property_p (struct frame *f, Lisp_Object property) +gtk_internal_frame_property_p (struct frame *UNUSED(f), Lisp_Object property) { return EQ (property, Qleft) || EQ (property, Qtop)