comparison 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
comparison
equal deleted inserted replaced
711:5be46355cc42 712:2d3184c89f71
364 364
365 365
366 366
367 static Lisp_Object 367 static Lisp_Object
368 gtk_own_selection (Lisp_Object selection_name, Lisp_Object selection_value, 368 gtk_own_selection (Lisp_Object selection_name, Lisp_Object selection_value,
369 Lisp_Object how_to_add, Lisp_Object selection_type) 369 Lisp_Object how_to_add, Lisp_Object selection_type, int owned_p)
370 { 370 {
371 struct device *d = decode_gtk_device (Qnil); 371 struct device *d = decode_gtk_device (Qnil);
372 GtkWidget *selecting_window = GTK_WIDGET (DEVICE_GTK_APP_SHELL (d)); 372 GtkWidget *selecting_window = GTK_WIDGET (DEVICE_GTK_APP_SHELL (d));
373 Lisp_Object selection_time; 373 Lisp_Object selection_time;
374 /* Use the time of the last-read mouse or keyboard event. 374 /* Use the time of the last-read mouse or keyboard event.