comparison src/xselect.c @ 11908:4f4034f45cbf

(queue_selection_requests_unwind): Add return value. (wait_for_property_change_unwind): Likewise.
author Karl Heuer <kwzh@gnu.org>
date Wed, 24 May 1995 22:08:58 +0000
parents 3c292d5eed59
children b36aa014cee4
comparison
equal deleted inserted replaced
11907:0f03ad1cac1e 11908:4f4034f45cbf
461 { 461 {
462 FRAME_PTR f = XFRAME (frame); 462 FRAME_PTR f = XFRAME (frame);
463 463
464 if (! NILP (frame)) 464 if (! NILP (frame))
465 x_stop_queuing_selection_requests (FRAME_X_DISPLAY (f)); 465 x_stop_queuing_selection_requests (FRAME_X_DISPLAY (f));
466 return Qnil;
466 } 467 }
467 468
468 /* Return some frame whose display info is DPYINFO. 469 /* Return some frame whose display info is DPYINFO.
469 Return nil if there is none. */ 470 Return nil if there is none. */
470 471
929 Lisp_Object identifierval; 930 Lisp_Object identifierval;
930 { 931 {
931 unexpect_property_change ((struct prop_location *) 932 unexpect_property_change ((struct prop_location *)
932 (XFASTINT (XCONS (identifierval)->car) << 16 933 (XFASTINT (XCONS (identifierval)->car) << 16
933 | XFASTINT (XCONS (identifierval)->cdr))); 934 | XFASTINT (XCONS (identifierval)->cdr)));
935 return Qnil;
934 } 936 }
935 937
936 /* Actually wait for a property change. 938 /* Actually wait for a property change.
937 IDENTIFIER should be the value that expect_property_change returned. */ 939 IDENTIFIER should be the value that expect_property_change returned. */
938 940