comparison src/console-msw.h @ 510:5bdbc721d46a

[xemacs-hg @ 2001-05-06 08:33:35 by ben] implement printing the selection when it's selected. force redisplay when set-charset-ccl-program called. if bytecomp or byte-optimize need recompiling, then load the .el version of them first, recompile them, and reload the .elc versions to recompile everything else (so we won't be waiting until the cows come home).
author ben
date Sun, 06 May 2001 08:33:41 +0000
parents 39ccc7dd8077
children 666d73d6ac56
comparison
equal deleted inserted replaced
509:68eb53e4b7e5 510:5bdbc721d46a
374 374
375 Lisp_Object mswindows_handle_print_dialog_box (struct frame *f, 375 Lisp_Object mswindows_handle_print_dialog_box (struct frame *f,
376 Lisp_Object keys); 376 Lisp_Object keys);
377 Lisp_Object mswindows_handle_page_setup_dialog_box (struct frame *f, 377 Lisp_Object mswindows_handle_page_setup_dialog_box (struct frame *f,
378 Lisp_Object keys); 378 Lisp_Object keys);
379 Lisp_Object mswindows_handle_print_setup_dialog_box (struct frame *f,
380 Lisp_Object keys);
381 int mswindows_get_default_margin (Lisp_Object prop); 379 int mswindows_get_default_margin (Lisp_Object prop);
382 380
383 void mswindows_register_popup_frame (Lisp_Object frame); 381 void mswindows_register_popup_frame (Lisp_Object frame);
384 void mswindows_unregister_popup_frame (Lisp_Object frame); 382 void mswindows_unregister_popup_frame (Lisp_Object frame);
385 383