[andrewi]
authorAndrew Innes <andrewi@gnu.org>
Sun, 2 May 1999 10:23:06 +0000 (10:23 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 2 May 1999 10:23:06 +0000 (10:23 +0000)
commit55dcfc158861268dcc1bb2c524d6612f5aa86192
tree6d97b1d7ec32ae45a13ec88ad301c2f95ccf0b30
parente3ddd18c28c58472ef8e707a30f06703ef95e177
[andrewi]
(w32_list_bdf_fonts): Initialize n_fonts.
(Fw32_shell_execute): New function; used to support browse-url.
(syms_of_w32fns): Register it.
(w32_load_system_font): Force max width to be average
char width for fixed-pitch fonts, to avoid unnecessary redisplay
slowdown.
(x_to_w32_charset): Define VIETNAMESE_CHARSET if not
already defined.
(syms_of_w32fns): Set Vw32_phantom_key_code to 255.

[jasonr]
(w32_wnd_proc) [WM_PAINT]: Use rectangle from
GetUpdateRect rather than BeginPaint.
(w32_wnd_proc): Attach to current foreground thread
when grabbing focus; necessary on NT 5.0.
(w32_wnd_proc) [W32_DEBUG_DISPLAY]: Add output for
debugging display messages.
(w32_to_x_charset): Put wildcard last in unknown charsets to avoid
false matching.
src/w32fns.c