Mercurial > hg > xemacs-beta
comparison src/console-msw.h @ 827:28426972f654
[xemacs-hg @ 2002-05-06 14:14:33 by jhar]
Misc win32 native build and doc fixes
author | jhar |
---|---|
date | Mon, 06 May 2002 14:16:31 +0000 |
parents | 6728e641994e |
children | 2b6fa2618f76 |
comparison
equal
deleted
inserted
replaced
826:6728e641994e | 827:28426972f654 |
---|---|
365 | 365 |
366 void mswindows_get_workspace_coords (RECT *rc); | 366 void mswindows_get_workspace_coords (RECT *rc); |
367 | 367 |
368 Lisp_Object mswindows_enumerate_fonts (HDC hdc); | 368 Lisp_Object mswindows_enumerate_fonts (HDC hdc); |
369 | 369 |
370 #ifdef HAVE_MENUBARS | |
370 int mswindows_char_is_accelerator (struct frame *f, Emchar ch); | 371 int mswindows_char_is_accelerator (struct frame *f, Emchar ch); |
371 Lisp_Object mswindows_translate_menu_or_dialog_item (Lisp_Object item, | 372 Lisp_Object mswindows_translate_menu_or_dialog_item (Lisp_Object item, |
372 Emchar *accel); | 373 Emchar *accel); |
374 #endif | |
373 | 375 |
374 #ifdef HAVE_TOOLBARS | 376 #ifdef HAVE_TOOLBARS |
375 Lisp_Object mswindows_get_toolbar_button_text (struct frame *f, | 377 Lisp_Object mswindows_get_toolbar_button_text (struct frame *f, |
376 int command_id); | 378 int command_id); |
377 Lisp_Object mswindows_handle_toolbar_wm_command (struct frame *f, | 379 Lisp_Object mswindows_handle_toolbar_wm_command (struct frame *f, |