diff src/select-gtk.c @ 712:2d3184c89f71

[xemacs-hg @ 2001-12-23 01:08:32 by wmperry] Updated to deal with new own_selection() calling parameters.
author wmperry
date Sun, 23 Dec 2001 01:08:32 +0000
parents fdefd0186b75
children b13b1b7b11f1
line wrap: on
line diff
--- a/src/select-gtk.c	Sun Dec 23 01:01:46 2001 +0000
+++ b/src/select-gtk.c	Sun Dec 23 01:08:32 2001 +0000
@@ -366,7 +366,7 @@
 
 static Lisp_Object
 gtk_own_selection (Lisp_Object selection_name, Lisp_Object selection_value,
-		   Lisp_Object how_to_add, Lisp_Object selection_type)
+		   Lisp_Object how_to_add, Lisp_Object selection_type, int owned_p)
 {
   struct device *d = decode_gtk_device (Qnil);
   GtkWidget *selecting_window = GTK_WIDGET (DEVICE_GTK_APP_SHELL (d));