annotate msdos/sed2x.inp @ 15205:0f5d6cd72e21
(win_msg_worker): Use post_msg.
(win32_wnd_proc): Don't abort if button_state & this, just return.
Use post_msg instead of my_post_msg in some places.
(win32_to_x_font): Major rewrite.
(struct enumfont_t): New element logfont.
(enum_font_cb2): Add special code for TRUETYPE_FONTTYPE.
(Fx_list_fonts): Call x_to_win32_font.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Fri, 10 May 1996 20:40:49 +0000 |
parents |
b37425ecb3f0 |
children |
a4fb0c9be609 |
rev |
line source |
9571
|
1 # -sed2x.inp------------------------------------------------------------
|
|
2 # Extra configuration script for src/config.h for DesqView/X
|
|
3 # ----------------------------------------------------------------------
|
|
4 /^#undef HAVE_X_WINDOWS *$/s/undef/define/
|
|
5 /^#undef HAVE_X11 *$/s/undef/define/
|
|
6 /^#undef HAVE_X_MENU *$/s/undef/define/
|
|
7 /^#undef HAVE_XSCREENNUMBEROFSCREEN *$/s/undef/define/
|
|
8 /^#undef HAVE_XSETWMPROTOCOLS *$/s/undef/define/
|
|
9 /^#undef HAVE_SELECT *$/s/undef/define/
|