comparison 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
comparison
equal deleted inserted replaced
3086:c6ef6267f65c 3087:dbd2a866e38a
263 263
264 return Qunbound; 264 return Qunbound;
265 } 265 }
266 266
267 static int 267 static int
268 gtk_internal_frame_property_p (struct frame *f, Lisp_Object property) 268 gtk_internal_frame_property_p (struct frame *UNUSED(f), Lisp_Object property)
269 { 269 {
270 return EQ (property, Qleft) 270 return EQ (property, Qleft)
271 || EQ (property, Qtop) 271 || EQ (property, Qtop)
272 || EQ (Qshell_widget, property) 272 || EQ (Qshell_widget, property)
273 || EQ (Qcontainer_widget, property) 273 || EQ (Qcontainer_widget, property)