comparison src/select-x.c @ 2623:48facb601f29

[xemacs-hg @ 2005-02-28 23:46:49 by aidan] select-x.c: Wrap DEVICE_SELECTED_FRAME in XFRAME --> fixes a build failure.
author aidan
date Mon, 28 Feb 2005 23:46:52 +0000
parents 5e906dd5c3e9
children f2bd34928a0f
comparison
equal deleted inserted replaced
2622:c8a9be2d4728 2623:48facb601f29
527 } 527 }
528 else 528 else
529 { 529 {
530 /* Send an INCR selection. */ 530 /* Send an INCR selection. */
531 int prop_id; 531 int prop_id;
532 Widget widget = FRAME_X_TEXT_WIDGET (DEVICE_SELECTED_FRAME(d)); 532 Widget widget = FRAME_X_TEXT_WIDGET (XFRAME(DEVICE_SELECTED_FRAME(d)));
533 533
534 if (x_window_to_frame (d, window)) /* #### debug */ 534 if (x_window_to_frame (d, window)) /* #### debug */
535 invalid_operation ("attempt to transfer an INCR to ourself!", 535 invalid_operation ("attempt to transfer an INCR to ourself!",
536 Qunbound); 536 Qunbound);
537 #if 0 537 #if 0