comparison src/select-x.c @ 2627:cf6ef27aa9a7

[xemacs-hg @ 2005-03-02 13:06:38 by aidan] Make the #ifndef HAVE_XTREGISTERDRAWABLE msg polite, have it compile.
author aidan
date Wed, 02 Mar 2005 13:06:40 +0000
parents f2bd34928a0f
children 140bb0f4da00
comparison
equal deleted inserted replaced
2626:2d9d73aaa3fc 2627:cf6ef27aa9a7
526 XFlush (display); 526 XFlush (display);
527 } 527 }
528 else 528 else
529 { 529 {
530 #ifndef HAVE_XTREGISTERDRAWABLE 530 #ifndef HAVE_XTREGISTERDRAWABLE
531 invalid_operation("your Xt library sucks too much to transfer this " 531 invalid_operation("Copying that much data requires X11R6.", Qunbound);
532 "much data!");
533 #else 532 #else
534 /* Send an INCR selection. */ 533 /* Send an INCR selection. */
535 int prop_id; 534 int prop_id;
536 Widget widget = FRAME_X_TEXT_WIDGET (XFRAME(DEVICE_SELECTED_FRAME(d))); 535 Widget widget = FRAME_X_TEXT_WIDGET (XFRAME(DEVICE_SELECTED_FRAME(d)));
537 536