* net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
[bpt/emacs.git] / src / w32fns.c
CommitLineData
b46a6a83 1/* Graphical user interface functions for the Microsoft Windows API.
7c051dd8 2
ab422c4d 3Copyright (C) 1989, 1992-2013 Free Software Foundation, Inc.
ee78dc32
GV
4
5This file is part of GNU Emacs.
6
9ec0b715 7GNU Emacs is free software: you can redistribute it and/or modify
ee78dc32 8it under the terms of the GNU General Public License as published by
9ec0b715
GM
9the Free Software Foundation, either version 3 of the License, or
10(at your option) any later version.
ee78dc32
GV
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
9ec0b715 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
ee78dc32
GV
19
20/* Added by Kevin Gallo */
21
ee78dc32 22#include <config.h>
1edf84e7
GV
23
24#include <signal.h>
ee78dc32 25#include <stdio.h>
1edf84e7
GV
26#include <limits.h>
27#include <errno.h>
b00afeae 28#include <math.h>
1005b4b9 29#include <fcntl.h>
c8e3a9c3 30#include <unistd.h>
ee78dc32
GV
31
32#include "lisp.h"
33#include "w32term.h"
34#include "frame.h"
35#include "window.h"
e5560ff7 36#include "character.h"
ee78dc32 37#include "buffer.h"
6fc2811b 38#include "intervals.h"
10b4bc33
JR
39#include "dispextern.h"
40#include "keyboard.h"
ee78dc32 41#include "blockinput.h"
57bda87a 42#include "epaths.h"
10b4bc33 43#include "charset.h"
4587b026 44#include "coding.h"
3545439c 45#include "ccl.h"
10b4bc33 46#include "fontset.h"
6fc2811b 47#include "systime.h"
10b4bc33 48#include "termhooks.h"
0fda9b75 49
501199a3
DC
50#include "w32common.h"
51
52#ifdef WINDOWSNT
10b4bc33 53#include "w32heap.h"
501199a3 54#endif /* WINDOWSNT */
0fda9b75
DC
55
56#if CYGWIN
57#include "cygw32.h"
58#else
5cba3209 59#include "w32.h"
0fda9b75 60#endif
6fc2811b
JR
61
62#include "bitmaps/gray.xbm"
ee78dc32 63
60860eb3 64#include <commctrl.h>
ee78dc32 65#include <commdlg.h>
cb9e33d4 66#include <shellapi.h>
6fc2811b 67#include <ctype.h>
6b61353c 68#include <winspool.h>
d5781bb6 69#include <objbase.h>
ee78dc32 70
1030b26b 71#include <dlgs.h>
820eff5a 72#include <imm.h>
1030b26b 73
a1fe5c00 74#include "font.h"
1cc06b86 75#include "w32font.h"
a1fe5c00 76
6cf29fe8
JR
77#ifndef FOF_NO_CONNECTED_ELEMENTS
78#define FOF_NO_CONNECTED_ELEMENTS 0x2000
79#endif
80
b56ceb92
JB
81void syms_of_w32fns (void);
82void globals_of_w32fns (void);
9785d95b 83
b56ceb92 84extern void free_frame_menubar (struct frame *);
f57e2426
J
85extern int w32_console_toggle_lock_key (int, Lisp_Object);
86extern void w32_menu_display_help (HWND, HMENU, UINT, UINT);
87extern void w32_free_menu_strings (HWND);
88extern const char *map_w32_filename (const char *, const char **);
0fda9b75 89extern char * w32_strerror (int error_no);
9eb16b62 90
c06c382a 91/* If non-NULL, a handle to a frame where to display the hourglass cursor. */
d148e14d
JR
92static HWND hourglass_hwnd = NULL;
93
c9b2104d
JR
94#ifndef IDC_HAND
95#define IDC_HAND MAKEINTRESOURCE(32649)
96#endif
97
ee78dc32 98Lisp_Object Qsuppress_icon;
ee78dc32 99Lisp_Object Qundefined_color;
dc220243 100Lisp_Object Qcancel_timer;
27129af9 101Lisp_Object Qfont_param;
adcc3809
GV
102Lisp_Object Qhyper;
103Lisp_Object Qsuper;
104Lisp_Object Qmeta;
105Lisp_Object Qalt;
106Lisp_Object Qctrl;
107Lisp_Object Qcontrol;
108Lisp_Object Qshift;
cf13177e 109static Lisp_Object Qgeometry, Qworkarea, Qmm_size, Qframes;
adcc3809 110
dfff8a69 111
5a8a15ec
JR
112/* Prefix for system colors. */
113#define SYSTEM_COLOR_PREFIX "System"
114#define SYSTEM_COLOR_PREFIX_LEN (sizeof (SYSTEM_COLOR_PREFIX) - 1)
115
5ac45f98
GV
116/* State variables for emulating a three button mouse. */
117#define LMOUSE 1
118#define MMOUSE 2
119#define RMOUSE 4
120
121static int button_state = 0;
fbd6baed 122static W32Msg saved_mouse_button_msg;
48094ace 123static unsigned mouse_button_timer = 0; /* non-zero when timer is active */
fbd6baed 124static W32Msg saved_mouse_move_msg;
48094ace 125static unsigned mouse_move_timer = 0;
84fb1139 126
9eb16b62
JR
127/* Window that is tracking the mouse. */
128static HWND track_mouse_window;
f60ae425 129
64f0809d
JR
130/* Multi-monitor API definitions that are not pulled from the headers
131 since we are compiling for NT 4. */
132#ifndef MONITOR_DEFAULT_TO_NEAREST
133#define MONITOR_DEFAULT_TO_NEAREST 2
134#endif
cf13177e
YM
135#ifndef MONITORINFOF_PRIMARY
136#define MONITORINFOF_PRIMARY 1
137#endif
138#ifndef SM_XVIRTUALSCREEN
139#define SM_XVIRTUALSCREEN 76
140#endif
141#ifndef SM_YVIRTUALSCREEN
142#define SM_YVIRTUALSCREEN 77
143#endif
64f0809d
JR
144/* MinGW headers define MONITORINFO unconditionally, but MSVC ones don't.
145 To avoid a compile error on one or the other, redefine with a new name. */
146struct MONITOR_INFO
147{
148 DWORD cbSize;
149 RECT rcMonitor;
150 RECT rcWork;
151 DWORD dwFlags;
152};
153
cf13177e
YM
154#ifndef CCHDEVICENAME
155#define CCHDEVICENAME 32
156#endif
157struct MONITOR_INFO_EX
158{
159 DWORD cbSize;
160 RECT rcMonitor;
161 RECT rcWork;
162 DWORD dwFlags;
163 char szDevice[CCHDEVICENAME];
164};
165
a6fc3b5c 166/* Reportedly, MSVC does not have this in its headers. */
62aba0d4 167#if defined (_MSC_VER) && _WIN32_WINNT < 0x0500
8e764ce0
EZ
168DECLARE_HANDLE(HMONITOR);
169#endif
170
ccc0fdaa
JR
171typedef BOOL (WINAPI * TrackMouseEvent_Proc)
172 (IN OUT LPTRACKMOUSEEVENT lpEventTrack);
820eff5a
JR
173typedef LONG (WINAPI * ImmGetCompositionString_Proc)
174 (IN HIMC context, IN DWORD index, OUT LPVOID buffer, IN DWORD bufLen);
175typedef HIMC (WINAPI * ImmGetContext_Proc) (IN HWND window);
c902b920
JR
176typedef HWND (WINAPI * ImmReleaseContext_Proc) (IN HWND wnd, IN HIMC context);
177typedef HWND (WINAPI * ImmSetCompositionWindow_Proc) (IN HIMC context,
178 IN COMPOSITIONFORM *form);
64f0809d
JR
179typedef HMONITOR (WINAPI * MonitorFromPoint_Proc) (IN POINT pt, IN DWORD flags);
180typedef BOOL (WINAPI * GetMonitorInfo_Proc)
181 (IN HMONITOR monitor, OUT struct MONITOR_INFO* info);
1f635a07
EC
182typedef HMONITOR (WINAPI * MonitorFromWindow_Proc)
183 (IN HWND hwnd, IN DWORD dwFlags);
cf13177e
YM
184typedef BOOL CALLBACK (* MonitorEnum_Proc)
185 (IN HMONITOR monitor, IN HDC hdc, IN RECT *rcMonitor, IN LPARAM dwData);
186typedef BOOL (WINAPI * EnumDisplayMonitors_Proc)
187 (IN HDC hdc, IN RECT *rcClip, IN MonitorEnum_Proc fnEnum, IN LPARAM dwData);
f60ae425 188
ccc0fdaa 189TrackMouseEvent_Proc track_mouse_event_fn = NULL;
820eff5a
JR
190ImmGetCompositionString_Proc get_composition_string_fn = NULL;
191ImmGetContext_Proc get_ime_context_fn = NULL;
c902b920
JR
192ImmReleaseContext_Proc release_ime_context_fn = NULL;
193ImmSetCompositionWindow_Proc set_ime_composition_window_fn = NULL;
64f0809d
JR
194MonitorFromPoint_Proc monitor_from_point_fn = NULL;
195GetMonitorInfo_Proc get_monitor_info_fn = NULL;
1f635a07 196MonitorFromWindow_Proc monitor_from_window_fn = NULL;
cf13177e 197EnumDisplayMonitors_Proc enum_display_monitors_fn = NULL;
820eff5a 198
0fda9b75
DC
199#ifdef NTGUI_UNICODE
200#define unicode_append_menu AppendMenuW
201#else /* !NTGUI_UNICODE */
b4005349 202extern AppendMenuW_Proc unicode_append_menu;
0fda9b75 203#endif /* NTGUI_UNICODE */
9eb16b62 204
820eff5a
JR
205/* Flag to selectively ignore WM_IME_CHAR messages. */
206static int ignore_ime_char = 0;
207
93fbe8b7 208/* W95 mousewheel handler */
7d0393cf 209unsigned int msh_mousewheel = 0;
93fbe8b7 210
48094ace 211/* Timers */
84fb1139
KH
212#define MOUSE_BUTTON_ID 1
213#define MOUSE_MOVE_ID 2
48094ace
JR
214#define MENU_FREE_ID 3
215/* The delay (milliseconds) before a menu is freed after WM_EXITMENULOOP
216 is received. */
217#define MENU_FREE_DELAY 1000
218static unsigned menu_free_timer = 0;
5ac45f98 219
e509cfa6 220#ifdef GLYPH_DEBUG
85fece3e 221static int image_cache_refcount, dpyinfo_refcount;
937e601e
AI
222#endif
223
d285988b 224static HWND w32_visible_system_caret_hwnd;
65906840 225
9b855fd6
EZ
226static int w32_unicode_gui;
227
5d22ded9
JR
228/* From w32menu.c */
229extern HMENU current_popup_menu;
58e55497 230static int menubar_in_use = 0;
5d22ded9 231
cbfedb1c 232/* From w32uniscribe.c */
b56ceb92 233extern void syms_of_w32uniscribe (void);
cbfedb1c 234extern int uniscribe_available;
cbfedb1c 235
d148e14d 236/* Function prototypes for hourglass support. */
f57e2426
J
237static void w32_show_hourglass (struct frame *);
238static void w32_hide_hourglass (void);
d148e14d 239
0fda9b75 240#ifdef WINDOWSNT
791ef5f8 241/* From w32inevt.c */
0fda9b75
DC
242extern int faked_key;
243#endif /* WINDOWSNT */
244
245/* This gives us the page size and the size of the allocation unit on NT. */
246SYSTEM_INFO sysinfo_cache;
247
248/* This gives us version, build, and platform identification. */
249OSVERSIONINFO osinfo_cache;
250
c7b36b95 251DWORD_PTR syspage_mask = 0;
0fda9b75
DC
252
253/* The major and minor versions of NT. */
254int w32_major_version;
255int w32_minor_version;
256int w32_build_number;
257
258/* Distinguish between Windows NT and Windows 95. */
259int os_subtype;
260
261#ifdef HAVE_NTGUI
262HINSTANCE hinst = NULL;
263#endif
264
265static unsigned int sound_type = 0xFFFFFFFF;
266#define MB_EMACS_SILENT (0xFFFFFFFF - 1)
d148e14d 267
7d0393cf 268/* Let the user specify a display with a frame.
fbd6baed 269 nil stands for the selected frame--or, if that is not a w32 frame,
ee78dc32
GV
270 the first display on the list. */
271
6d906347 272struct w32_display_info *
b56ceb92 273check_x_display_info (Lisp_Object frame)
ee78dc32
GV
274{
275 if (NILP (frame))
276 {
6fc2811b 277 struct frame *sf = XFRAME (selected_frame);
7d0393cf 278
6fc2811b 279 if (FRAME_W32_P (sf) && FRAME_LIVE_P (sf))
aad3612f 280 return FRAME_DISPLAY_INFO (sf);
ee78dc32 281 else
fbd6baed 282 return &one_w32_display_info;
ee78dc32
GV
283 }
284 else if (STRINGP (frame))
285 return x_display_info_for_name (frame);
286 else
287 {
a10c8269 288 struct frame *f;
ee78dc32 289
b7826503 290 CHECK_LIVE_FRAME (frame);
ee78dc32 291 f = XFRAME (frame);
fbd6baed 292 if (! FRAME_W32_P (f))
21517c3d 293 error ("Non-W32 frame used");
aad3612f 294 return FRAME_DISPLAY_INFO (f);
ee78dc32
GV
295 }
296}
297\f
fbd6baed 298/* Return the Emacs frame-object corresponding to an w32 window.
ee78dc32
GV
299 It could be the frame's main window or an icon window. */
300
ee78dc32 301struct frame *
b56ceb92 302x_window_to_frame (struct w32_display_info *dpyinfo, HWND wdesc)
ee78dc32
GV
303{
304 Lisp_Object tail, frame;
305 struct frame *f;
306
5b04e9f9 307 FOR_EACH_FRAME (tail, frame)
ee78dc32 308 {
ee78dc32 309 f = XFRAME (frame);
aad3612f 310 if (!FRAME_W32_P (f) || FRAME_DISPLAY_INFO (f) != dpyinfo)
ee78dc32 311 continue;
f79e6790 312
fbd6baed 313 if (FRAME_W32_WINDOW (f) == wdesc)
ee78dc32
GV
314 return f;
315 }
316 return 0;
317}
318
319\f
f57e2426 320static Lisp_Object unwind_create_frame (Lisp_Object);
b1dc4084 321static void unwind_create_tip_frame (Lisp_Object);
f57e2426
J
322static void my_create_window (struct frame *);
323static void my_create_tip_window (struct frame *);
6d906347 324
767b1ff0 325/* TODO: Native Input Method support; see x_create_im. */
f57e2426
J
326void x_set_foreground_color (struct frame *, Lisp_Object, Lisp_Object);
327void x_set_background_color (struct frame *, Lisp_Object, Lisp_Object);
328void x_set_mouse_color (struct frame *, Lisp_Object, Lisp_Object);
329void x_set_cursor_color (struct frame *, Lisp_Object, Lisp_Object);
330void x_set_border_color (struct frame *, Lisp_Object, Lisp_Object);
331void x_set_cursor_type (struct frame *, Lisp_Object, Lisp_Object);
332void x_set_icon_type (struct frame *, Lisp_Object, Lisp_Object);
333void x_set_icon_name (struct frame *, Lisp_Object, Lisp_Object);
334void x_explicitly_set_name (struct frame *, Lisp_Object, Lisp_Object);
335void x_set_menu_bar_lines (struct frame *, Lisp_Object, Lisp_Object);
336void x_set_title (struct frame *, Lisp_Object, Lisp_Object);
337void x_set_tool_bar_lines (struct frame *, Lisp_Object, Lisp_Object);
ee78dc32 338
ee78dc32 339
ee78dc32 340\f
ee78dc32
GV
341
342/* Store the screen positions of frame F into XPTR and YPTR.
343 These are the positions of the containing window manager window,
344 not Emacs's own window. */
345
346void
a10c8269 347x_real_positions (struct frame *f, int *xptr, int *yptr)
ee78dc32
GV
348{
349 POINT pt;
f7b9d4d1 350 RECT rect;
3c190163 351
ee04257d
JR
352 /* Get the bounds of the WM window. */
353 GetWindowRect (FRAME_W32_WINDOW (f), &rect);
f7b9d4d1 354
ee04257d
JR
355 pt.x = 0;
356 pt.y = 0;
ee78dc32 357
ee04257d
JR
358 /* Convert (0, 0) in the client area to screen co-ordinates. */
359 ClientToScreen (FRAME_W32_WINDOW (f), &pt);
ee78dc32 360
f7b9d4d1 361 /* Remember x_pixels_diff and y_pixels_diff. */
be786000
KS
362 f->x_pixels_diff = pt.x - rect.left;
363 f->y_pixels_diff = pt.y - rect.top;
f7b9d4d1 364
ee04257d
JR
365 *xptr = rect.left;
366 *yptr = rect.top;
ee78dc32
GV
367}
368
1f635a07
EC
369/* Returns the window rectangle appropriate for the given fullscreen mode.
370 The normal rect parameter was the window's rectangle prior to entering
371 fullscreen mode. If multiple monitor support is available, the nearest
372 monitor to the window is chosen. */
373
374void
375w32_fullscreen_rect (HWND hwnd, int fsmode, RECT normal, RECT *rect)
376{
377 struct MONITOR_INFO mi = { sizeof(mi) };
378 if (monitor_from_window_fn && get_monitor_info_fn)
379 {
380 HMONITOR monitor =
381 monitor_from_window_fn (hwnd, MONITOR_DEFAULT_TO_NEAREST);
382 get_monitor_info_fn (monitor, &mi);
383 }
384 else
385 {
386 mi.rcMonitor.left = 0;
387 mi.rcMonitor.top = 0;
388 mi.rcMonitor.right = GetSystemMetrics (SM_CXSCREEN);
389 mi.rcMonitor.bottom = GetSystemMetrics (SM_CYSCREEN);
390 mi.rcWork.left = 0;
391 mi.rcWork.top = 0;
392 mi.rcWork.right = GetSystemMetrics (SM_CXMAXIMIZED);
393 mi.rcWork.bottom = GetSystemMetrics (SM_CYMAXIMIZED);
394 }
395
396 switch (fsmode)
397 {
398 case FULLSCREEN_BOTH:
399 rect->left = mi.rcMonitor.left;
400 rect->top = mi.rcMonitor.top;
401 rect->right = mi.rcMonitor.right;
402 rect->bottom = mi.rcMonitor.bottom;
403 break;
404 case FULLSCREEN_MAXIMIZED:
405 rect->left = mi.rcWork.left;
406 rect->top = mi.rcWork.top;
407 rect->right = mi.rcWork.right;
408 rect->bottom = mi.rcWork.bottom;
409 break;
410 case FULLSCREEN_WIDTH:
411 rect->left = mi.rcWork.left;
412 rect->top = normal.top;
413 rect->right = mi.rcWork.right;
414 rect->bottom = normal.bottom;
415 break;
416 case FULLSCREEN_HEIGHT:
417 rect->left = normal.left;
418 rect->top = mi.rcWork.top;
419 rect->right = normal.right;
420 rect->bottom = mi.rcWork.bottom;
421 break;
422 case FULLSCREEN_NONE:
423 default:
424 *rect = normal;
425 break;
426 }
427}
428
ee78dc32
GV
429\f
430
74e1aeec
JR
431DEFUN ("w32-define-rgb-color", Fw32_define_rgb_color,
432 Sw32_define_rgb_color, 4, 4, 0,
23f250f4 433 doc: /* Convert RGB numbers to a Windows color reference and associate with NAME.
02b39a28 434This adds or updates a named color to `w32-color-map', making it
74e1aeec
JR
435available for use. The original entry's RGB ref is returned, or nil
436if the entry is new. */)
5842a27b 437 (Lisp_Object red, Lisp_Object green, Lisp_Object blue, Lisp_Object name)
ee78dc32 438{
5ac45f98
GV
439 Lisp_Object rgb;
440 Lisp_Object oldrgb = Qnil;
441 Lisp_Object entry;
442
b7826503
PJ
443 CHECK_NUMBER (red);
444 CHECK_NUMBER (green);
445 CHECK_NUMBER (blue);
446 CHECK_STRING (name);
ee78dc32 447
74084731 448 XSETINT (rgb, RGB (XUINT (red), XUINT (green), XUINT (blue)));
ee78dc32 449
4d7e6e51 450 block_input ();
ee78dc32 451
fbd6baed
GV
452 /* replace existing entry in w32-color-map or add new entry. */
453 entry = Fassoc (name, Vw32_color_map);
5ac45f98
GV
454 if (NILP (entry))
455 {
456 entry = Fcons (name, rgb);
fbd6baed 457 Vw32_color_map = Fcons (entry, Vw32_color_map);
5ac45f98
GV
458 }
459 else
460 {
461 oldrgb = Fcdr (entry);
462 Fsetcdr (entry, rgb);
463 }
464
4d7e6e51 465 unblock_input ();
5ac45f98
GV
466
467 return (oldrgb);
ee78dc32
GV
468}
469
fbd6baed 470/* The default colors for the w32 color map */
7d0393cf 471typedef struct colormap_t
ee78dc32
GV
472{
473 char *name;
474 COLORREF colorref;
475} colormap_t;
476
7d0393cf 477colormap_t w32_color_map[] =
ee78dc32 478{
1da8a614
GV
479 {"snow" , PALETTERGB (255,250,250)},
480 {"ghost white" , PALETTERGB (248,248,255)},
481 {"GhostWhite" , PALETTERGB (248,248,255)},
482 {"white smoke" , PALETTERGB (245,245,245)},
483 {"WhiteSmoke" , PALETTERGB (245,245,245)},
484 {"gainsboro" , PALETTERGB (220,220,220)},
485 {"floral white" , PALETTERGB (255,250,240)},
486 {"FloralWhite" , PALETTERGB (255,250,240)},
487 {"old lace" , PALETTERGB (253,245,230)},
488 {"OldLace" , PALETTERGB (253,245,230)},
489 {"linen" , PALETTERGB (250,240,230)},
490 {"antique white" , PALETTERGB (250,235,215)},
491 {"AntiqueWhite" , PALETTERGB (250,235,215)},
492 {"papaya whip" , PALETTERGB (255,239,213)},
493 {"PapayaWhip" , PALETTERGB (255,239,213)},
494 {"blanched almond" , PALETTERGB (255,235,205)},
495 {"BlanchedAlmond" , PALETTERGB (255,235,205)},
496 {"bisque" , PALETTERGB (255,228,196)},
497 {"peach puff" , PALETTERGB (255,218,185)},
498 {"PeachPuff" , PALETTERGB (255,218,185)},
499 {"navajo white" , PALETTERGB (255,222,173)},
500 {"NavajoWhite" , PALETTERGB (255,222,173)},
501 {"moccasin" , PALETTERGB (255,228,181)},
502 {"cornsilk" , PALETTERGB (255,248,220)},
503 {"ivory" , PALETTERGB (255,255,240)},
504 {"lemon chiffon" , PALETTERGB (255,250,205)},
505 {"LemonChiffon" , PALETTERGB (255,250,205)},
506 {"seashell" , PALETTERGB (255,245,238)},
507 {"honeydew" , PALETTERGB (240,255,240)},
508 {"mint cream" , PALETTERGB (245,255,250)},
509 {"MintCream" , PALETTERGB (245,255,250)},
510 {"azure" , PALETTERGB (240,255,255)},
511 {"alice blue" , PALETTERGB (240,248,255)},
512 {"AliceBlue" , PALETTERGB (240,248,255)},
513 {"lavender" , PALETTERGB (230,230,250)},
514 {"lavender blush" , PALETTERGB (255,240,245)},
515 {"LavenderBlush" , PALETTERGB (255,240,245)},
516 {"misty rose" , PALETTERGB (255,228,225)},
517 {"MistyRose" , PALETTERGB (255,228,225)},
518 {"white" , PALETTERGB (255,255,255)},
519 {"black" , PALETTERGB ( 0, 0, 0)},
520 {"dark slate gray" , PALETTERGB ( 47, 79, 79)},
521 {"DarkSlateGray" , PALETTERGB ( 47, 79, 79)},
522 {"dark slate grey" , PALETTERGB ( 47, 79, 79)},
523 {"DarkSlateGrey" , PALETTERGB ( 47, 79, 79)},
524 {"dim gray" , PALETTERGB (105,105,105)},
525 {"DimGray" , PALETTERGB (105,105,105)},
526 {"dim grey" , PALETTERGB (105,105,105)},
527 {"DimGrey" , PALETTERGB (105,105,105)},
528 {"slate gray" , PALETTERGB (112,128,144)},
529 {"SlateGray" , PALETTERGB (112,128,144)},
530 {"slate grey" , PALETTERGB (112,128,144)},
531 {"SlateGrey" , PALETTERGB (112,128,144)},
532 {"light slate gray" , PALETTERGB (119,136,153)},
533 {"LightSlateGray" , PALETTERGB (119,136,153)},
534 {"light slate grey" , PALETTERGB (119,136,153)},
535 {"LightSlateGrey" , PALETTERGB (119,136,153)},
536 {"gray" , PALETTERGB (190,190,190)},
537 {"grey" , PALETTERGB (190,190,190)},
538 {"light grey" , PALETTERGB (211,211,211)},
539 {"LightGrey" , PALETTERGB (211,211,211)},
540 {"light gray" , PALETTERGB (211,211,211)},
541 {"LightGray" , PALETTERGB (211,211,211)},
542 {"midnight blue" , PALETTERGB ( 25, 25,112)},
543 {"MidnightBlue" , PALETTERGB ( 25, 25,112)},
544 {"navy" , PALETTERGB ( 0, 0,128)},
545 {"navy blue" , PALETTERGB ( 0, 0,128)},
546 {"NavyBlue" , PALETTERGB ( 0, 0,128)},
547 {"cornflower blue" , PALETTERGB (100,149,237)},
548 {"CornflowerBlue" , PALETTERGB (100,149,237)},
549 {"dark slate blue" , PALETTERGB ( 72, 61,139)},
550 {"DarkSlateBlue" , PALETTERGB ( 72, 61,139)},
551 {"slate blue" , PALETTERGB (106, 90,205)},
552 {"SlateBlue" , PALETTERGB (106, 90,205)},
553 {"medium slate blue" , PALETTERGB (123,104,238)},
554 {"MediumSlateBlue" , PALETTERGB (123,104,238)},
555 {"light slate blue" , PALETTERGB (132,112,255)},
556 {"LightSlateBlue" , PALETTERGB (132,112,255)},
557 {"medium blue" , PALETTERGB ( 0, 0,205)},
558 {"MediumBlue" , PALETTERGB ( 0, 0,205)},
559 {"royal blue" , PALETTERGB ( 65,105,225)},
560 {"RoyalBlue" , PALETTERGB ( 65,105,225)},
561 {"blue" , PALETTERGB ( 0, 0,255)},
562 {"dodger blue" , PALETTERGB ( 30,144,255)},
563 {"DodgerBlue" , PALETTERGB ( 30,144,255)},
564 {"deep sky blue" , PALETTERGB ( 0,191,255)},
565 {"DeepSkyBlue" , PALETTERGB ( 0,191,255)},
566 {"sky blue" , PALETTERGB (135,206,235)},
567 {"SkyBlue" , PALETTERGB (135,206,235)},
568 {"light sky blue" , PALETTERGB (135,206,250)},
569 {"LightSkyBlue" , PALETTERGB (135,206,250)},
570 {"steel blue" , PALETTERGB ( 70,130,180)},
571 {"SteelBlue" , PALETTERGB ( 70,130,180)},
572 {"light steel blue" , PALETTERGB (176,196,222)},
573 {"LightSteelBlue" , PALETTERGB (176,196,222)},
574 {"light blue" , PALETTERGB (173,216,230)},
575 {"LightBlue" , PALETTERGB (173,216,230)},
576 {"powder blue" , PALETTERGB (176,224,230)},
577 {"PowderBlue" , PALETTERGB (176,224,230)},
578 {"pale turquoise" , PALETTERGB (175,238,238)},
579 {"PaleTurquoise" , PALETTERGB (175,238,238)},
580 {"dark turquoise" , PALETTERGB ( 0,206,209)},
581 {"DarkTurquoise" , PALETTERGB ( 0,206,209)},
582 {"medium turquoise" , PALETTERGB ( 72,209,204)},
583 {"MediumTurquoise" , PALETTERGB ( 72,209,204)},
584 {"turquoise" , PALETTERGB ( 64,224,208)},
585 {"cyan" , PALETTERGB ( 0,255,255)},
586 {"light cyan" , PALETTERGB (224,255,255)},
587 {"LightCyan" , PALETTERGB (224,255,255)},
588 {"cadet blue" , PALETTERGB ( 95,158,160)},
589 {"CadetBlue" , PALETTERGB ( 95,158,160)},
590 {"medium aquamarine" , PALETTERGB (102,205,170)},
591 {"MediumAquamarine" , PALETTERGB (102,205,170)},
592 {"aquamarine" , PALETTERGB (127,255,212)},
593 {"dark green" , PALETTERGB ( 0,100, 0)},
594 {"DarkGreen" , PALETTERGB ( 0,100, 0)},
595 {"dark olive green" , PALETTERGB ( 85,107, 47)},
596 {"DarkOliveGreen" , PALETTERGB ( 85,107, 47)},
597 {"dark sea green" , PALETTERGB (143,188,143)},
598 {"DarkSeaGreen" , PALETTERGB (143,188,143)},
599 {"sea green" , PALETTERGB ( 46,139, 87)},
600 {"SeaGreen" , PALETTERGB ( 46,139, 87)},
601 {"medium sea green" , PALETTERGB ( 60,179,113)},
602 {"MediumSeaGreen" , PALETTERGB ( 60,179,113)},
603 {"light sea green" , PALETTERGB ( 32,178,170)},
604 {"LightSeaGreen" , PALETTERGB ( 32,178,170)},
605 {"pale green" , PALETTERGB (152,251,152)},
606 {"PaleGreen" , PALETTERGB (152,251,152)},
607 {"spring green" , PALETTERGB ( 0,255,127)},
608 {"SpringGreen" , PALETTERGB ( 0,255,127)},
609 {"lawn green" , PALETTERGB (124,252, 0)},
610 {"LawnGreen" , PALETTERGB (124,252, 0)},
611 {"green" , PALETTERGB ( 0,255, 0)},
612 {"chartreuse" , PALETTERGB (127,255, 0)},
613 {"medium spring green" , PALETTERGB ( 0,250,154)},
614 {"MediumSpringGreen" , PALETTERGB ( 0,250,154)},
615 {"green yellow" , PALETTERGB (173,255, 47)},
616 {"GreenYellow" , PALETTERGB (173,255, 47)},
617 {"lime green" , PALETTERGB ( 50,205, 50)},
618 {"LimeGreen" , PALETTERGB ( 50,205, 50)},
619 {"yellow green" , PALETTERGB (154,205, 50)},
620 {"YellowGreen" , PALETTERGB (154,205, 50)},
621 {"forest green" , PALETTERGB ( 34,139, 34)},
622 {"ForestGreen" , PALETTERGB ( 34,139, 34)},
623 {"olive drab" , PALETTERGB (107,142, 35)},
624 {"OliveDrab" , PALETTERGB (107,142, 35)},
625 {"dark khaki" , PALETTERGB (189,183,107)},
626 {"DarkKhaki" , PALETTERGB (189,183,107)},
627 {"khaki" , PALETTERGB (240,230,140)},
628 {"pale goldenrod" , PALETTERGB (238,232,170)},
629 {"PaleGoldenrod" , PALETTERGB (238,232,170)},
630 {"light goldenrod yellow" , PALETTERGB (250,250,210)},
631 {"LightGoldenrodYellow" , PALETTERGB (250,250,210)},
632 {"light yellow" , PALETTERGB (255,255,224)},
633 {"LightYellow" , PALETTERGB (255,255,224)},
634 {"yellow" , PALETTERGB (255,255, 0)},
635 {"gold" , PALETTERGB (255,215, 0)},
636 {"light goldenrod" , PALETTERGB (238,221,130)},
637 {"LightGoldenrod" , PALETTERGB (238,221,130)},
638 {"goldenrod" , PALETTERGB (218,165, 32)},
639 {"dark goldenrod" , PALETTERGB (184,134, 11)},
640 {"DarkGoldenrod" , PALETTERGB (184,134, 11)},
641 {"rosy brown" , PALETTERGB (188,143,143)},
642 {"RosyBrown" , PALETTERGB (188,143,143)},
643 {"indian red" , PALETTERGB (205, 92, 92)},
644 {"IndianRed" , PALETTERGB (205, 92, 92)},
645 {"saddle brown" , PALETTERGB (139, 69, 19)},
646 {"SaddleBrown" , PALETTERGB (139, 69, 19)},
647 {"sienna" , PALETTERGB (160, 82, 45)},
648 {"peru" , PALETTERGB (205,133, 63)},
649 {"burlywood" , PALETTERGB (222,184,135)},
650 {"beige" , PALETTERGB (245,245,220)},
651 {"wheat" , PALETTERGB (245,222,179)},
652 {"sandy brown" , PALETTERGB (244,164, 96)},
653 {"SandyBrown" , PALETTERGB (244,164, 96)},
654 {"tan" , PALETTERGB (210,180,140)},
655 {"chocolate" , PALETTERGB (210,105, 30)},
656 {"firebrick" , PALETTERGB (178,34, 34)},
657 {"brown" , PALETTERGB (165,42, 42)},
658 {"dark salmon" , PALETTERGB (233,150,122)},
659 {"DarkSalmon" , PALETTERGB (233,150,122)},
660 {"salmon" , PALETTERGB (250,128,114)},
661 {"light salmon" , PALETTERGB (255,160,122)},
662 {"LightSalmon" , PALETTERGB (255,160,122)},
663 {"orange" , PALETTERGB (255,165, 0)},
664 {"dark orange" , PALETTERGB (255,140, 0)},
665 {"DarkOrange" , PALETTERGB (255,140, 0)},
666 {"coral" , PALETTERGB (255,127, 80)},
667 {"light coral" , PALETTERGB (240,128,128)},
668 {"LightCoral" , PALETTERGB (240,128,128)},
669 {"tomato" , PALETTERGB (255, 99, 71)},
670 {"orange red" , PALETTERGB (255, 69, 0)},
671 {"OrangeRed" , PALETTERGB (255, 69, 0)},
672 {"red" , PALETTERGB (255, 0, 0)},
673 {"hot pink" , PALETTERGB (255,105,180)},
674 {"HotPink" , PALETTERGB (255,105,180)},
675 {"deep pink" , PALETTERGB (255, 20,147)},
676 {"DeepPink" , PALETTERGB (255, 20,147)},
677 {"pink" , PALETTERGB (255,192,203)},
678 {"light pink" , PALETTERGB (255,182,193)},
679 {"LightPink" , PALETTERGB (255,182,193)},
680 {"pale violet red" , PALETTERGB (219,112,147)},
681 {"PaleVioletRed" , PALETTERGB (219,112,147)},
682 {"maroon" , PALETTERGB (176, 48, 96)},
683 {"medium violet red" , PALETTERGB (199, 21,133)},
684 {"MediumVioletRed" , PALETTERGB (199, 21,133)},
685 {"violet red" , PALETTERGB (208, 32,144)},
686 {"VioletRed" , PALETTERGB (208, 32,144)},
687 {"magenta" , PALETTERGB (255, 0,255)},
688 {"violet" , PALETTERGB (238,130,238)},
689 {"plum" , PALETTERGB (221,160,221)},
690 {"orchid" , PALETTERGB (218,112,214)},
691 {"medium orchid" , PALETTERGB (186, 85,211)},
692 {"MediumOrchid" , PALETTERGB (186, 85,211)},
693 {"dark orchid" , PALETTERGB (153, 50,204)},
694 {"DarkOrchid" , PALETTERGB (153, 50,204)},
695 {"dark violet" , PALETTERGB (148, 0,211)},
696 {"DarkViolet" , PALETTERGB (148, 0,211)},
697 {"blue violet" , PALETTERGB (138, 43,226)},
698 {"BlueViolet" , PALETTERGB (138, 43,226)},
699 {"purple" , PALETTERGB (160, 32,240)},
700 {"medium purple" , PALETTERGB (147,112,219)},
701 {"MediumPurple" , PALETTERGB (147,112,219)},
702 {"thistle" , PALETTERGB (216,191,216)},
703 {"gray0" , PALETTERGB ( 0, 0, 0)},
704 {"grey0" , PALETTERGB ( 0, 0, 0)},
705 {"dark grey" , PALETTERGB (169,169,169)},
706 {"DarkGrey" , PALETTERGB (169,169,169)},
707 {"dark gray" , PALETTERGB (169,169,169)},
708 {"DarkGray" , PALETTERGB (169,169,169)},
709 {"dark blue" , PALETTERGB ( 0, 0,139)},
710 {"DarkBlue" , PALETTERGB ( 0, 0,139)},
711 {"dark cyan" , PALETTERGB ( 0,139,139)},
712 {"DarkCyan" , PALETTERGB ( 0,139,139)},
713 {"dark magenta" , PALETTERGB (139, 0,139)},
714 {"DarkMagenta" , PALETTERGB (139, 0,139)},
715 {"dark red" , PALETTERGB (139, 0, 0)},
716 {"DarkRed" , PALETTERGB (139, 0, 0)},
717 {"light green" , PALETTERGB (144,238,144)},
718 {"LightGreen" , PALETTERGB (144,238,144)},
ee78dc32
GV
719};
720
5430d399
JB
721static Lisp_Object
722w32_default_color_map (void)
ee78dc32
GV
723{
724 int i;
fbd6baed 725 colormap_t *pc = w32_color_map;
ee78dc32 726 Lisp_Object cmap;
7d0393cf 727
4d7e6e51 728 block_input ();
7d0393cf 729
ee78dc32 730 cmap = Qnil;
7d0393cf
JB
731
732 for (i = 0; i < sizeof (w32_color_map) / sizeof (w32_color_map[0]);
ee78dc32
GV
733 pc++, i++)
734 cmap = Fcons (Fcons (build_string (pc->name),
735 make_number (pc->colorref)),
736 cmap);
7d0393cf 737
4d7e6e51 738 unblock_input ();
7d0393cf 739
ee78dc32
GV
740 return (cmap);
741}
ee78dc32 742
5430d399
JB
743DEFUN ("w32-default-color-map", Fw32_default_color_map, Sw32_default_color_map,
744 0, 0, 0, doc: /* Return the default color map. */)
745 (void)
746{
747 return w32_default_color_map ();
748}
749
2ba49441 750static Lisp_Object
b6f4e300 751w32_color_map_lookup (const char *colorname)
5d7fed93
GV
752{
753 Lisp_Object tail, ret = Qnil;
754
4d7e6e51 755 block_input ();
5d7fed93 756
99784d63 757 for (tail = Vw32_color_map; CONSP (tail); tail = XCDR (tail))
5d7fed93
GV
758 {
759 register Lisp_Object elt, tem;
760
99784d63 761 elt = XCAR (tail);
5d7fed93
GV
762 if (!CONSP (elt)) continue;
763
7d7bbefd 764 tem = XCAR (elt);
5d7fed93 765
d5db4077 766 if (lstrcmpi (SDATA (tem), colorname) == 0)
5d7fed93 767 {
2ba49441 768 ret = Fcdr (elt);
5d7fed93
GV
769 break;
770 }
771
772 QUIT;
773 }
774
4d7e6e51 775 unblock_input ();
5d7fed93
GV
776
777 return ret;
778}
779
5a8a15ec
JR
780
781static void
b56ceb92 782add_system_logical_colors_to_map (Lisp_Object *system_colors)
5a8a15ec
JR
783{
784 HKEY colors_key;
785
786 /* Other registry operations are done with input blocked. */
4d7e6e51 787 block_input ();
5a8a15ec
JR
788
789 /* Look for "Control Panel/Colors" under User and Machine registry
790 settings. */
791 if (RegOpenKeyEx (HKEY_CURRENT_USER, "Control Panel\\Colors", 0,
792 KEY_READ, &colors_key) == ERROR_SUCCESS
793 || RegOpenKeyEx (HKEY_LOCAL_MACHINE, "Control Panel\\Colors", 0,
794 KEY_READ, &colors_key) == ERROR_SUCCESS)
795 {
796 /* List all keys. */
797 char color_buffer[64];
798 char full_name_buffer[MAX_PATH + SYSTEM_COLOR_PREFIX_LEN];
799 int index = 0;
800 DWORD name_size, color_size;
801 char *name_buffer = full_name_buffer + SYSTEM_COLOR_PREFIX_LEN;
802
803 name_size = sizeof (full_name_buffer) - SYSTEM_COLOR_PREFIX_LEN;
804 color_size = sizeof (color_buffer);
805
806 strcpy (full_name_buffer, SYSTEM_COLOR_PREFIX);
807
808 while (RegEnumValueA (colors_key, index, name_buffer, &name_size,
809 NULL, NULL, color_buffer, &color_size)
810 == ERROR_SUCCESS)
811 {
812 int r, g, b;
813 if (sscanf (color_buffer, " %u %u %u", &r, &g, &b) == 3)
814 *system_colors = Fcons (Fcons (build_string (full_name_buffer),
815 make_number (RGB (r, g, b))),
816 *system_colors);
817
818 name_size = sizeof (full_name_buffer) - SYSTEM_COLOR_PREFIX_LEN;
819 color_size = sizeof (color_buffer);
820 index++;
821 }
822 RegCloseKey (colors_key);
823 }
824
4d7e6e51 825 unblock_input ();
5a8a15ec
JR
826}
827
828
2ba49441 829static Lisp_Object
b6f4e300 830x_to_w32_color (const char * colorname)
ee78dc32 831{
8edb0a6f
JR
832 register Lisp_Object ret = Qnil;
833
4d7e6e51 834 block_input ();
1edf84e7
GV
835
836 if (colorname[0] == '#')
837 {
838 /* Could be an old-style RGB Device specification. */
b6f4e300
EZ
839 int size = strlen (colorname + 1);
840 char *color = alloca (size + 1);
7d0393cf 841
b6f4e300 842 strcpy (color, colorname + 1);
1edf84e7
GV
843 if (size == 3 || size == 6 || size == 9 || size == 12)
844 {
845 UINT colorval;
846 int i, pos;
847 pos = 0;
848 size /= 3;
849 colorval = 0;
7d0393cf 850
1edf84e7
GV
851 for (i = 0; i < 3; i++)
852 {
853 char *end;
854 char t;
855 unsigned long value;
856
857 /* The check for 'x' in the following conditional takes into
858 account the fact that strtol allows a "0x" in front of
859 our numbers, and we don't. */
74084731 860 if (!isxdigit (color[0]) || color[1] == 'x')
1edf84e7
GV
861 break;
862 t = color[size];
863 color[size] = '\0';
74084731 864 value = strtoul (color, &end, 16);
1edf84e7
GV
865 color[size] = t;
866 if (errno == ERANGE || end - color != size)
867 break;
868 switch (size)
869 {
870 case 1:
871 value = value * 0x10;
872 break;
873 case 2:
874 break;
875 case 3:
876 value /= 0x10;
877 break;
878 case 4:
879 value /= 0x100;
880 break;
881 }
882 colorval |= (value << pos);
883 pos += 0x8;
884 if (i == 2)
885 {
4d7e6e51 886 unblock_input ();
2ba49441
JR
887 XSETINT (ret, colorval);
888 return ret;
1edf84e7
GV
889 }
890 color = end;
891 }
892 }
893 }
74084731 894 else if (strnicmp (colorname, "rgb:", 4) == 0)
1edf84e7 895 {
b6f4e300 896 const char *color;
1edf84e7
GV
897 UINT colorval;
898 int i, pos;
899 pos = 0;
900
901 colorval = 0;
902 color = colorname + 4;
903 for (i = 0; i < 3; i++)
904 {
905 char *end;
906 unsigned long value;
7d0393cf 907
1edf84e7
GV
908 /* The check for 'x' in the following conditional takes into
909 account the fact that strtol allows a "0x" in front of
910 our numbers, and we don't. */
74084731 911 if (!isxdigit (color[0]) || color[1] == 'x')
1edf84e7 912 break;
74084731 913 value = strtoul (color, &end, 16);
1edf84e7
GV
914 if (errno == ERANGE)
915 break;
916 switch (end - color)
917 {
918 case 1:
919 value = value * 0x10 + value;
920 break;
921 case 2:
922 break;
923 case 3:
924 value /= 0x10;
925 break;
926 case 4:
927 value /= 0x100;
928 break;
929 default:
930 value = ULONG_MAX;
931 }
932 if (value == ULONG_MAX)
933 break;
934 colorval |= (value << pos);
935 pos += 0x8;
936 if (i == 2)
937 {
938 if (*end != '\0')
939 break;
4d7e6e51 940 unblock_input ();
2ba49441
JR
941 XSETINT (ret, colorval);
942 return ret;
1edf84e7
GV
943 }
944 if (*end != '/')
945 break;
946 color = end + 1;
947 }
948 }
74084731 949 else if (strnicmp (colorname, "rgbi:", 5) == 0)
1edf84e7
GV
950 {
951 /* This is an RGB Intensity specification. */
b6f4e300 952 const char *color;
1edf84e7
GV
953 UINT colorval;
954 int i, pos;
955 pos = 0;
956
957 colorval = 0;
958 color = colorname + 5;
959 for (i = 0; i < 3; i++)
960 {
961 char *end;
962 double value;
963 UINT val;
964
74084731 965 value = strtod (color, &end);
1edf84e7
GV
966 if (errno == ERANGE)
967 break;
968 if (value < 0.0 || value > 1.0)
969 break;
970 val = (UINT)(0x100 * value);
7d0393cf 971 /* We used 0x100 instead of 0xFF to give a continuous
1edf84e7
GV
972 range between 0.0 and 1.0 inclusive. The next statement
973 fixes the 1.0 case. */
974 if (val == 0x100)
975 val = 0xFF;
976 colorval |= (val << pos);
977 pos += 0x8;
978 if (i == 2)
979 {
980 if (*end != '\0')
981 break;
4d7e6e51 982 unblock_input ();
2ba49441
JR
983 XSETINT (ret, colorval);
984 return ret;
1edf84e7
GV
985 }
986 if (*end != '/')
987 break;
988 color = end + 1;
989 }
990 }
991 /* I am not going to attempt to handle any of the CIE color schemes
992 or TekHVC, since I don't know the algorithms for conversion to
993 RGB. */
f695b4b1
GV
994
995 /* If we fail to lookup the color name in w32_color_map, then check the
7d0393cf 996 colorname to see if it can be crudely approximated: If the X color
f695b4b1
GV
997 ends in a number (e.g., "darkseagreen2"), strip the number and
998 return the result of looking up the base color name. */
999 ret = w32_color_map_lookup (colorname);
7d0393cf 1000 if (NILP (ret))
ee78dc32 1001 {
f695b4b1 1002 int len = strlen (colorname);
ee78dc32 1003
7d0393cf 1004 if (isdigit (colorname[len - 1]))
f695b4b1 1005 {
8b77111c 1006 char *ptr, *approx = alloca (len + 1);
ee78dc32 1007
f695b4b1
GV
1008 strcpy (approx, colorname);
1009 ptr = &approx[len - 1];
7d0393cf 1010 while (ptr > approx && isdigit (*ptr))
f695b4b1 1011 *ptr-- = '\0';
ee78dc32 1012
f695b4b1 1013 ret = w32_color_map_lookup (approx);
ee78dc32 1014 }
ee78dc32 1015 }
7d0393cf 1016
4d7e6e51 1017 unblock_input ();
ee78dc32
GV
1018 return ret;
1019}
1020
5ac45f98 1021void
a10c8269 1022w32_regenerate_palette (struct frame *f)
5ac45f98 1023{
fbd6baed 1024 struct w32_palette_entry * list;
5ac45f98
GV
1025 LOGPALETTE * log_palette;
1026 HPALETTE new_palette;
1027 int i;
1028
1029 /* don't bother trying to create palette if not supported */
aad3612f 1030 if (! FRAME_DISPLAY_INFO (f)->has_palette)
5ac45f98
GV
1031 return;
1032
1033 log_palette = (LOGPALETTE *)
1034 alloca (sizeof (LOGPALETTE) +
aad3612f 1035 FRAME_DISPLAY_INFO (f)->num_colors * sizeof (PALETTEENTRY));
5ac45f98 1036 log_palette->palVersion = 0x300;
aad3612f 1037 log_palette->palNumEntries = FRAME_DISPLAY_INFO (f)->num_colors;
5ac45f98 1038
aad3612f 1039 list = FRAME_DISPLAY_INFO (f)->color_list;
5ac45f98 1040 for (i = 0;
aad3612f 1041 i < FRAME_DISPLAY_INFO (f)->num_colors;
5ac45f98
GV
1042 i++, list = list->next)
1043 log_palette->palPalEntry[i] = list->entry;
1044
1045 new_palette = CreatePalette (log_palette);
1046
1047 enter_crit ();
1048
aad3612f
DA
1049 if (FRAME_DISPLAY_INFO (f)->palette)
1050 DeleteObject (FRAME_DISPLAY_INFO (f)->palette);
1051 FRAME_DISPLAY_INFO (f)->palette = new_palette;
5ac45f98
GV
1052
1053 /* Realize display palette and garbage all frames. */
1054 release_frame_dc (f, get_frame_dc (f));
1055
1056 leave_crit ();
1057}
1058
fbd6baed
GV
1059#define W32_COLOR(pe) RGB (pe.peRed, pe.peGreen, pe.peBlue)
1060#define SET_W32_COLOR(pe, color) \
5ac45f98
GV
1061 do \
1062 { \
1063 pe.peRed = GetRValue (color); \
1064 pe.peGreen = GetGValue (color); \
1065 pe.peBlue = GetBValue (color); \
1066 pe.peFlags = 0; \
1067 } while (0)
1068
1069#if 0
1070/* Keep these around in case we ever want to track color usage. */
1071void
a10c8269 1072w32_map_color (struct frame *f, COLORREF color)
5ac45f98 1073{
aad3612f 1074 struct w32_palette_entry * list = FRAME_DISPLAY_INFO (f)->color_list;
5ac45f98 1075
fbd6baed 1076 if (NILP (Vw32_enable_palette))
5ac45f98
GV
1077 return;
1078
1079 /* check if color is already mapped */
1080 while (list)
1081 {
fbd6baed 1082 if (W32_COLOR (list->entry) == color)
5ac45f98
GV
1083 {
1084 ++list->refcount;
1085 return;
1086 }
1087 list = list->next;
1088 }
1089
1090 /* not already mapped, so add to list and recreate Windows palette */
23f86fce 1091 list = xmalloc (sizeof (struct w32_palette_entry));
fbd6baed 1092 SET_W32_COLOR (list->entry, color);
5ac45f98 1093 list->refcount = 1;
aad3612f
DA
1094 list->next = FRAME_DISPLAY_INFO (f)->color_list;
1095 FRAME_DISPLAY_INFO (f)->color_list = list;
1096 FRAME_DISPLAY_INFO (f)->num_colors++;
5ac45f98
GV
1097
1098 /* set flag that palette must be regenerated */
aad3612f 1099 FRAME_DISPLAY_INFO (f)->regen_palette = TRUE;
5ac45f98
GV
1100}
1101
1102void
a10c8269 1103w32_unmap_color (struct frame *f, COLORREF color)
5ac45f98 1104{
aad3612f
DA
1105 struct w32_palette_entry * list = FRAME_DISPLAY_INFO (f)->color_list;
1106 struct w32_palette_entry **prev = &FRAME_DISPLAY_INFO (f)->color_list;
5ac45f98 1107
fbd6baed 1108 if (NILP (Vw32_enable_palette))
5ac45f98
GV
1109 return;
1110
1111 /* check if color is already mapped */
1112 while (list)
1113 {
fbd6baed 1114 if (W32_COLOR (list->entry) == color)
5ac45f98
GV
1115 {
1116 if (--list->refcount == 0)
1117 {
1118 *prev = list->next;
1119 xfree (list);
aad3612f 1120 FRAME_DISPLAY_INFO (f)->num_colors--;
5ac45f98
GV
1121 break;
1122 }
1123 else
1124 return;
1125 }
1126 prev = &list->next;
1127 list = list->next;
1128 }
1129
1130 /* set flag that palette must be regenerated */
aad3612f 1131 FRAME_DISPLAY_INFO (f)->regen_palette = TRUE;
5ac45f98
GV
1132}
1133#endif
1134
6fc2811b
JR
1135
1136/* Gamma-correct COLOR on frame F. */
1137
1138void
b56ceb92 1139gamma_correct (struct frame *f, COLORREF *color)
6fc2811b
JR
1140{
1141 if (f->gamma)
1142 {
1143 *color = PALETTERGB (
1144 pow (GetRValue (*color) / 255.0, f->gamma) * 255.0 + 0.5,
1145 pow (GetGValue (*color) / 255.0, f->gamma) * 255.0 + 0.5,
1146 pow (GetBValue (*color) / 255.0, f->gamma) * 255.0 + 0.5);
1147 }
1148}
1149
1150
ee78dc32
GV
1151/* Decide if color named COLOR is valid for the display associated with
1152 the selected frame; if so, return the rgb values in COLOR_DEF.
1153 If ALLOC is nonzero, allocate a new colormap cell. */
1154
1155int
a10c8269 1156w32_defined_color (struct frame *f, const char *color, XColor *color_def, int alloc)
ee78dc32
GV
1157{
1158 register Lisp_Object tem;
6fc2811b 1159 COLORREF w32_color_ref;
3c190163 1160
fbd6baed 1161 tem = x_to_w32_color (color);
3c190163 1162
7d0393cf 1163 if (!NILP (tem))
ee78dc32 1164 {
d88c567c
JR
1165 if (f)
1166 {
1167 /* Apply gamma correction. */
1168 w32_color_ref = XUINT (tem);
1169 gamma_correct (f, &w32_color_ref);
1170 XSETINT (tem, w32_color_ref);
1171 }
9badad41
JR
1172
1173 /* Map this color to the palette if it is enabled. */
fbd6baed 1174 if (!NILP (Vw32_enable_palette))
5ac45f98 1175 {
fbd6baed 1176 struct w32_palette_entry * entry =
d88c567c 1177 one_w32_display_info.color_list;
fbd6baed 1178 struct w32_palette_entry ** prev =
d88c567c 1179 &one_w32_display_info.color_list;
7d0393cf 1180
5ac45f98
GV
1181 /* check if color is already mapped */
1182 while (entry)
1183 {
fbd6baed 1184 if (W32_COLOR (entry->entry) == XUINT (tem))
5ac45f98
GV
1185 break;
1186 prev = &entry->next;
1187 entry = entry->next;
1188 }
1189
1190 if (entry == NULL && alloc)
1191 {
1192 /* not already mapped, so add to list */
23f86fce 1193 entry = xmalloc (sizeof (struct w32_palette_entry));
fbd6baed 1194 SET_W32_COLOR (entry->entry, XUINT (tem));
5ac45f98
GV
1195 entry->next = NULL;
1196 *prev = entry;
d88c567c 1197 one_w32_display_info.num_colors++;
5ac45f98
GV
1198
1199 /* set flag that palette must be regenerated */
d88c567c 1200 one_w32_display_info.regen_palette = TRUE;
5ac45f98
GV
1201 }
1202 }
1203 /* Ensure COLORREF value is snapped to nearest color in (default)
1204 palette by simulating the PALETTERGB macro. This works whether
1205 or not the display device has a palette. */
6fc2811b
JR
1206 w32_color_ref = XUINT (tem) | 0x2000000;
1207
6fc2811b 1208 color_def->pixel = w32_color_ref;
197edd35
JR
1209 color_def->red = GetRValue (w32_color_ref) * 256;
1210 color_def->green = GetGValue (w32_color_ref) * 256;
1211 color_def->blue = GetBValue (w32_color_ref) * 256;
6fc2811b 1212
ee78dc32 1213 return 1;
5ac45f98 1214 }
7d0393cf 1215 else
3c190163
GV
1216 {
1217 return 0;
1218 }
ee78dc32
GV
1219}
1220
1221/* Given a string ARG naming a color, compute a pixel value from it
1222 suitable for screen F.
1223 If F is not a color screen, return DEF (default) regardless of what
1224 ARG says. */
1225
1226int
a10c8269 1227x_decode_color (struct frame *f, Lisp_Object arg, int def)
ee78dc32 1228{
6fc2811b 1229 XColor cdef;
ee78dc32 1230
b7826503 1231 CHECK_STRING (arg);
ee78dc32 1232
d5db4077 1233 if (strcmp (SDATA (arg), "black") == 0)
ee78dc32 1234 return BLACK_PIX_DEFAULT (f);
d5db4077 1235 else if (strcmp (SDATA (arg), "white") == 0)
ee78dc32
GV
1236 return WHITE_PIX_DEFAULT (f);
1237
aad3612f 1238 if ((FRAME_DISPLAY_INFO (f)->n_planes * FRAME_DISPLAY_INFO (f)->n_cbits) == 1)
ee78dc32
GV
1239 return def;
1240
6fc2811b 1241 /* w32_defined_color is responsible for coping with failures
ee78dc32 1242 by looking for a near-miss. */
d5db4077 1243 if (w32_defined_color (f, SDATA (arg), &cdef, 1))
6fc2811b 1244 return cdef.pixel;
ee78dc32
GV
1245
1246 /* defined_color failed; return an ultimate default. */
1247 return def;
1248}
1249\f
6fc2811b
JR
1250
1251
ee78dc32
GV
1252/* Functions called only from `x_set_frame_param'
1253 to set individual parameters.
1254
fbd6baed 1255 If FRAME_W32_WINDOW (f) is 0,
ee78dc32
GV
1256 the frame is being created and its window does not exist yet.
1257 In that case, just record the parameter's new value
1258 in the standard place; do not attempt to change the window. */
1259
1260void
b56ceb92 1261x_set_foreground_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
ee78dc32 1262{
3cf3436e
JR
1263 struct w32_output *x = f->output_data.w32;
1264 PIX_TYPE fg, old_fg;
1265
1266 fg = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
1267 old_fg = FRAME_FOREGROUND_PIXEL (f);
1268 FRAME_FOREGROUND_PIXEL (f) = fg;
5ac45f98 1269
fbd6baed 1270 if (FRAME_W32_WINDOW (f) != 0)
ee78dc32 1271 {
3cf3436e 1272 if (x->cursor_pixel == old_fg)
1f60c16a
EZ
1273 {
1274 x->cursor_pixel = fg;
1275 x->cursor_gc->background = fg;
1276 }
3cf3436e 1277
6fc2811b 1278 update_face_from_frame_parameter (f, Qforeground_color, arg);
ee78dc32
GV
1279 if (FRAME_VISIBLE_P (f))
1280 redraw_frame (f);
1281 }
1282}
1283
1284void
b56ceb92 1285x_set_background_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
ee78dc32 1286{
6fc2811b 1287 FRAME_BACKGROUND_PIXEL (f)
ee78dc32
GV
1288 = x_decode_color (f, arg, WHITE_PIX_DEFAULT (f));
1289
fbd6baed 1290 if (FRAME_W32_WINDOW (f) != 0)
ee78dc32 1291 {
6fc2811b
JR
1292 SetWindowLong (FRAME_W32_WINDOW (f), WND_BACKGROUND_INDEX,
1293 FRAME_BACKGROUND_PIXEL (f));
ee78dc32 1294
6fc2811b 1295 update_face_from_frame_parameter (f, Qbackground_color, arg);
ee78dc32
GV
1296
1297 if (FRAME_VISIBLE_P (f))
1298 redraw_frame (f);
1299 }
1300}
1301
1302void
b56ceb92 1303x_set_mouse_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
ee78dc32 1304{
7d63e5e3 1305 Cursor cursor, nontext_cursor, mode_cursor, hand_cursor;
dfc465d3 1306 int count;
ee78dc32
GV
1307 int mask_color;
1308
1309 if (!EQ (Qnil, arg))
fbd6baed 1310 f->output_data.w32->mouse_pixel
ee78dc32 1311 = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
6fc2811b
JR
1312 mask_color = FRAME_BACKGROUND_PIXEL (f);
1313
1314 /* Don't let pointers be invisible. */
fbd6baed 1315 if (mask_color == f->output_data.w32->mouse_pixel
6fc2811b
JR
1316 && mask_color == FRAME_BACKGROUND_PIXEL (f))
1317 f->output_data.w32->mouse_pixel = FRAME_FOREGROUND_PIXEL (f);
ee78dc32 1318
5f004711 1319#if 0 /* TODO : Mouse cursor customization. */
4d7e6e51 1320 block_input ();
ee78dc32
GV
1321
1322 /* It's not okay to crash if the user selects a screwy cursor. */
fadca6c6 1323 count = x_catch_errors (FRAME_W32_DISPLAY (f));
ee78dc32
GV
1324
1325 if (!EQ (Qnil, Vx_pointer_shape))
1326 {
b7826503 1327 CHECK_NUMBER (Vx_pointer_shape);
fbd6baed 1328 cursor = XCreateFontCursor (FRAME_W32_DISPLAY (f), XINT (Vx_pointer_shape));
ee78dc32
GV
1329 }
1330 else
fbd6baed
GV
1331 cursor = XCreateFontCursor (FRAME_W32_DISPLAY (f), XC_xterm);
1332 x_check_errors (FRAME_W32_DISPLAY (f), "bad text pointer cursor: %s");
ee78dc32
GV
1333
1334 if (!EQ (Qnil, Vx_nontext_pointer_shape))
1335 {
b7826503 1336 CHECK_NUMBER (Vx_nontext_pointer_shape);
fbd6baed 1337 nontext_cursor = XCreateFontCursor (FRAME_W32_DISPLAY (f),
ee78dc32
GV
1338 XINT (Vx_nontext_pointer_shape));
1339 }
1340 else
fbd6baed
GV
1341 nontext_cursor = XCreateFontCursor (FRAME_W32_DISPLAY (f), XC_left_ptr);
1342 x_check_errors (FRAME_W32_DISPLAY (f), "bad nontext pointer cursor: %s");
ee78dc32 1343
0af913d7 1344 if (!EQ (Qnil, Vx_hourglass_pointer_shape))
6fc2811b 1345 {
b7826503 1346 CHECK_NUMBER (Vx_hourglass_pointer_shape);
0af913d7
GM
1347 hourglass_cursor = XCreateFontCursor (FRAME_W32_DISPLAY (f),
1348 XINT (Vx_hourglass_pointer_shape));
6fc2811b
JR
1349 }
1350 else
0af913d7 1351 hourglass_cursor = XCreateFontCursor (FRAME_W32_DISPLAY (f), XC_watch);
6fc2811b 1352 x_check_errors (FRAME_W32_DISPLAY (f), "bad busy pointer cursor: %s");
7d0393cf 1353
6fc2811b 1354 x_check_errors (FRAME_W32_DISPLAY (f), "bad nontext pointer cursor: %s");
ee78dc32
GV
1355 if (!EQ (Qnil, Vx_mode_pointer_shape))
1356 {
b7826503 1357 CHECK_NUMBER (Vx_mode_pointer_shape);
fbd6baed 1358 mode_cursor = XCreateFontCursor (FRAME_W32_DISPLAY (f),
ee78dc32
GV
1359 XINT (Vx_mode_pointer_shape));
1360 }
1361 else
fbd6baed
GV
1362 mode_cursor = XCreateFontCursor (FRAME_W32_DISPLAY (f), XC_xterm);
1363 x_check_errors (FRAME_W32_DISPLAY (f), "bad modeline pointer cursor: %s");
ee78dc32
GV
1364
1365 if (!EQ (Qnil, Vx_sensitive_text_pointer_shape))
1366 {
b7826503 1367 CHECK_NUMBER (Vx_sensitive_text_pointer_shape);
7d63e5e3 1368 hand_cursor
fbd6baed 1369 = XCreateFontCursor (FRAME_W32_DISPLAY (f),
ee78dc32
GV
1370 XINT (Vx_sensitive_text_pointer_shape));
1371 }
1372 else
7d63e5e3 1373 hand_cursor = XCreateFontCursor (FRAME_W32_DISPLAY (f), XC_crosshair);
ee78dc32 1374
4694d762
JR
1375 if (!NILP (Vx_window_horizontal_drag_shape))
1376 {
b7826503 1377 CHECK_NUMBER (Vx_window_horizontal_drag_shape);
4694d762
JR
1378 horizontal_drag_cursor
1379 = XCreateFontCursor (FRAME_X_DISPLAY (f),
1380 XINT (Vx_window_horizontal_drag_shape));
1381 }
1382 else
1383 horizontal_drag_cursor
1384 = XCreateFontCursor (FRAME_X_DISPLAY (f), XC_sb_h_double_arrow);
1385
ee78dc32 1386 /* Check and report errors with the above calls. */
fbd6baed 1387 x_check_errors (FRAME_W32_DISPLAY (f), "can't set cursor shape: %s");
fadca6c6 1388 x_uncatch_errors (FRAME_W32_DISPLAY (f), count);
ee78dc32
GV
1389
1390 {
1391 XColor fore_color, back_color;
1392
fbd6baed 1393 fore_color.pixel = f->output_data.w32->mouse_pixel;
ee78dc32 1394 back_color.pixel = mask_color;
fbd6baed
GV
1395 XQueryColor (FRAME_W32_DISPLAY (f),
1396 DefaultColormap (FRAME_W32_DISPLAY (f),
1397 DefaultScreen (FRAME_W32_DISPLAY (f))),
ee78dc32 1398 &fore_color);
fbd6baed
GV
1399 XQueryColor (FRAME_W32_DISPLAY (f),
1400 DefaultColormap (FRAME_W32_DISPLAY (f),
1401 DefaultScreen (FRAME_W32_DISPLAY (f))),
ee78dc32 1402 &back_color);
fbd6baed 1403 XRecolorCursor (FRAME_W32_DISPLAY (f), cursor,
ee78dc32 1404 &fore_color, &back_color);
fbd6baed 1405 XRecolorCursor (FRAME_W32_DISPLAY (f), nontext_cursor,
ee78dc32 1406 &fore_color, &back_color);
fbd6baed 1407 XRecolorCursor (FRAME_W32_DISPLAY (f), mode_cursor,
ee78dc32 1408 &fore_color, &back_color);
7d63e5e3 1409 XRecolorCursor (FRAME_W32_DISPLAY (f), hand_cursor,
ee78dc32 1410 &fore_color, &back_color);
0af913d7 1411 XRecolorCursor (FRAME_W32_DISPLAY (f), hourglass_cursor,
6fc2811b 1412 &fore_color, &back_color);
ee78dc32
GV
1413 }
1414
fbd6baed 1415 if (FRAME_W32_WINDOW (f) != 0)
6fc2811b 1416 XDefineCursor (FRAME_W32_DISPLAY (f), FRAME_W32_WINDOW (f), cursor);
ee78dc32 1417
fbd6baed
GV
1418 if (cursor != f->output_data.w32->text_cursor && f->output_data.w32->text_cursor != 0)
1419 XFreeCursor (FRAME_W32_DISPLAY (f), f->output_data.w32->text_cursor);
1420 f->output_data.w32->text_cursor = cursor;
1421
1422 if (nontext_cursor != f->output_data.w32->nontext_cursor
1423 && f->output_data.w32->nontext_cursor != 0)
1424 XFreeCursor (FRAME_W32_DISPLAY (f), f->output_data.w32->nontext_cursor);
1425 f->output_data.w32->nontext_cursor = nontext_cursor;
1426
0af913d7
GM
1427 if (hourglass_cursor != f->output_data.w32->hourglass_cursor
1428 && f->output_data.w32->hourglass_cursor != 0)
1429 XFreeCursor (FRAME_W32_DISPLAY (f), f->output_data.w32->hourglass_cursor);
1430 f->output_data.w32->hourglass_cursor = hourglass_cursor;
6fc2811b 1431
fbd6baed
GV
1432 if (mode_cursor != f->output_data.w32->modeline_cursor
1433 && f->output_data.w32->modeline_cursor != 0)
1434 XFreeCursor (FRAME_W32_DISPLAY (f), f->output_data.w32->modeline_cursor);
1435 f->output_data.w32->modeline_cursor = mode_cursor;
7d0393cf 1436
7d63e5e3
KS
1437 if (hand_cursor != f->output_data.w32->hand_cursor
1438 && f->output_data.w32->hand_cursor != 0)
1439 XFreeCursor (FRAME_W32_DISPLAY (f), f->output_data.w32->hand_cursor);
1440 f->output_data.w32->hand_cursor = hand_cursor;
fbd6baed
GV
1441
1442 XFlush (FRAME_W32_DISPLAY (f));
4d7e6e51 1443 unblock_input ();
6fc2811b
JR
1444
1445 update_face_from_frame_parameter (f, Qmouse_color, arg);
767b1ff0 1446#endif /* TODO */
ee78dc32
GV
1447}
1448
1449void
b56ceb92 1450x_set_cursor_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
ee78dc32 1451{
70a0239a 1452 unsigned long fore_pixel, pixel;
ee78dc32 1453
dfff8a69 1454 if (!NILP (Vx_cursor_fore_pixel))
ee78dc32 1455 fore_pixel = x_decode_color (f, Vx_cursor_fore_pixel,
70a0239a 1456 WHITE_PIX_DEFAULT (f));
ee78dc32 1457 else
6fc2811b 1458 fore_pixel = FRAME_BACKGROUND_PIXEL (f);
70a0239a 1459
6759f872 1460 pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
7d0393cf 1461
ee78dc32 1462 /* Make sure that the cursor color differs from the background color. */
70a0239a 1463 if (pixel == FRAME_BACKGROUND_PIXEL (f))
ee78dc32 1464 {
70a0239a
JR
1465 pixel = f->output_data.w32->mouse_pixel;
1466 if (pixel == fore_pixel)
6fc2811b 1467 fore_pixel = FRAME_BACKGROUND_PIXEL (f);
ee78dc32 1468 }
70a0239a 1469
ac849ba4 1470 f->output_data.w32->cursor_foreground_pixel = fore_pixel;
70a0239a 1471 f->output_data.w32->cursor_pixel = pixel;
ee78dc32 1472
fbd6baed 1473 if (FRAME_W32_WINDOW (f) != 0)
ee78dc32 1474 {
4d7e6e51 1475 block_input ();
0327b4cc
JR
1476 /* Update frame's cursor_gc. */
1477 f->output_data.w32->cursor_gc->foreground = fore_pixel;
1478 f->output_data.w32->cursor_gc->background = pixel;
1479
4d7e6e51 1480 unblock_input ();
0327b4cc 1481
ee78dc32
GV
1482 if (FRAME_VISIBLE_P (f))
1483 {
70a0239a
JR
1484 x_update_cursor (f, 0);
1485 x_update_cursor (f, 1);
ee78dc32
GV
1486 }
1487 }
6fc2811b
JR
1488
1489 update_face_from_frame_parameter (f, Qcursor_color, arg);
ee78dc32
GV
1490}
1491
33d52f9c
GV
1492/* Set the border-color of frame F to pixel value PIX.
1493 Note that this does not fully take effect if done before
7d0393cf 1494 F has a window. */
6d906347 1495
33d52f9c 1496void
b56ceb92 1497x_set_border_pixel (struct frame *f, int pix)
33d52f9c 1498{
6d906347 1499
33d52f9c
GV
1500 f->output_data.w32->border_pixel = pix;
1501
be786000 1502 if (FRAME_W32_WINDOW (f) != 0 && f->border_width > 0)
33d52f9c
GV
1503 {
1504 if (FRAME_VISIBLE_P (f))
1505 redraw_frame (f);
1506 }
1507}
1508
ee78dc32
GV
1509/* Set the border-color of frame F to value described by ARG.
1510 ARG can be a string naming a color.
1511 The border-color is used for the border that is drawn by the server.
1512 Note that this does not fully take effect if done before
1513 F has a window; it must be redone when the window is created. */
1514
1515void
b56ceb92 1516x_set_border_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
ee78dc32 1517{
ee78dc32
GV
1518 int pix;
1519
b7826503 1520 CHECK_STRING (arg);
ee78dc32 1521 pix = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
ee78dc32 1522 x_set_border_pixel (f, pix);
6fc2811b 1523 update_face_from_frame_parameter (f, Qborder_color, arg);
ee78dc32
GV
1524}
1525
dfff8a69
JR
1526
1527void
a10c8269 1528x_set_cursor_type (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
dfff8a69 1529{
50e363e6 1530 set_frame_cursor_types (f, arg);
ee78dc32 1531}
9cda66e4 1532
ee78dc32 1533void
b56ceb92 1534x_set_icon_type (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
ee78dc32 1535{
ee78dc32
GV
1536 int result;
1537
eb7576ce
GV
1538 if (NILP (arg) && NILP (oldval))
1539 return;
1540
7d0393cf 1541 if (STRINGP (arg) && STRINGP (oldval)
eb7576ce
GV
1542 && EQ (Fstring_equal (oldval, arg), Qt))
1543 return;
1544
1545 if (SYMBOLP (arg) && SYMBOLP (oldval) && EQ (arg, oldval))
ee78dc32
GV
1546 return;
1547
4d7e6e51 1548 block_input ();
ee78dc32 1549
eb7576ce 1550 result = x_bitmap_icon (f, arg);
ee78dc32
GV
1551 if (result)
1552 {
4d7e6e51 1553 unblock_input ();
ee78dc32
GV
1554 error ("No icon window available");
1555 }
1556
4d7e6e51 1557 unblock_input ();
ee78dc32
GV
1558}
1559
ee78dc32 1560void
b56ceb92 1561x_set_icon_name (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
ee78dc32 1562{
ee78dc32
GV
1563 if (STRINGP (arg))
1564 {
1565 if (STRINGP (oldval) && EQ (Fstring_equal (oldval, arg), Qt))
1566 return;
1567 }
3f65d6f5 1568 else if (!NILP (arg) || NILP (oldval))
ee78dc32
GV
1569 return;
1570
f00af5b1 1571 fset_icon_name (f, arg);
ee78dc32
GV
1572
1573#if 0
fbd6baed 1574 if (f->output_data.w32->icon_bitmap != 0)
ee78dc32
GV
1575 return;
1576
4d7e6e51 1577 block_input ();
ee78dc32
GV
1578
1579 result = x_text_icon (f,
e69b0960
DA
1580 SSDATA ((!NILP (f->icon_name)
1581 ? f->icon_name
1582 : !NILP (f->title)
1583 ? f->title
1584 : f->name)));
ee78dc32
GV
1585
1586 if (result)
1587 {
4d7e6e51 1588 unblock_input ();
ee78dc32
GV
1589 error ("No icon window available");
1590 }
1591
1592 /* If the window was unmapped (and its icon was mapped),
1593 the new icon is not mapped, so map the window in its stead. */
1594 if (FRAME_VISIBLE_P (f))
1595 {
1596#ifdef USE_X_TOOLKIT
fbd6baed 1597 XtPopup (f->output_data.w32->widget, XtGrabNone);
ee78dc32 1598#endif
fbd6baed 1599 XMapWindow (FRAME_W32_DISPLAY (f), FRAME_W32_WINDOW (f));
ee78dc32
GV
1600 }
1601
fbd6baed 1602 XFlush (FRAME_W32_DISPLAY (f));
4d7e6e51 1603 unblock_input ();
ee78dc32
GV
1604#endif
1605}
1606
a1258667 1607\f
ee78dc32 1608void
b56ceb92 1609x_set_menu_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
ee78dc32
GV
1610{
1611 int nlines;
ee78dc32
GV
1612
1613 /* Right now, menu bars don't work properly in minibuf-only frames;
1614 most of the commands try to apply themselves to the minibuffer
6fc2811b 1615 frame itself, and get an error because you can't switch buffers
ee78dc32
GV
1616 in or split the minibuffer window. */
1617 if (FRAME_MINIBUF_ONLY_P (f))
1618 return;
1619
1620 if (INTEGERP (value))
1621 nlines = XINT (value);
1622 else
1623 nlines = 0;
1624
1625 FRAME_MENU_BAR_LINES (f) = 0;
1626 if (nlines)
1627 FRAME_EXTERNAL_MENU_BAR (f) = 1;
1628 else
1629 {
1630 if (FRAME_EXTERNAL_MENU_BAR (f) == 1)
1631 free_frame_menubar (f);
1632 FRAME_EXTERNAL_MENU_BAR (f) = 0;
1edf84e7
GV
1633
1634 /* Adjust the frame size so that the client (text) dimensions
1635 remain the same. This depends on FRAME_EXTERNAL_MENU_BAR being
1636 set correctly. */
be786000 1637 x_set_window_size (f, 0, FRAME_COLS (f), FRAME_LINES (f));
6fc2811b 1638 do_pending_window_change (0);
ee78dc32 1639 }
bd0443bb 1640 adjust_frame_glyphs (f);
6fc2811b
JR
1641}
1642
1643
1644/* Set the number of lines used for the tool bar of frame F to VALUE.
1645 VALUE not an integer, or < 0 means set the lines to zero. OLDVAL
1646 is the old number of tool bar lines. This function changes the
1647 height of all windows on frame F to match the new tool bar height.
1648 The frame's height doesn't change. */
1649
1650void
b56ceb92 1651x_set_tool_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
6fc2811b 1652{
36f8209a
JR
1653 int delta, nlines, root_height;
1654 Lisp_Object root_window;
6fc2811b 1655
dc220243
JR
1656 /* Treat tool bars like menu bars. */
1657 if (FRAME_MINIBUF_ONLY_P (f))
1658 return;
1659
6fc2811b
JR
1660 /* Use VALUE only if an integer >= 0. */
1661 if (INTEGERP (value) && XINT (value) >= 0)
1662 nlines = XFASTINT (value);
1663 else
1664 nlines = 0;
1665
1666 /* Make sure we redisplay all windows in this frame. */
1667 ++windows_or_buffers_changed;
1668
1669 delta = nlines - FRAME_TOOL_BAR_LINES (f);
36f8209a
JR
1670
1671 /* Don't resize the tool-bar to more than we have room for. */
1672 root_window = FRAME_ROOT_WINDOW (f);
be786000 1673 root_height = WINDOW_TOTAL_LINES (XWINDOW (root_window));
36f8209a
JR
1674 if (root_height - delta < 1)
1675 {
1676 delta = root_height - 1;
1677 nlines = FRAME_TOOL_BAR_LINES (f) + delta;
1678 }
1679
6fc2811b 1680 FRAME_TOOL_BAR_LINES (f) = nlines;
562dd5e9 1681 resize_frame_windows (f, FRAME_LINES (f), 0);
bd0443bb 1682 adjust_frame_glyphs (f);
36f8209a
JR
1683
1684 /* We also have to make sure that the internal border at the top of
1685 the frame, below the menu bar or tool bar, is redrawn when the
1686 tool bar disappears. This is so because the internal border is
1687 below the tool bar if one is displayed, but is below the menu bar
1688 if there isn't a tool bar. The tool bar draws into the area
1689 below the menu bar. */
1690 if (FRAME_W32_WINDOW (f) && FRAME_TOOL_BAR_LINES (f) == 0)
1691 {
2dc8b986 1692 clear_frame (f);
36f8209a 1693 clear_current_matrices (f);
36f8209a
JR
1694 }
1695
1696 /* If the tool bar gets smaller, the internal border below it
1697 has to be cleared. It was formerly part of the display
1698 of the larger tool bar, and updating windows won't clear it. */
1699 if (delta < 0)
1700 {
1701 int height = FRAME_INTERNAL_BORDER_WIDTH (f);
be786000
KS
1702 int width = FRAME_PIXEL_WIDTH (f);
1703 int y = nlines * FRAME_LINE_HEIGHT (f);
36f8209a 1704
4d7e6e51 1705 block_input ();
36f8209a
JR
1706 {
1707 HDC hdc = get_frame_dc (f);
1708 w32_clear_area (f, hdc, 0, y, width, height);
1709 release_frame_dc (f, hdc);
1710 }
4d7e6e51 1711 unblock_input ();
3cf3436e 1712
e69b0960
DA
1713 if (WINDOWP (f->tool_bar_window))
1714 clear_glyph_matrix (XWINDOW (f->tool_bar_window)->current_matrix);
36f8209a 1715 }
562dd5e9
MR
1716
1717 run_window_configuration_change_hook (f);
1718
ee78dc32
GV
1719}
1720
6fc2811b 1721
ee78dc32 1722/* Change the name of frame F to NAME. If NAME is nil, set F's name to
fbd6baed 1723 w32_id_name.
ee78dc32
GV
1724
1725 If EXPLICIT is non-zero, that indicates that lisp code is setting the
1726 name; if NAME is a string, set F's name to NAME and set
1727 F->explicit_name; if NAME is Qnil, then clear F->explicit_name.
1728
1729 If EXPLICIT is zero, that indicates that Emacs redisplay code is
1730 suggesting a new name, which lisp code should override; if
1731 F->explicit_name is set, ignore the new name; otherwise, set it. */
1732
1733void
b56ceb92 1734x_set_name (struct frame *f, Lisp_Object name, int explicit)
ee78dc32 1735{
7d0393cf 1736 /* Make sure that requests from lisp code override requests from
ee78dc32
GV
1737 Emacs redisplay code. */
1738 if (explicit)
1739 {
1740 /* If we're switching from explicit to implicit, we had better
1741 update the mode lines and thereby update the title. */
1742 if (f->explicit_name && NILP (name))
1743 update_mode_lines = 1;
1744
1745 f->explicit_name = ! NILP (name);
1746 }
1747 else if (f->explicit_name)
1748 return;
1749
fbd6baed 1750 /* If NAME is nil, set the name to the w32_id_name. */
ee78dc32
GV
1751 if (NILP (name))
1752 {
1753 /* Check for no change needed in this very common case
1754 before we do any consing. */
aad3612f 1755 if (!strcmp (FRAME_DISPLAY_INFO (f)->w32_id_name,
e69b0960 1756 SDATA (f->name)))
ee78dc32 1757 return;
aad3612f 1758 name = build_string (FRAME_DISPLAY_INFO (f)->w32_id_name);
ee78dc32
GV
1759 }
1760 else
b7826503 1761 CHECK_STRING (name);
ee78dc32
GV
1762
1763 /* Don't change the name if it's already NAME. */
e69b0960 1764 if (! NILP (Fstring_equal (name, f->name)))
ee78dc32
GV
1765 return;
1766
f00af5b1 1767 fset_name (f, name);
1edf84e7
GV
1768
1769 /* For setting the frame title, the title parameter should override
1770 the name parameter. */
e69b0960
DA
1771 if (! NILP (f->title))
1772 name = f->title;
1edf84e7 1773
fbd6baed 1774 if (FRAME_W32_WINDOW (f))
ee78dc32 1775 {
4d7e6e51 1776 block_input ();
819e2da9
DC
1777 GUI_FN (SetWindowText) (FRAME_W32_WINDOW (f),
1778 GUI_SDATA (GUI_ENCODE_SYSTEM (name)));
4d7e6e51 1779 unblock_input ();
ee78dc32 1780 }
ee78dc32
GV
1781}
1782
1783/* This function should be called when the user's lisp code has
1784 specified a name for the frame; the name will override any set by the
1785 redisplay code. */
1786void
a10c8269 1787x_explicitly_set_name (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
ee78dc32
GV
1788{
1789 x_set_name (f, arg, 1);
1790}
1791
1792/* This function should be called by Emacs redisplay code to set the
1793 name; names set this way will never override names set by the user's
1794 lisp code. */
1795void
a10c8269 1796x_implicitly_set_name (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
ee78dc32
GV
1797{
1798 x_set_name (f, arg, 0);
1799}
1edf84e7
GV
1800\f
1801/* Change the title of frame F to NAME.
40aa4c27 1802 If NAME is nil, use the frame name as the title. */
ee78dc32 1803
1edf84e7 1804void
b56ceb92 1805x_set_title (struct frame *f, Lisp_Object name, Lisp_Object old_name)
1edf84e7
GV
1806{
1807 /* Don't change the title if it's already NAME. */
e69b0960 1808 if (EQ (name, f->title))
1edf84e7
GV
1809 return;
1810
1811 update_mode_lines = 1;
1812
f00af5b1 1813 fset_title (f, name);
1edf84e7
GV
1814
1815 if (NILP (name))
e69b0960 1816 name = f->name;
1edf84e7
GV
1817
1818 if (FRAME_W32_WINDOW (f))
1819 {
4d7e6e51 1820 block_input ();
819e2da9
DC
1821 GUI_FN (SetWindowText) (FRAME_W32_WINDOW (f),
1822 GUI_SDATA (GUI_ENCODE_SYSTEM (name)));
4d7e6e51 1823 unblock_input ();
1edf84e7
GV
1824 }
1825}
ee78dc32 1826
b56ceb92
JB
1827void
1828x_set_scroll_bar_default_width (struct frame *f)
ee78dc32 1829{
be786000 1830 int wid = FRAME_COLUMN_WIDTH (f);
6fc2811b 1831
be786000
KS
1832 FRAME_CONFIG_SCROLL_BAR_WIDTH (f) = GetSystemMetrics (SM_CXVSCROLL);
1833 FRAME_CONFIG_SCROLL_BAR_COLS (f) = (FRAME_CONFIG_SCROLL_BAR_WIDTH (f) +
1834 wid - 1) / wid;
ee78dc32 1835}
6d906347 1836
ee78dc32 1837\f
3faa984f 1838/* Subroutines for creating a frame. */
ee78dc32 1839
c9b2104d
JR
1840Cursor
1841w32_load_cursor (LPCTSTR name)
1842{
1843 /* Try first to load cursor from application resource. */
74084731 1844 Cursor cursor = LoadImage ((HINSTANCE) GetModuleHandle (NULL),
c9b2104d
JR
1845 name, IMAGE_CURSOR, 0, 0,
1846 LR_DEFAULTCOLOR | LR_DEFAULTSIZE | LR_SHARED);
1847 if (!cursor)
1848 {
1849 /* Then try to load a shared predefined cursor. */
1850 cursor = LoadImage (NULL, name, IMAGE_CURSOR, 0, 0,
1851 LR_DEFAULTCOLOR | LR_DEFAULTSIZE | LR_SHARED);
1852 }
1853 return cursor;
1854}
ee78dc32 1855
24f981c9 1856static LRESULT CALLBACK w32_wnd_proc (HWND, UINT, WPARAM, LPARAM);
ee78dc32 1857
d30be705
EZ
1858#define INIT_WINDOW_CLASS(WC) \
1859 (WC).style = CS_HREDRAW | CS_VREDRAW; \
1860 (WC).lpfnWndProc = (WNDPROC) w32_wnd_proc; \
1861 (WC).cbClsExtra = 0; \
1862 (WC).cbWndExtra = WND_EXTRA_BYTES; \
1863 (WC).hInstance = hinst; \
1864 (WC).hIcon = LoadIcon (hinst, EMACS_CLASS); \
1865 (WC).hCursor = w32_load_cursor (IDC_ARROW); \
1866 (WC).hbrBackground = NULL; \
1867 (WC).lpszMenuName = NULL; \
1868
74084731 1869static BOOL
b56ceb92 1870w32_init_class (HINSTANCE hinst)
ee78dc32 1871{
9b855fd6 1872 if (w32_unicode_gui)
d30be705
EZ
1873 {
1874 WNDCLASSW uwc;
1875 INIT_WINDOW_CLASS(uwc);
1876 uwc.lpszClassName = L"Emacs";
1877
1878 return RegisterClassW (&uwc);
1879 }
1880 else
1881 {
1882 WNDCLASS wc;
1883 INIT_WINDOW_CLASS(wc);
1884 wc.lpszClassName = EMACS_CLASS;
ee78dc32 1885
d30be705
EZ
1886 return RegisterClassA (&wc);
1887 }
ee78dc32
GV
1888}
1889
74084731 1890static HWND
b56ceb92 1891w32_createscrollbar (struct frame *f, struct scroll_bar * bar)
ee78dc32 1892{
0eed0355
DA
1893 return CreateWindow ("SCROLLBAR", "", SBS_VERT | WS_CHILD | WS_VISIBLE,
1894 /* Position and size of scroll bar. */
1895 XINT (bar->left), XINT (bar->top),
1896 XINT (bar->width), XINT (bar->height),
1897 FRAME_W32_WINDOW (f), NULL, hinst, NULL);
ee78dc32
GV
1898}
1899
74084731 1900static void
b56ceb92 1901w32_createwindow (struct frame *f)
ee78dc32
GV
1902{
1903 HWND hwnd;
1edf84e7 1904 RECT rect;
df70725f
EZ
1905 Lisp_Object top = Qunbound;
1906 Lisp_Object left = Qunbound;
3faa984f 1907 struct w32_display_info *dpyinfo = &one_w32_display_info;
1edf84e7
GV
1908
1909 rect.left = rect.top = 0;
be786000
KS
1910 rect.right = FRAME_PIXEL_WIDTH (f);
1911 rect.bottom = FRAME_PIXEL_HEIGHT (f);
7d0393cf 1912
1edf84e7
GV
1913 AdjustWindowRect (&rect, f->output_data.w32->dwStyle,
1914 FRAME_EXTERNAL_MENU_BAR (f));
7d0393cf 1915
ee78dc32 1916 /* Do first time app init */
7d0393cf 1917
0fda9b75 1918 w32_init_class (hinst);
7d0393cf 1919
2770d589
JR
1920 if (f->size_hint_flags & USPosition || f->size_hint_flags & PPosition)
1921 {
1922 XSETINT (left, f->left_pos);
1923 XSETINT (top, f->top_pos);
1924 }
1925 else if (EQ (left, Qunbound) && EQ (top, Qunbound))
df70725f
EZ
1926 {
1927 /* When called with RES_TYPE_NUMBER, w32_get_arg will return zero
1928 for anything that is not a number and is not Qunbound. */
3faa984f
JR
1929 left = x_get_arg (dpyinfo, Qnil, Qleft, "left", "Left", RES_TYPE_NUMBER);
1930 top = x_get_arg (dpyinfo, Qnil, Qtop, "top", "Top", RES_TYPE_NUMBER);
df70725f 1931 }
48b62d10 1932
1edf84e7
GV
1933 FRAME_W32_WINDOW (f) = hwnd
1934 = CreateWindow (EMACS_CLASS,
1935 f->namebuf,
9ead1b60 1936 f->output_data.w32->dwStyle | WS_CLIPCHILDREN,
48b62d10
EZ
1937 EQ (left, Qunbound) ? CW_USEDEFAULT : XINT (left),
1938 EQ (top, Qunbound) ? CW_USEDEFAULT : XINT (top),
1edf84e7
GV
1939 rect.right - rect.left,
1940 rect.bottom - rect.top,
1941 NULL,
1942 NULL,
1943 hinst,
1944 NULL);
1945
ee78dc32
GV
1946 if (hwnd)
1947 {
be786000
KS
1948 SetWindowLong (hwnd, WND_FONTWIDTH_INDEX, FRAME_COLUMN_WIDTH (f));
1949 SetWindowLong (hwnd, WND_LINEHEIGHT_INDEX, FRAME_LINE_HEIGHT (f));
1950 SetWindowLong (hwnd, WND_BORDER_INDEX, FRAME_INTERNAL_BORDER_WIDTH (f));
1951 SetWindowLong (hwnd, WND_SCROLLBAR_INDEX, f->scroll_bar_actual_width);
6fc2811b 1952 SetWindowLong (hwnd, WND_BACKGROUND_INDEX, FRAME_BACKGROUND_PIXEL (f));
ee78dc32 1953
cb9e33d4
RS
1954 /* Enable drag-n-drop. */
1955 DragAcceptFiles (hwnd, TRUE);
7d0393cf 1956
5ac45f98
GV
1957 /* Do this to discard the default setting specified by our parent. */
1958 ShowWindow (hwnd, SW_HIDE);
1771bb6e
EZ
1959
1960 /* Update frame positions. */
1961 GetWindowRect (hwnd, &rect);
1962 f->left_pos = rect.left;
1963 f->top_pos = rect.top;
3c190163 1964 }
3c190163
GV
1965}
1966
74084731 1967static void
b56ceb92 1968my_post_msg (W32Msg * wmsg, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
ee78dc32
GV
1969{
1970 wmsg->msg.hwnd = hwnd;
1971 wmsg->msg.message = msg;
1972 wmsg->msg.wParam = wParam;
1973 wmsg->msg.lParam = lParam;
1974 wmsg->msg.time = GetMessageTime ();
1975
1976 post_msg (wmsg);
1977}
1978
e9e23e23 1979/* GetKeyState and MapVirtualKey on Windows 95 do not actually distinguish
a1a80b40
GV
1980 between left and right keys as advertised. We test for this
1981 support dynamically, and set a flag when the support is absent. If
1982 absent, we keep track of the left and right control and alt keys
1983 ourselves. This is particularly necessary on keyboards that rely
1984 upon the AltGr key, which is represented as having the left control
1985 and right alt keys pressed. For these keyboards, we need to know
1986 when the left alt key has been pressed in addition to the AltGr key
1987 so that we can properly support M-AltGr-key sequences (such as M-@
1988 on Swedish keyboards). */
1989
1990#define EMACS_LCONTROL 0
1991#define EMACS_RCONTROL 1
1992#define EMACS_LMENU 2
1993#define EMACS_RMENU 3
1994
1995static int modifiers[4];
1996static int modifiers_recorded;
1997static int modifier_key_support_tested;
1998
1999static void
2000test_modifier_support (unsigned int wparam)
2001{
2002 unsigned int l, r;
2003
2004 if (wparam != VK_CONTROL && wparam != VK_MENU)
2005 return;
2006 if (wparam == VK_CONTROL)
2007 {
2008 l = VK_LCONTROL;
2009 r = VK_RCONTROL;
2010 }
2011 else
2012 {
2013 l = VK_LMENU;
2014 r = VK_RMENU;
2015 }
2016 if (!(GetKeyState (l) & 0x8000) && !(GetKeyState (r) & 0x8000))
2017 modifiers_recorded = 1;
2018 else
2019 modifiers_recorded = 0;
2020 modifier_key_support_tested = 1;
2021}
2022
2023static void
2024record_keydown (unsigned int wparam, unsigned int lparam)
2025{
2026 int i;
2027
2028 if (!modifier_key_support_tested)
2029 test_modifier_support (wparam);
2030
2031 if ((wparam != VK_CONTROL && wparam != VK_MENU) || !modifiers_recorded)
2032 return;
2033
2034 if (wparam == VK_CONTROL)
2035 i = (lparam & 0x1000000) ? EMACS_RCONTROL : EMACS_LCONTROL;
2036 else
2037 i = (lparam & 0x1000000) ? EMACS_RMENU : EMACS_LMENU;
2038
2039 modifiers[i] = 1;
2040}
2041
2042static void
2043record_keyup (unsigned int wparam, unsigned int lparam)
2044{
2045 int i;
2046
2047 if ((wparam != VK_CONTROL && wparam != VK_MENU) || !modifiers_recorded)
2048 return;
2049
2050 if (wparam == VK_CONTROL)
2051 i = (lparam & 0x1000000) ? EMACS_RCONTROL : EMACS_LCONTROL;
2052 else
2053 i = (lparam & 0x1000000) ? EMACS_RMENU : EMACS_LMENU;
2054
2055 modifiers[i] = 0;
2056}
2057
da36a4d6 2058/* Emacs can lose focus while a modifier key has been pressed. When
7d0393cf 2059 it regains focus, be conservative and clear all modifiers since
da36a4d6
GV
2060 we cannot reconstruct the left and right modifier state. */
2061static void
b56ceb92 2062reset_modifiers (void)
da36a4d6 2063{
8681157a
RS
2064 SHORT ctrl, alt;
2065
adcc3809
GV
2066 if (GetFocus () == NULL)
2067 /* Emacs doesn't have keyboard focus. Do nothing. */
da36a4d6 2068 return;
8681157a
RS
2069
2070 ctrl = GetAsyncKeyState (VK_CONTROL);
2071 alt = GetAsyncKeyState (VK_MENU);
2072
8681157a
RS
2073 if (!(ctrl & 0x08000))
2074 /* Clear any recorded control modifier state. */
2075 modifiers[EMACS_RCONTROL] = modifiers[EMACS_LCONTROL] = 0;
2076
2077 if (!(alt & 0x08000))
2078 /* Clear any recorded alt modifier state. */
2079 modifiers[EMACS_RMENU] = modifiers[EMACS_LMENU] = 0;
2080
adcc3809
GV
2081 /* Update the state of all modifier keys, because modifiers used in
2082 hot-key combinations can get stuck on if Emacs loses focus as a
2083 result of a hot-key being pressed. */
2084 {
2085 BYTE keystate[256];
2086
2087#define CURRENT_STATE(key) ((GetAsyncKeyState (key) & 0x8000) >> 8)
2088
2089 GetKeyboardState (keystate);
2090 keystate[VK_SHIFT] = CURRENT_STATE (VK_SHIFT);
2091 keystate[VK_CONTROL] = CURRENT_STATE (VK_CONTROL);
2092 keystate[VK_LCONTROL] = CURRENT_STATE (VK_LCONTROL);
2093 keystate[VK_RCONTROL] = CURRENT_STATE (VK_RCONTROL);
2094 keystate[VK_MENU] = CURRENT_STATE (VK_MENU);
2095 keystate[VK_LMENU] = CURRENT_STATE (VK_LMENU);
2096 keystate[VK_RMENU] = CURRENT_STATE (VK_RMENU);
2097 keystate[VK_LWIN] = CURRENT_STATE (VK_LWIN);
2098 keystate[VK_RWIN] = CURRENT_STATE (VK_RWIN);
2099 keystate[VK_APPS] = CURRENT_STATE (VK_APPS);
2100 SetKeyboardState (keystate);
2101 }
da36a4d6
GV
2102}
2103
7830e24b
RS
2104/* Synchronize modifier state with what is reported with the current
2105 keystroke. Even if we cannot distinguish between left and right
2106 modifier keys, we know that, if no modifiers are set, then neither
2107 the left or right modifier should be set. */
2108static void
b56ceb92 2109sync_modifiers (void)
7830e24b
RS
2110{
2111 if (!modifiers_recorded)
2112 return;
2113
7d0393cf 2114 if (!(GetKeyState (VK_CONTROL) & 0x8000))
7830e24b
RS
2115 modifiers[EMACS_RCONTROL] = modifiers[EMACS_LCONTROL] = 0;
2116
7d0393cf 2117 if (!(GetKeyState (VK_MENU) & 0x8000))
7830e24b
RS
2118 modifiers[EMACS_RMENU] = modifiers[EMACS_LMENU] = 0;
2119}
2120
a1a80b40
GV
2121static int
2122modifier_set (int vkey)
2123{
88002743
EZ
2124 /* Warning: The fact that VK_NUMLOCK is not treated as the other 2
2125 toggle keys is not an omission! If you want to add it, you will
2126 have to make changes in the default sub-case of the WM_KEYDOWN
2127 switch, because if the NUMLOCK modifier is set, the code there
2128 will directly convert any key that looks like an ASCII letter,
2129 and also downcase those that look like upper-case ASCII. */
dab72075
EZ
2130 if (vkey == VK_CAPITAL)
2131 {
2132 if (NILP (Vw32_enable_caps_lock))
2133 return 0;
2134 else
2135 return (GetKeyState (vkey) & 0x1);
2136 }
2137 if (vkey == VK_SCROLL)
2138 {
88002743
EZ
2139 if (NILP (Vw32_scroll_lock_modifier)
2140 /* w32-scroll-lock-modifier can be any non-nil value that is
2141 not one of the modifiers, in which case it shall be ignored. */
2142 || !( EQ (Vw32_scroll_lock_modifier, Qhyper)
2143 || EQ (Vw32_scroll_lock_modifier, Qsuper)
2144 || EQ (Vw32_scroll_lock_modifier, Qmeta)
2145 || EQ (Vw32_scroll_lock_modifier, Qalt)
2146 || EQ (Vw32_scroll_lock_modifier, Qcontrol)
2147 || EQ (Vw32_scroll_lock_modifier, Qshift)))
dab72075
EZ
2148 return 0;
2149 else
2150 return (GetKeyState (vkey) & 0x1);
2151 }
dab72075 2152
a1a80b40
GV
2153 if (!modifiers_recorded)
2154 return (GetKeyState (vkey) & 0x8000);
2155
2156 switch (vkey)
2157 {
2158 case VK_LCONTROL:
2159 return modifiers[EMACS_LCONTROL];
2160 case VK_RCONTROL:
2161 return modifiers[EMACS_RCONTROL];
2162 case VK_LMENU:
2163 return modifiers[EMACS_LMENU];
2164 case VK_RMENU:
2165 return modifiers[EMACS_RMENU];
a1a80b40
GV
2166 }
2167 return (GetKeyState (vkey) & 0x8000);
2168}
2169
ccc2d29c
GV
2170/* Convert between the modifier bits W32 uses and the modifier bits
2171 Emacs uses. */
2172
2173unsigned int
2174w32_key_to_modifier (int key)
2175{
2176 Lisp_Object key_mapping;
2177
2178 switch (key)
2179 {
2180 case VK_LWIN:
2181 key_mapping = Vw32_lwindow_modifier;
2182 break;
2183 case VK_RWIN:
2184 key_mapping = Vw32_rwindow_modifier;
2185 break;
2186 case VK_APPS:
2187 key_mapping = Vw32_apps_modifier;
2188 break;
2189 case VK_SCROLL:
2190 key_mapping = Vw32_scroll_lock_modifier;
2191 break;
2192 default:
2193 key_mapping = Qnil;
2194 }
2195
91af3942 2196 /* NB. This code runs in the input thread, asynchronously to the lisp
adcc3809
GV
2197 thread, so we must be careful to ensure access to lisp data is
2198 thread-safe. The following code is safe because the modifier
2199 variable values are updated atomically from lisp and symbols are
2200 not relocated by GC. Also, we don't have to worry about seeing GC
2201 markbits here. */
2202 if (EQ (key_mapping, Qhyper))
ccc2d29c 2203 return hyper_modifier;
adcc3809 2204 if (EQ (key_mapping, Qsuper))
ccc2d29c 2205 return super_modifier;
adcc3809 2206 if (EQ (key_mapping, Qmeta))
ccc2d29c 2207 return meta_modifier;
adcc3809 2208 if (EQ (key_mapping, Qalt))
ccc2d29c 2209 return alt_modifier;
adcc3809 2210 if (EQ (key_mapping, Qctrl))
ccc2d29c 2211 return ctrl_modifier;
adcc3809 2212 if (EQ (key_mapping, Qcontrol)) /* synonym for ctrl */
ccc2d29c 2213 return ctrl_modifier;
adcc3809 2214 if (EQ (key_mapping, Qshift))
ccc2d29c
GV
2215 return shift_modifier;
2216
2217 /* Don't generate any modifier if not explicitly requested. */
2218 return 0;
2219}
2220
74084731 2221static unsigned int
b56ceb92 2222w32_get_modifiers (void)
ccc2d29c
GV
2223{
2224 return ((modifier_set (VK_SHIFT) ? shift_modifier : 0) |
2225 (modifier_set (VK_CONTROL) ? ctrl_modifier : 0) |
2226 (modifier_set (VK_LWIN) ? w32_key_to_modifier (VK_LWIN) : 0) |
2227 (modifier_set (VK_RWIN) ? w32_key_to_modifier (VK_RWIN) : 0) |
2228 (modifier_set (VK_APPS) ? w32_key_to_modifier (VK_APPS) : 0) |
2229 (modifier_set (VK_SCROLL) ? w32_key_to_modifier (VK_SCROLL) : 0) |
2230 (modifier_set (VK_MENU) ?
2231 ((NILP (Vw32_alt_is_meta)) ? alt_modifier : meta_modifier) : 0));
2232}
2233
a1a80b40
GV
2234/* We map the VK_* modifiers into console modifier constants
2235 so that we can use the same routines to handle both console
2236 and window input. */
2237
2238static int
b56ceb92 2239construct_console_modifiers (void)
a1a80b40
GV
2240{
2241 int mods;
2242
a1a80b40
GV
2243 mods = 0;
2244 mods |= (modifier_set (VK_SHIFT)) ? SHIFT_PRESSED : 0;
2245 mods |= (modifier_set (VK_CAPITAL)) ? CAPSLOCK_ON : 0;
ccc2d29c
GV
2246 mods |= (modifier_set (VK_SCROLL)) ? SCROLLLOCK_ON : 0;
2247 mods |= (modifier_set (VK_NUMLOCK)) ? NUMLOCK_ON : 0;
a1a80b40
GV
2248 mods |= (modifier_set (VK_LCONTROL)) ? LEFT_CTRL_PRESSED : 0;
2249 mods |= (modifier_set (VK_RCONTROL)) ? RIGHT_CTRL_PRESSED : 0;
2250 mods |= (modifier_set (VK_LMENU)) ? LEFT_ALT_PRESSED : 0;
2251 mods |= (modifier_set (VK_RMENU)) ? RIGHT_ALT_PRESSED : 0;
ccc2d29c
GV
2252 mods |= (modifier_set (VK_LWIN)) ? LEFT_WIN_PRESSED : 0;
2253 mods |= (modifier_set (VK_RWIN)) ? RIGHT_WIN_PRESSED : 0;
2254 mods |= (modifier_set (VK_APPS)) ? APPS_PRESSED : 0;
a1a80b40
GV
2255
2256 return mods;
2257}
2258
ccc2d29c
GV
2259static int
2260w32_get_key_modifiers (unsigned int wparam, unsigned int lparam)
da36a4d6 2261{
ccc2d29c
GV
2262 int mods;
2263
2264 /* Convert to emacs modifiers. */
2265 mods = w32_kbd_mods_to_emacs (construct_console_modifiers (), wparam);
2266
2267 return mods;
2268}
da36a4d6 2269
ccc2d29c
GV
2270unsigned int
2271map_keypad_keys (unsigned int virt_key, unsigned int extended)
2272{
2273 if (virt_key < VK_CLEAR || virt_key > VK_DELETE)
2274 return virt_key;
da36a4d6 2275
ccc2d29c 2276 if (virt_key == VK_RETURN)
da36a4d6
GV
2277 return (extended ? VK_NUMPAD_ENTER : VK_RETURN);
2278
ccc2d29c
GV
2279 if (virt_key >= VK_PRIOR && virt_key <= VK_DOWN)
2280 return (!extended ? (VK_NUMPAD_PRIOR + (virt_key - VK_PRIOR)) : virt_key);
2281
2282 if (virt_key == VK_INSERT || virt_key == VK_DELETE)
2283 return (!extended ? (VK_NUMPAD_INSERT + (virt_key - VK_INSERT)) : virt_key);
2284
2285 if (virt_key == VK_CLEAR)
2286 return (!extended ? VK_NUMPAD_CLEAR : virt_key);
2287
2288 return virt_key;
2289}
2290
2291/* List of special key combinations which w32 would normally capture,
74084731 2292 but Emacs should grab instead. Not directly visible to lisp, to
ccc2d29c
GV
2293 simplify synchronization. Each item is an integer encoding a virtual
2294 key code and modifier combination to capture. */
74084731 2295static Lisp_Object w32_grabbed_keys;
ccc2d29c 2296
74084731 2297#define HOTKEY(vk, mods) make_number (((vk) & 255) | ((mods) << 8))
ccc2d29c
GV
2298#define HOTKEY_ID(k) (XFASTINT (k) & 0xbfff)
2299#define HOTKEY_VK_CODE(k) (XFASTINT (k) & 255)
2300#define HOTKEY_MODIFIERS(k) (XFASTINT (k) >> 8)
2301
2ba49441
JR
2302#define RAW_HOTKEY_ID(k) ((k) & 0xbfff)
2303#define RAW_HOTKEY_VK_CODE(k) ((k) & 255)
2304#define RAW_HOTKEY_MODIFIERS(k) ((k) >> 8)
2305
ccc2d29c
GV
2306/* Register hot-keys for reserved key combinations when Emacs has
2307 keyboard focus, since this is the only way Emacs can receive key
2308 combinations like Alt-Tab which are used by the system. */
2309
2310static void
b56ceb92 2311register_hot_keys (HWND hwnd)
ccc2d29c
GV
2312{
2313 Lisp_Object keylist;
2314
8e50cc2d
SM
2315 /* Use CONSP, since we are called asynchronously. */
2316 for (keylist = w32_grabbed_keys; CONSP (keylist); keylist = XCDR (keylist))
ccc2d29c
GV
2317 {
2318 Lisp_Object key = XCAR (keylist);
2319
2320 /* Deleted entries get set to nil. */
2321 if (!INTEGERP (key))
2322 continue;
2323
2324 RegisterHotKey (hwnd, HOTKEY_ID (key),
2325 HOTKEY_MODIFIERS (key), HOTKEY_VK_CODE (key));
2326 }
2327}
2328
2329static void
b56ceb92 2330unregister_hot_keys (HWND hwnd)
ccc2d29c
GV
2331{
2332 Lisp_Object keylist;
2333
8e50cc2d 2334 for (keylist = w32_grabbed_keys; CONSP (keylist); keylist = XCDR (keylist))
ccc2d29c
GV
2335 {
2336 Lisp_Object key = XCAR (keylist);
2337
2338 if (!INTEGERP (key))
2339 continue;
2340
2341 UnregisterHotKey (hwnd, HOTKEY_ID (key));
2342 }
2343}
2344
0fda9b75
DC
2345#if EMACSDEBUG
2346const char*
2347w32_name_of_message (UINT msg)
2348{
2349 unsigned i;
2350 static char buf[64];
2351 static const struct {
2352 UINT msg;
2353 const char* name;
2354 } msgnames[] = {
2355#define M(msg) { msg, # msg }
2356 M (WM_PAINT),
2357 M (WM_TIMER),
2358 M (WM_USER),
2359 M (WM_MOUSEMOVE),
2360 M (WM_LBUTTONUP),
2361 M (WM_KEYDOWN),
2362 M (WM_EMACS_KILL),
2363 M (WM_EMACS_CREATEWINDOW),
2364 M (WM_EMACS_DONE),
2365 M (WM_EMACS_CREATESCROLLBAR),
2366 M (WM_EMACS_SHOWWINDOW),
2367 M (WM_EMACS_SETWINDOWPOS),
2368 M (WM_EMACS_DESTROYWINDOW),
2369 M (WM_EMACS_TRACKPOPUPMENU),
2370 M (WM_EMACS_SETFOCUS),
2371 M (WM_EMACS_SETFOREGROUND),
2372 M (WM_EMACS_SETLOCALE),
2373 M (WM_EMACS_SETKEYBOARDLAYOUT),
2374 M (WM_EMACS_REGISTER_HOT_KEY),
2375 M (WM_EMACS_UNREGISTER_HOT_KEY),
2376 M (WM_EMACS_TOGGLE_LOCK_KEY),
2377 M (WM_EMACS_TRACK_CARET),
2378 M (WM_EMACS_DESTROY_CARET),
2379 M (WM_EMACS_SHOW_CARET),
2380 M (WM_EMACS_HIDE_CARET),
2381 M (WM_EMACS_SETCURSOR),
2382 M (WM_EMACS_PAINT),
2383 M (WM_CHAR),
2384#undef M
2385 { 0, 0 }
2386 };
2387
2388 for (i = 0; msgnames[i].name; ++i)
2389 if (msgnames[i].msg == msg)
2390 return msgnames[i].name;
2391
2392 sprintf (buf, "message 0x%04x", (unsigned)msg);
2393 return buf;
2394}
2395#endif /* EMACSDEBUG */
2396
605a3df6
EZ
2397/* Here's an overview of how Emacs input works in GUI sessions on
2398 MS-Windows. (For description of non-GUI input, see the commentary
2399 before w32_console_read_socket in w32inevt.c.)
d263a633
EZ
2400
2401 System messages are read and processed by w32_msg_pump below. This
2402 function runs in a separate thread. It handles a small number of
2403 custom WM_EMACS_* messages (posted by the main thread, look for
2404 PostMessage calls), and dispatches the rest to w32_wnd_proc, which
2405 is the main window procedure for the entire Emacs application.
2406
2407 w32_wnd_proc also runs in the same separate input thread. It
2408 handles some messages, mostly those that need GDI calls, by itself.
2409 For the others, it calls my_post_msg, which inserts the messages
2410 into the input queue serviced by w32_read_socket.
2411
2412 w32_read_socket runs in the main (a.k.a. "Lisp") thread, and is
2413 called synchronously from keyboard.c when it is known or suspected
2414 that some input is available. w32_read_socket either handles
17917e74
EZ
2415 messages immediately, or converts them into Emacs input events and
2416 stuffs them into kbd_buffer, where kbd_buffer_get_event can get at
2417 them and process them when read_char and its callers require
36a305a7
DC
2418 input.
2419
2420 Under Cygwin with the W32 toolkit, the use of /dev/windows with
2421 select(2) takes the place of w32_read_socket.
2422
2423 */
d263a633 2424
5ac45f98
GV
2425/* Main message dispatch loop. */
2426
1edf84e7
GV
2427static void
2428w32_msg_pump (deferred_msg * msg_buf)
5ac45f98
GV
2429{
2430 MSG msg;
62aba0d4 2431 WPARAM result;
ccc2d29c 2432 HWND focus_window;
93fbe8b7
GV
2433
2434 msh_mousewheel = RegisterWindowMessage (MSH_MOUSEWHEEL);
7d0393cf 2435
9b855fd6 2436 while ((w32_unicode_gui ? GetMessageW : GetMessageA) (&msg, NULL, 0, 0))
5ac45f98 2437 {
0fda9b75
DC
2438
2439 /* DebPrint (("w32_msg_pump: %s time:%u\n", */
2440 /* w32_name_of_message (msg.message), msg.time)); */
2441
5ac45f98
GV
2442 if (msg.hwnd == NULL)
2443 {
2444 switch (msg.message)
2445 {
3ef68e6b
AI
2446 case WM_NULL:
2447 /* Produced by complete_deferred_msg; just ignore. */
2448 break;
5ac45f98 2449 case WM_EMACS_CREATEWINDOW:
d5781bb6
JR
2450 /* Initialize COM for this window. Even though we don't use it,
2451 some third party shell extensions can cause it to be used in
2452 system dialogs, which causes a crash if it is not initialized.
2453 This is a known bug in Windows, which was fixed long ago, but
e1dbe924 2454 the patch for XP is not publicly available until XP SP3,
d5781bb6
JR
2455 and older versions will never be patched. */
2456 CoInitialize (NULL);
fbd6baed 2457 w32_createwindow ((struct frame *) msg.wParam);
1edf84e7 2458 if (!PostThreadMessage (dwMainThreadId, WM_EMACS_DONE, 0, 0))
1088b922 2459 emacs_abort ();
5ac45f98 2460 break;
dfdb4047
GV
2461 case WM_EMACS_SETLOCALE:
2462 SetThreadLocale (msg.wParam);
2463 /* Reply is not expected. */
2464 break;
ccc2d29c 2465 case WM_EMACS_SETKEYBOARDLAYOUT:
62aba0d4 2466 result = (WPARAM) ActivateKeyboardLayout ((HKL) msg.wParam, 0);
ccc2d29c
GV
2467 if (!PostThreadMessage (dwMainThreadId, WM_EMACS_DONE,
2468 result, 0))
1088b922 2469 emacs_abort ();
ccc2d29c
GV
2470 break;
2471 case WM_EMACS_REGISTER_HOT_KEY:
2472 focus_window = GetFocus ();
2473 if (focus_window != NULL)
2474 RegisterHotKey (focus_window,
2ba49441
JR
2475 RAW_HOTKEY_ID (msg.wParam),
2476 RAW_HOTKEY_MODIFIERS (msg.wParam),
2477 RAW_HOTKEY_VK_CODE (msg.wParam));
ccc2d29c
GV
2478 /* Reply is not expected. */
2479 break;
2480 case WM_EMACS_UNREGISTER_HOT_KEY:
2481 focus_window = GetFocus ();
2482 if (focus_window != NULL)
2ba49441 2483 UnregisterHotKey (focus_window, RAW_HOTKEY_ID (msg.wParam));
adcc3809
GV
2484 /* Mark item as erased. NB: this code must be
2485 thread-safe. The next line is okay because the cons
2486 cell is never made into garbage and is not relocated by
2487 GC. */
fcf14875 2488 XSETCAR (XIL ((EMACS_INT) msg.lParam), Qnil);
ccc2d29c 2489 if (!PostThreadMessage (dwMainThreadId, WM_EMACS_DONE, 0, 0))
1088b922 2490 emacs_abort ();
ccc2d29c 2491 break;
adcc3809
GV
2492 case WM_EMACS_TOGGLE_LOCK_KEY:
2493 {
2494 int vk_code = (int) msg.wParam;
2495 int cur_state = (GetKeyState (vk_code) & 1);
fcf14875 2496 Lisp_Object new_state = XIL ((EMACS_INT) msg.lParam);
adcc3809
GV
2497
2498 /* NB: This code must be thread-safe. It is safe to
2499 call NILP because symbols are not relocated by GC,
2500 and pointer here is not touched by GC (so the markbit
2501 can't be set). Numbers are safe because they are
2502 immediate values. */
2503 if (NILP (new_state)
2504 || (NUMBERP (new_state)
8edb0a6f 2505 && ((XUINT (new_state)) & 1) != cur_state))
adcc3809
GV
2506 {
2507 one_w32_display_info.faked_key = vk_code;
2508
2509 keybd_event ((BYTE) vk_code,
2510 (BYTE) MapVirtualKey (vk_code, 0),
2511 KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0);
2512 keybd_event ((BYTE) vk_code,
2513 (BYTE) MapVirtualKey (vk_code, 0),
2514 KEYEVENTF_EXTENDEDKEY | 0, 0);
2515 keybd_event ((BYTE) vk_code,
2516 (BYTE) MapVirtualKey (vk_code, 0),
2517 KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0);
2518 cur_state = !cur_state;
2519 }
2520 if (!PostThreadMessage (dwMainThreadId, WM_EMACS_DONE,
2521 cur_state, 0))
1088b922 2522 emacs_abort ();
adcc3809
GV
2523 }
2524 break;
5dff811e
JR
2525#ifdef MSG_DEBUG
2526 /* Broadcast messages make it here, so you need to be looking
2527 for something in particular for this to be useful. */
1edf84e7 2528 default:
0fda9b75 2529 DebPrint (("msg %x not expected by w32_msg_pump\n", msg.message));
5dff811e 2530#endif
5ac45f98
GV
2531 }
2532 }
2533 else
2534 {
9b855fd6 2535 if (w32_unicode_gui)
d30be705
EZ
2536 DispatchMessageW (&msg);
2537 else
2538 DispatchMessageA (&msg);
5ac45f98 2539 }
1edf84e7
GV
2540
2541 /* Exit nested loop when our deferred message has completed. */
2542 if (msg_buf->completed)
2543 break;
5ac45f98 2544 }
1edf84e7
GV
2545}
2546
2547deferred_msg * deferred_msg_head;
2548
2549static deferred_msg *
2550find_deferred_msg (HWND hwnd, UINT msg)
2551{
2552 deferred_msg * item;
2553
2554 /* Don't actually need synchronization for read access, since
2555 modification of single pointer is always atomic. */
2556 /* enter_crit (); */
2557
2558 for (item = deferred_msg_head; item != NULL; item = item->next)
2559 if (item->w32msg.msg.hwnd == hwnd
2560 && item->w32msg.msg.message == msg)
2561 break;
2562
2563 /* leave_crit (); */
2564
2565 return item;
2566}
2567
2568static LRESULT
2569send_deferred_msg (deferred_msg * msg_buf,
2570 HWND hwnd,
2571 UINT msg,
2572 WPARAM wParam,
2573 LPARAM lParam)
2574{
2575 /* Only input thread can send deferred messages. */
2576 if (GetCurrentThreadId () != dwWindowsThreadId)
1088b922 2577 emacs_abort ();
1edf84e7
GV
2578
2579 /* It is an error to send a message that is already deferred. */
2580 if (find_deferred_msg (hwnd, msg) != NULL)
1088b922 2581 emacs_abort ();
1edf84e7
GV
2582
2583 /* Enforced synchronization is not needed because this is the only
2584 function that alters deferred_msg_head, and the following critical
2585 section is guaranteed to only be serially reentered (since only the
2586 input thread can call us). */
2587
2588 /* enter_crit (); */
2589
2590 msg_buf->completed = 0;
2591 msg_buf->next = deferred_msg_head;
2592 deferred_msg_head = msg_buf;
2593 my_post_msg (&msg_buf->w32msg, hwnd, msg, wParam, lParam);
2594
2595 /* leave_crit (); */
2596
2597 /* Start a new nested message loop to process other messages until
2598 this one is completed. */
2599 w32_msg_pump (msg_buf);
2600
2601 deferred_msg_head = msg_buf->next;
2602
2603 return msg_buf->result;
2604}
2605
2606void
2607complete_deferred_msg (HWND hwnd, UINT msg, LRESULT result)
2608{
2609 deferred_msg * msg_buf = find_deferred_msg (hwnd, msg);
2610
2611 if (msg_buf == NULL)
c80e3b4a 2612 /* Message may have been canceled, so don't abort. */
3ef68e6b 2613 return;
1edf84e7
GV
2614
2615 msg_buf->result = result;
2616 msg_buf->completed = 1;
2617
2618 /* Ensure input thread is woken so it notices the completion. */
2619 PostThreadMessage (dwWindowsThreadId, WM_NULL, 0, 0);
2620}
2621
74084731 2622static void
b56ceb92 2623cancel_all_deferred_msgs (void)
3ef68e6b
AI
2624{
2625 deferred_msg * item;
2626
2627 /* Don't actually need synchronization for read access, since
2628 modification of single pointer is always atomic. */
2629 /* enter_crit (); */
2630
2631 for (item = deferred_msg_head; item != NULL; item = item->next)
2632 {
2633 item->result = 0;
2634 item->completed = 1;
2635 }
2636
2637 /* leave_crit (); */
2638
2639 /* Ensure input thread is woken so it notices the completion. */
2640 PostThreadMessage (dwWindowsThreadId, WM_NULL, 0, 0);
2641}
1edf84e7 2642
992dfd90
JR
2643DWORD WINAPI
2644w32_msg_worker (void *arg)
1edf84e7
GV
2645{
2646 MSG msg;
2647 deferred_msg dummy_buf;
2648
2649 /* Ensure our message queue is created */
7d0393cf 2650
1edf84e7 2651 PeekMessage (&msg, NULL, 0, 0, PM_NOREMOVE);
7d0393cf 2652
1edf84e7 2653 if (!PostThreadMessage (dwMainThreadId, WM_EMACS_DONE, 0, 0))
1088b922 2654 emacs_abort ();
1edf84e7
GV
2655
2656 memset (&dummy_buf, 0, sizeof (dummy_buf));
2657 dummy_buf.w32msg.msg.hwnd = NULL;
2658 dummy_buf.w32msg.msg.message = WM_NULL;
2659
23f250f4 2660 /* This is the initial message loop which should only exit when the
1edf84e7
GV
2661 application quits. */
2662 w32_msg_pump (&dummy_buf);
2663
2664 return 0;
5ac45f98
GV
2665}
2666
f0c947b5 2667static void
b56ceb92 2668signal_user_input (void)
f0c947b5
JR
2669{
2670 /* Interrupt any lisp that wants to be interrupted by input. */
2671 if (!NILP (Vthrow_on_input))
2672 {
2673 Vquit_flag = Vthrow_on_input;
c85efaf7
EZ
2674 /* Doing a QUIT from this thread is a bad idea, since this
2675 unwinds the stack of the Lisp thread, and the Windows runtime
2676 rightfully barfs. Disabled. */
2677#if 0
f0c947b5
JR
2678 /* If we're inside a function that wants immediate quits,
2679 do it now. */
2680 if (immediate_quit && NILP (Vinhibit_quit))
2681 {
2682 immediate_quit = 0;
2683 QUIT;
2684 }
c85efaf7 2685#endif
f0c947b5
JR
2686 }
2687}
2688
2689
3ef68e6b 2690static void
b56ceb92
JB
2691post_character_message (HWND hwnd, UINT msg,
2692 WPARAM wParam, LPARAM lParam,
2693 DWORD modifiers)
3ef68e6b
AI
2694{
2695 W32Msg wmsg;
2696
2697 wmsg.dwModifiers = modifiers;
2698
2699 /* Detect quit_char and set quit-flag directly. Note that we
2700 still need to post a message to ensure the main thread will be
74084731 2701 woken up if blocked in sys_select, but we do NOT want to post
3ef68e6b
AI
2702 the quit_char message itself (because it will usually be as if
2703 the user had typed quit_char twice). Instead, we post a dummy
7d7e0027 2704 message that has no particular effect. */
3ef68e6b
AI
2705 {
2706 int c = wParam;
2707 if (isalpha (c) && wmsg.dwModifiers == ctrl_modifier)
2708 c = make_ctrl_char (c) & 0377;
7d081355 2709 if (c == quit_char
7d7e0027
SM
2710 || (wmsg.dwModifiers == 0
2711 && w32_quit_key && wParam == w32_quit_key))
3ef68e6b
AI
2712 {
2713 Vquit_flag = Qt;
2714
2715 /* The choice of message is somewhat arbitrary, as long as
7d7e0027 2716 the main thread handler just ignores it. */
3ef68e6b
AI
2717 msg = WM_NULL;
2718
2719 /* Interrupt any blocking system calls. */
2720 signal_quit ();
2721
2722 /* As a safety precaution, forcibly complete any deferred
2723 messages. This is a kludge, but I don't see any particularly
2724 clean way to handle the situation where a deferred message is
2725 "dropped" in the lisp thread, and will thus never be
2726 completed, eg. by the user trying to activate the menubar
2727 when the lisp thread is busy, and then typing C-g when the
2728 menubar doesn't open promptly (with the result that the
2729 menubar never responds at all because the deferred
2730 WM_INITMENU message is never completed). Another problem
2731 situation is when the lisp thread calls SendMessage (to send
2732 a window manager command) when a message has been deferred;
2733 the lisp thread gets blocked indefinitely waiting for the
2734 deferred message to be completed, which itself is waiting for
2735 the lisp thread to respond.
2736
2737 Note that we don't want to block the input thread waiting for
c80e3b4a 2738 a response from the lisp thread (although that would at least
3ef68e6b
AI
2739 solve the deadlock problem above), because we want to be able
2740 to receive C-g to interrupt the lisp thread. */
2741 cancel_all_deferred_msgs ();
2742 }
f0c947b5
JR
2743 else
2744 signal_user_input ();
3ef68e6b
AI
2745 }
2746
2747 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
2748}
2749
ee78dc32
GV
2750/* Main window procedure */
2751
24f981c9 2752static LRESULT CALLBACK
b56ceb92 2753w32_wnd_proc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
ee78dc32
GV
2754{
2755 struct frame *f;
fbd6baed
GV
2756 struct w32_display_info *dpyinfo = &one_w32_display_info;
2757 W32Msg wmsg;
84fb1139 2758 int windows_translate;
576ba81c 2759 int key;
84fb1139 2760
a6085637
KH
2761 /* Note that it is okay to call x_window_to_frame, even though we are
2762 not running in the main lisp thread, because frame deletion
2763 requires the lisp thread to synchronize with this thread. Thus, if
2764 a frame struct is returned, it can be used without concern that the
2765 lisp thread might make it disappear while we are using it.
2766
2767 NB. Walking the frame list in this thread is safe (as long as
2768 writes of Lisp_Object slots are atomic, which they are on Windows).
2769 Although delete-frame can destructively modify the frame list while
2770 we are walking it, a garbage collection cannot occur until after
2771 delete-frame has synchronized with this thread.
2772
2773 It is also safe to use functions that make GDI calls, such as
fbd6baed 2774 w32_clear_rect, because these functions must obtain a DC handle
a6085637
KH
2775 from the frame struct using get_frame_dc which is thread-aware. */
2776
7d0393cf 2777 switch (msg)
ee78dc32
GV
2778 {
2779 case WM_ERASEBKGND:
a6085637
KH
2780 f = x_window_to_frame (dpyinfo, hwnd);
2781 if (f)
2782 {
9badad41 2783 HDC hdc = get_frame_dc (f);
a6085637 2784 GetUpdateRect (hwnd, &wmsg.rect, FALSE);
9badad41
JR
2785 w32_clear_rect (f, hdc, &wmsg.rect);
2786 release_frame_dc (f, hdc);
ce6059da
AI
2787
2788#if defined (W32_DEBUG_DISPLAY)
18f0b342
AI
2789 DebPrint (("WM_ERASEBKGND (frame %p): erasing %d,%d-%d,%d\n",
2790 f,
2791 wmsg.rect.left, wmsg.rect.top,
2792 wmsg.rect.right, wmsg.rect.bottom));
ce6059da 2793#endif /* W32_DEBUG_DISPLAY */
a6085637 2794 }
5ac45f98
GV
2795 return 1;
2796 case WM_PALETTECHANGED:
2797 /* ignore our own changes */
2798 if ((HWND)wParam != hwnd)
2799 {
a6085637
KH
2800 f = x_window_to_frame (dpyinfo, hwnd);
2801 if (f)
2802 /* get_frame_dc will realize our palette and force all
2803 frames to be redrawn if needed. */
2804 release_frame_dc (f, get_frame_dc (f));
5ac45f98
GV
2805 }
2806 return 0;
ee78dc32 2807 case WM_PAINT:
ce6059da 2808 {
55dcfc15
AI
2809 PAINTSTRUCT paintStruct;
2810 RECT update_rect;
72af86bd 2811 memset (&update_rect, 0, sizeof (update_rect));
55dcfc15 2812
18f0b342
AI
2813 f = x_window_to_frame (dpyinfo, hwnd);
2814 if (f == 0)
2815 {
2816 DebPrint (("WM_PAINT received for unknown window %p\n", hwnd));
2817 return 0;
2818 }
2819
55dcfc15
AI
2820 /* MSDN Docs say not to call BeginPaint if GetUpdateRect
2821 fails. Apparently this can happen under some
2822 circumstances. */
aa35b6ad 2823 if (GetUpdateRect (hwnd, &update_rect, FALSE) || !w32_strict_painting)
55dcfc15
AI
2824 {
2825 enter_crit ();
2826 BeginPaint (hwnd, &paintStruct);
2827
aa35b6ad
JR
2828 /* The rectangles returned by GetUpdateRect and BeginPaint
2829 do not always match. Play it safe by assuming both areas
2830 are invalid. */
2831 UnionRect (&(wmsg.rect), &update_rect, &(paintStruct.rcPaint));
55dcfc15
AI
2832
2833#if defined (W32_DEBUG_DISPLAY)
18f0b342
AI
2834 DebPrint (("WM_PAINT (frame %p): painting %d,%d-%d,%d\n",
2835 f,
2836 wmsg.rect.left, wmsg.rect.top,
2837 wmsg.rect.right, wmsg.rect.bottom));
2838 DebPrint ((" [update region is %d,%d-%d,%d]\n",
55dcfc15
AI
2839 update_rect.left, update_rect.top,
2840 update_rect.right, update_rect.bottom));
2841#endif
2842 EndPaint (hwnd, &paintStruct);
2843 leave_crit ();
2844
f7b146dc
JR
2845 /* Change the message type to prevent Windows from
2846 combining WM_PAINT messages in the Lisp thread's queue,
2847 since Windows assumes that each message queue is
2848 dedicated to one frame and does not bother checking
2849 that hwnd matches before combining them. */
2850 my_post_msg (&wmsg, hwnd, WM_EMACS_PAINT, wParam, lParam);
7d0393cf 2851
55dcfc15
AI
2852 return 0;
2853 }
c0611964
AI
2854
2855 /* If GetUpdateRect returns 0 (meaning there is no update
2856 region), assume the whole window needs to be repainted. */
74084731 2857 GetClientRect (hwnd, &wmsg.rect);
c0611964
AI
2858 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
2859 return 0;
ee78dc32 2860 }
a1a80b40 2861
ccc2d29c
GV
2862 case WM_INPUTLANGCHANGE:
2863 /* Inform lisp thread of keyboard layout changes. */
2864 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
2865
2866 /* Clear dead keys in the keyboard state; for simplicity only
2867 preserve modifier key states. */
2868 {
2869 int i;
2870 BYTE keystate[256];
2871
2872 GetKeyboardState (keystate);
2873 for (i = 0; i < 256; i++)
2874 if (1
2875 && i != VK_SHIFT
2876 && i != VK_LSHIFT
2877 && i != VK_RSHIFT
2878 && i != VK_CAPITAL
2879 && i != VK_NUMLOCK
2880 && i != VK_SCROLL
2881 && i != VK_CONTROL
2882 && i != VK_LCONTROL
2883 && i != VK_RCONTROL
2884 && i != VK_MENU
2885 && i != VK_LMENU
2886 && i != VK_RMENU
2887 && i != VK_LWIN
2888 && i != VK_RWIN)
2889 keystate[i] = 0;
2890 SetKeyboardState (keystate);
2891 }
2892 goto dflt;
2893
2894 case WM_HOTKEY:
2895 /* Synchronize hot keys with normal input. */
2896 PostMessage (hwnd, WM_KEYDOWN, HIWORD (lParam), 0);
2897 return (0);
2898
a1a80b40
GV
2899 case WM_KEYUP:
2900 case WM_SYSKEYUP:
2901 record_keyup (wParam, lParam);
2902 goto dflt;
2903
ee78dc32
GV
2904 case WM_KEYDOWN:
2905 case WM_SYSKEYDOWN:
ccc2d29c
GV
2906 /* Ignore keystrokes we fake ourself; see below. */
2907 if (dpyinfo->faked_key == wParam)
2908 {
2909 dpyinfo->faked_key = 0;
576ba81c
AI
2910 /* Make sure TranslateMessage sees them though (as long as
2911 they don't produce WM_CHAR messages). This ensures that
2912 indicator lights are toggled promptly on Windows 9x, for
2913 example. */
bf254037 2914 if (wParam < 256 && lispy_function_keys[wParam])
576ba81c
AI
2915 {
2916 windows_translate = 1;
2917 goto translate;
2918 }
2919 return 0;
ccc2d29c
GV
2920 }
2921
7830e24b
RS
2922 /* Synchronize modifiers with current keystroke. */
2923 sync_modifiers ();
a1a80b40 2924 record_keydown (wParam, lParam);
ccc2d29c 2925 wParam = map_keypad_keys (wParam, (lParam & 0x1000000L) != 0);
84fb1139
KH
2926
2927 windows_translate = 0;
ccc2d29c
GV
2928
2929 switch (wParam)
2930 {
2931 case VK_LWIN:
2932 if (NILP (Vw32_pass_lwindow_to_system))
2933 {
2934 /* Prevent system from acting on keyup (which opens the
2935 Start menu if no other key was pressed) by simulating a
2936 press of Space which we will ignore. */
2937 if (GetAsyncKeyState (wParam) & 1)
2938 {
adcc3809 2939 if (NUMBERP (Vw32_phantom_key_code))
576ba81c 2940 key = XUINT (Vw32_phantom_key_code) & 255;
adcc3809 2941 else
576ba81c
AI
2942 key = VK_SPACE;
2943 dpyinfo->faked_key = key;
2944 keybd_event (key, (BYTE) MapVirtualKey (key, 0), 0, 0);
ccc2d29c
GV
2945 }
2946 }
2947 if (!NILP (Vw32_lwindow_modifier))
2948 return 0;
2949 break;
2950 case VK_RWIN:
2951 if (NILP (Vw32_pass_rwindow_to_system))
2952 {
2953 if (GetAsyncKeyState (wParam) & 1)
2954 {
adcc3809 2955 if (NUMBERP (Vw32_phantom_key_code))
576ba81c 2956 key = XUINT (Vw32_phantom_key_code) & 255;
adcc3809 2957 else
576ba81c
AI
2958 key = VK_SPACE;
2959 dpyinfo->faked_key = key;
2960 keybd_event (key, (BYTE) MapVirtualKey (key, 0), 0, 0);
ccc2d29c
GV
2961 }
2962 }
2963 if (!NILP (Vw32_rwindow_modifier))
2964 return 0;
2965 break;
576ba81c 2966 case VK_APPS:
ccc2d29c
GV
2967 if (!NILP (Vw32_apps_modifier))
2968 return 0;
2969 break;
2970 case VK_MENU:
7d0393cf 2971 if (NILP (Vw32_pass_alt_to_system))
adcc3809
GV
2972 /* Prevent DefWindowProc from activating the menu bar if an
2973 Alt key is pressed and released by itself. */
ccc2d29c 2974 return 0;
84fb1139 2975 windows_translate = 1;
ccc2d29c 2976 break;
7d0393cf 2977 case VK_CAPITAL:
ccc2d29c
GV
2978 /* Decide whether to treat as modifier or function key. */
2979 if (NILP (Vw32_enable_caps_lock))
2980 goto disable_lock_key;
adcc3809
GV
2981 windows_translate = 1;
2982 break;
ccc2d29c
GV
2983 case VK_NUMLOCK:
2984 /* Decide whether to treat as modifier or function key. */
2985 if (NILP (Vw32_enable_num_lock))
2986 goto disable_lock_key;
adcc3809
GV
2987 windows_translate = 1;
2988 break;
ccc2d29c
GV
2989 case VK_SCROLL:
2990 /* Decide whether to treat as modifier or function key. */
2991 if (NILP (Vw32_scroll_lock_modifier))
2992 goto disable_lock_key;
adcc3809
GV
2993 windows_translate = 1;
2994 break;
ccc2d29c 2995 disable_lock_key:
adcc3809
GV
2996 /* Ensure the appropriate lock key state (and indicator light)
2997 remains in the same state. We do this by faking another
2998 press of the relevant key. Apparently, this really is the
2999 only way to toggle the state of the indicator lights. */
3000 dpyinfo->faked_key = wParam;
3001 keybd_event ((BYTE) wParam, (BYTE) MapVirtualKey (wParam, 0),
3002 KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0);
3003 keybd_event ((BYTE) wParam, (BYTE) MapVirtualKey (wParam, 0),
3004 KEYEVENTF_EXTENDEDKEY | 0, 0);
3005 keybd_event ((BYTE) wParam, (BYTE) MapVirtualKey (wParam, 0),
3006 KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0);
3007 /* Ensure indicator lights are updated promptly on Windows 9x
3008 (TranslateMessage apparently does this), after forwarding
3009 input event. */
3010 post_character_message (hwnd, msg, wParam, lParam,
3011 w32_get_key_modifiers (wParam, lParam));
3012 windows_translate = 1;
ccc2d29c 3013 break;
7d0393cf 3014 case VK_CONTROL:
ccc2d29c
GV
3015 case VK_SHIFT:
3016 case VK_PROCESSKEY: /* Generated by IME. */
3017 windows_translate = 1;
3018 break;
adcc3809
GV
3019 case VK_CANCEL:
3020 /* Windows maps Ctrl-Pause (aka Ctrl-Break) into VK_CANCEL,
3021 which is confusing for purposes of key binding; convert
3022 VK_CANCEL events into VK_PAUSE events. */
3023 wParam = VK_PAUSE;
3024 break;
3025 case VK_PAUSE:
3026 /* Windows maps Ctrl-NumLock into VK_PAUSE, which is confusing
3027 for purposes of key binding; convert these back into
3028 VK_NUMLOCK events, at least when we want to see NumLock key
3029 presses. (Note that there is never any possibility that
3030 VK_PAUSE with Ctrl really is C-Pause as per above.) */
3031 if (NILP (Vw32_enable_num_lock) && modifier_set (VK_CONTROL))
3032 wParam = VK_NUMLOCK;
3033 break;
ccc2d29c
GV
3034 default:
3035 /* If not defined as a function key, change it to a WM_CHAR message. */
bf254037 3036 if (wParam > 255 || !lispy_function_keys[wParam])
ccc2d29c 3037 {
adcc3809
GV
3038 DWORD modifiers = construct_console_modifiers ();
3039
ccc2d29c
GV
3040 if (!NILP (Vw32_recognize_altgr)
3041 && modifier_set (VK_LCONTROL) && modifier_set (VK_RMENU))
3042 {
3043 /* Always let TranslateMessage handle AltGr key chords;
3044 for some reason, ToAscii doesn't always process AltGr
3045 chords correctly. */
3046 windows_translate = 1;
3047 }
adcc3809 3048 else if ((modifiers & (~SHIFT_PRESSED & ~CAPSLOCK_ON)) != 0)
ccc2d29c 3049 {
adcc3809
GV
3050 /* Handle key chords including any modifiers other
3051 than shift directly, in order to preserve as much
3052 modifier information as possible. */
ccc2d29c
GV
3053 if ('A' <= wParam && wParam <= 'Z')
3054 {
3055 /* Don't translate modified alphabetic keystrokes,
3056 so the user doesn't need to constantly switch
3057 layout to type control or meta keystrokes when
3058 the normal layout translates alphabetic
3059 characters to non-ascii characters. */
3060 if (!modifier_set (VK_SHIFT))
3061 wParam += ('a' - 'A');
3062 msg = WM_CHAR;
3063 }
3064 else
3065 {
3066 /* Try to handle other keystrokes by determining the
3067 base character (ie. translating the base key plus
3068 shift modifier). */
3069 int add;
ccc2d29c 3070 KEY_EVENT_RECORD key;
7d0393cf 3071
ccc2d29c
GV
3072 key.bKeyDown = TRUE;
3073 key.wRepeatCount = 1;
3074 key.wVirtualKeyCode = wParam;
3075 key.wVirtualScanCode = (lParam & 0xFF0000) >> 16;
3076 key.uChar.AsciiChar = 0;
adcc3809 3077 key.dwControlKeyState = modifiers;
ccc2d29c 3078
302fc036 3079 add = w32_kbd_patch_key (&key, w32_keyboard_codepage);
e1dbe924 3080 /* 0 means an unrecognized keycode, negative means
ccc2d29c
GV
3081 dead key. Ignore both. */
3082 while (--add >= 0)
3083 {
3084 /* Forward asciified character sequence. */
3085 post_character_message
a313b291
JR
3086 (hwnd, WM_CHAR,
3087 (unsigned char) key.uChar.AsciiChar, lParam,
ccc2d29c 3088 w32_get_key_modifiers (wParam, lParam));
302fc036 3089 w32_kbd_patch_key (&key, w32_keyboard_codepage);
ccc2d29c
GV
3090 }
3091 return 0;
3092 }
3093 }
3094 else
3095 {
3096 /* Let TranslateMessage handle everything else. */
3097 windows_translate = 1;
3098 }
3099 }
3100 }
a1a80b40 3101
adcc3809 3102 translate:
84fb1139
KH
3103 if (windows_translate)
3104 {
e9e23e23 3105 MSG windows_msg = { hwnd, msg, wParam, lParam, 0, {0,0} };
e9e23e23
GV
3106 windows_msg.time = GetMessageTime ();
3107 TranslateMessage (&windows_msg);
84fb1139
KH
3108 goto dflt;
3109 }
3110
ee78dc32 3111 /* Fall through */
7d0393cf 3112
ee78dc32
GV
3113 case WM_SYSCHAR:
3114 case WM_CHAR:
d30be705
EZ
3115 if (wParam > 255 )
3116 {
3117 W32Msg wmsg;
3118
3119 wmsg.dwModifiers = w32_get_key_modifiers (wParam, lParam);
3120 signal_user_input ();
3121 my_post_msg (&wmsg, hwnd, WM_UNICHAR, wParam, lParam);
3122
3123 }
3124 else
3125 post_character_message (hwnd, msg, wParam, lParam,
3126 w32_get_key_modifiers (wParam, lParam));
ee78dc32 3127 break;
da36a4d6 3128
820eff5a
JR
3129 case WM_UNICHAR:
3130 /* WM_UNICHAR looks promising from the docs, but the exact
3131 circumstances in which TranslateMessage sends it is one of those
3132 Microsoft secret API things that EU and US courts are supposed
3133 to have put a stop to already. Spy++ shows it being sent to Notepad
3134 and other MS apps, but never to Emacs.
3135
3136 Some third party IMEs send it in accordance with the official
3137 documentation though, so handle it here.
3138
3139 UNICODE_NOCHAR is used to test for support for this message.
3140 TRUE indicates that the message is supported. */
3141 if (wParam == UNICODE_NOCHAR)
3142 return TRUE;
3143
3144 {
3145 W32Msg wmsg;
3146 wmsg.dwModifiers = w32_get_key_modifiers (wParam, lParam);
3147 signal_user_input ();
3148 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
3149 }
3150 break;
3151
3152 case WM_IME_CHAR:
fe7a3057 3153 /* If we can't get the IME result as Unicode, use default processing,
820eff5a
JR
3154 which will at least allow characters decodable in the system locale
3155 get through. */
3156 if (!get_composition_string_fn)
3157 goto dflt;
3158
3159 else if (!ignore_ime_char)
3160 {
3161 wchar_t * buffer;
3162 int size, i;
3163 W32Msg wmsg;
3164 HIMC context = get_ime_context_fn (hwnd);
3165 wmsg.dwModifiers = w32_get_key_modifiers (wParam, lParam);
3166 /* Get buffer size. */
9c88f339 3167 size = get_composition_string_fn (context, GCS_RESULTSTR, NULL, 0);
ed3751c8 3168 buffer = alloca (size);
820eff5a
JR
3169 size = get_composition_string_fn (context, GCS_RESULTSTR,
3170 buffer, size);
c902b920
JR
3171 release_ime_context_fn (hwnd, context);
3172
820eff5a
JR
3173 signal_user_input ();
3174 for (i = 0; i < size / sizeof (wchar_t); i++)
3175 {
3176 my_post_msg (&wmsg, hwnd, WM_UNICHAR, (WPARAM) buffer[i],
3177 lParam);
3178 }
2c93b248
JR
3179 /* Ignore the messages for the rest of the
3180 characters in the string that was output above. */
3181 ignore_ime_char = (size / sizeof (wchar_t)) - 1;
820eff5a 3182 }
2c93b248
JR
3183 else
3184 ignore_ime_char--;
3185
820eff5a
JR
3186 break;
3187
c902b920
JR
3188 case WM_IME_STARTCOMPOSITION:
3189 if (!set_ime_composition_window_fn)
3190 goto dflt;
3191 else
3192 {
3193 COMPOSITIONFORM form;
3194 HIMC context;
3195 struct window *w;
3196
b932cad7
EZ
3197 /* Implementation note: The code below does something that
3198 one shouldn't do: it accesses the window object from a
3199 separate thread, while the main (a.k.a. "Lisp") thread
3200 runs and can legitimately delete and even GC it. That is
3201 why we are extra careful not to futz with a window that
3202 is different from the one recorded when the system caret
3203 coordinates were last modified. That is also why we are
3204 careful not to move the IME window if the window
3205 described by W was deleted, as indicated by its buffer
3206 field being reset to nil. */
c902b920 3207 f = x_window_to_frame (dpyinfo, hwnd);
2e5ce5de
EZ
3208 if (!(f && FRAME_LIVE_P (f)))
3209 break;
c902b920 3210 w = XWINDOW (FRAME_SELECTED_WINDOW (f));
b932cad7
EZ
3211 /* Punt if someone changed the frame's selected window
3212 behind our back. */
3213 if (w != w32_system_caret_window)
3214 break;
c902b920
JR
3215
3216 form.dwStyle = CFS_RECT;
3217 form.ptCurrentPos.x = w32_system_caret_x;
3218 form.ptCurrentPos.y = w32_system_caret_y;
3219
3220 form.rcArea.left = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, 0);
b932cad7
EZ
3221 form.rcArea.top = (WINDOW_TOP_EDGE_Y (w)
3222 + w32_system_caret_hdr_height);
c902b920
JR
3223 form.rcArea.right = (WINDOW_BOX_RIGHT_EDGE_X (w)
3224 - WINDOW_RIGHT_MARGIN_WIDTH (w)
3225 - WINDOW_RIGHT_FRINGE_WIDTH (w));
3226 form.rcArea.bottom = (WINDOW_BOTTOM_EDGE_Y (w)
b932cad7
EZ
3227 - w32_system_caret_mode_height);
3228
3229 /* Punt if the window was deleted behind our back. */
3230 if (!BUFFERP (w->contents))
3231 break;
c902b920
JR
3232
3233 context = get_ime_context_fn (hwnd);
20d60baf
JR
3234
3235 if (!context)
3236 break;
3237
c902b920
JR
3238 set_ime_composition_window_fn (context, &form);
3239 release_ime_context_fn (hwnd, context);
3240 }
3241 break;
3242
820eff5a
JR
3243 case WM_IME_ENDCOMPOSITION:
3244 ignore_ime_char = 0;
3245 goto dflt;
3246
5ac45f98
GV
3247 /* Simulate middle mouse button events when left and right buttons
3248 are used together, but only if user has two button mouse. */
ee78dc32 3249 case WM_LBUTTONDOWN:
5ac45f98 3250 case WM_RBUTTONDOWN:
2ba49441 3251 if (w32_num_mouse_buttons > 2)
5ac45f98
GV
3252 goto handle_plain_button;
3253
3254 {
3255 int this = (msg == WM_LBUTTONDOWN) ? LMOUSE : RMOUSE;
3256 int other = (msg == WM_LBUTTONDOWN) ? RMOUSE : LMOUSE;
3257
3cb20f4a
RS
3258 if (button_state & this)
3259 return 0;
5ac45f98
GV
3260
3261 if (button_state == 0)
3262 SetCapture (hwnd);
3263
3264 button_state |= this;
3265
3266 if (button_state & other)
3267 {
84fb1139 3268 if (mouse_button_timer)
5ac45f98 3269 {
84fb1139
KH
3270 KillTimer (hwnd, mouse_button_timer);
3271 mouse_button_timer = 0;
5ac45f98
GV
3272
3273 /* Generate middle mouse event instead. */
3274 msg = WM_MBUTTONDOWN;
3275 button_state |= MMOUSE;
3276 }
3277 else if (button_state & MMOUSE)
3278 {
3279 /* Ignore button event if we've already generated a
3280 middle mouse down event. This happens if the
3281 user releases and press one of the two buttons
3282 after we've faked a middle mouse event. */
3283 return 0;
3284 }
3285 else
3286 {
3287 /* Flush out saved message. */
84fb1139 3288 post_msg (&saved_mouse_button_msg);
5ac45f98 3289 }
fbd6baed 3290 wmsg.dwModifiers = w32_get_modifiers ();
5ac45f98 3291 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
f5f69b6b 3292 signal_user_input ();
5ac45f98
GV
3293
3294 /* Clear message buffer. */
84fb1139 3295 saved_mouse_button_msg.msg.hwnd = 0;
5ac45f98
GV
3296 }
3297 else
3298 {
3299 /* Hold onto message for now. */
84fb1139 3300 mouse_button_timer =
adcc3809 3301 SetTimer (hwnd, MOUSE_BUTTON_ID,
2ba49441 3302 w32_mouse_button_tolerance, NULL);
84fb1139
KH
3303 saved_mouse_button_msg.msg.hwnd = hwnd;
3304 saved_mouse_button_msg.msg.message = msg;
3305 saved_mouse_button_msg.msg.wParam = wParam;
3306 saved_mouse_button_msg.msg.lParam = lParam;
3307 saved_mouse_button_msg.msg.time = GetMessageTime ();
fbd6baed 3308 saved_mouse_button_msg.dwModifiers = w32_get_modifiers ();
5ac45f98
GV
3309 }
3310 }
3311 return 0;
3312
ee78dc32 3313 case WM_LBUTTONUP:
5ac45f98 3314 case WM_RBUTTONUP:
2ba49441 3315 if (w32_num_mouse_buttons > 2)
5ac45f98
GV
3316 goto handle_plain_button;
3317
3318 {
3319 int this = (msg == WM_LBUTTONUP) ? LMOUSE : RMOUSE;
3320 int other = (msg == WM_LBUTTONUP) ? RMOUSE : LMOUSE;
3321
3cb20f4a
RS
3322 if ((button_state & this) == 0)
3323 return 0;
5ac45f98
GV
3324
3325 button_state &= ~this;
3326
3327 if (button_state & MMOUSE)
3328 {
3329 /* Only generate event when second button is released. */
3330 if ((button_state & other) == 0)
3331 {
3332 msg = WM_MBUTTONUP;
3333 button_state &= ~MMOUSE;
3334
1088b922 3335 if (button_state) emacs_abort ();
5ac45f98
GV
3336 }
3337 else
3338 return 0;
3339 }
3340 else
3341 {
3342 /* Flush out saved message if necessary. */
84fb1139 3343 if (saved_mouse_button_msg.msg.hwnd)
5ac45f98 3344 {
84fb1139 3345 post_msg (&saved_mouse_button_msg);
5ac45f98
GV
3346 }
3347 }
fbd6baed 3348 wmsg.dwModifiers = w32_get_modifiers ();
5ac45f98 3349 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
f5f69b6b 3350 signal_user_input ();
5ac45f98
GV
3351
3352 /* Always clear message buffer and cancel timer. */
84fb1139
KH
3353 saved_mouse_button_msg.msg.hwnd = 0;
3354 KillTimer (hwnd, mouse_button_timer);
3355 mouse_button_timer = 0;
5ac45f98
GV
3356
3357 if (button_state == 0)
3358 ReleaseCapture ();
3359 }
3360 return 0;
3361
74214547
JR
3362 case WM_XBUTTONDOWN:
3363 case WM_XBUTTONUP:
3364 if (w32_pass_extra_mouse_buttons_to_system)
3365 goto dflt;
3366 /* else fall through and process them. */
ee78dc32
GV
3367 case WM_MBUTTONDOWN:
3368 case WM_MBUTTONUP:
5ac45f98 3369 handle_plain_button:
ee78dc32
GV
3370 {
3371 BOOL up;
1edf84e7 3372 int button;
ee78dc32 3373
b48f9276
EZ
3374 /* Ignore middle and extra buttons as long as the menu is active. */
3375 f = x_window_to_frame (dpyinfo, hwnd);
3376 if (f && f->output_data.w32->menubar_active)
3377 return 0;
3378
74214547 3379 if (parse_button (msg, HIWORD (wParam), &button, &up))
ee78dc32
GV
3380 {
3381 if (up) ReleaseCapture ();
3382 else SetCapture (hwnd);
7d0393cf 3383 button = (button == 0) ? LMOUSE :
1edf84e7
GV
3384 ((button == 1) ? MMOUSE : RMOUSE);
3385 if (up)
3386 button_state &= ~button;
3387 else
3388 button_state |= button;
ee78dc32
GV
3389 }
3390 }
7d0393cf 3391
fbd6baed 3392 wmsg.dwModifiers = w32_get_modifiers ();
ee78dc32 3393 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
f0c947b5 3394 signal_user_input ();
74214547
JR
3395
3396 /* Need to return true for XBUTTON messages, false for others,
3397 to indicate that we processed the message. */
3398 return (msg == WM_XBUTTONDOWN || msg == WM_XBUTTONUP);
5ac45f98 3399
5ac45f98 3400 case WM_MOUSEMOVE:
f93bd8e4
EZ
3401 /* Ignore mouse movements as long as the menu is active. These
3402 movements are processed by the window manager anyway, and
3403 it's wrong to handle them as if they happened on the
3404 underlying frame. */
3405 f = x_window_to_frame (dpyinfo, hwnd);
3406 if (f && f->output_data.w32->menubar_active)
3407 return 0;
3408
9eb16b62
JR
3409 /* If the mouse has just moved into the frame, start tracking
3410 it, so we will be notified when it leaves the frame. Mouse
3411 tracking only works under W98 and NT4 and later. On earlier
3412 versions, there is no way of telling when the mouse leaves the
3413 frame, so we just have to put up with help-echo and mouse
3414 highlighting remaining while the frame is not active. */
ccc83f50
EZ
3415 if (track_mouse_event_fn && !track_mouse_window
3416 /* If the menu bar is active, turning on tracking of mouse
3417 movement events might send these events to the tooltip
3418 frame, if the user happens to move the mouse pointer over
3419 the tooltip. But since we don't process events for
3420 tooltip frames, this causes Windows to present a
3421 hourglass cursor, which is ugly and unexpected. So don't
3422 enable tracking mouse events in this case; they will be
3423 restarted when the menu pops down. (Confusingly, the
3424 menubar_active member of f->output_data.w32, tested
3425 above, is only set when a menu was popped up _not_ from
3426 the frame's menu bar, but via x-popup-menu.) */
3427 && !menubar_in_use)
9eb16b62
JR
3428 {
3429 TRACKMOUSEEVENT tme;
3430 tme.cbSize = sizeof (tme);
3431 tme.dwFlags = TME_LEAVE;
3432 tme.hwndTrack = hwnd;
3433
3434 track_mouse_event_fn (&tme);
3435 track_mouse_window = hwnd;
3436 }
3437 case WM_VSCROLL:
2ba49441 3438 if (w32_mouse_move_interval <= 0
84fb1139
KH
3439 || (msg == WM_MOUSEMOVE && button_state == 0))
3440 {
fbd6baed 3441 wmsg.dwModifiers = w32_get_modifiers ();
84fb1139
KH
3442 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
3443 return 0;
3444 }
7d0393cf 3445
84fb1139
KH
3446 /* Hang onto mouse move and scroll messages for a bit, to avoid
3447 sending such events to Emacs faster than it can process them.
3448 If we get more events before the timer from the first message
3449 expires, we just replace the first message. */
3450
3451 if (saved_mouse_move_msg.msg.hwnd == 0)
3452 mouse_move_timer =
adcc3809 3453 SetTimer (hwnd, MOUSE_MOVE_ID,
2ba49441 3454 w32_mouse_move_interval, NULL);
84fb1139
KH
3455
3456 /* Hold onto message for now. */
3457 saved_mouse_move_msg.msg.hwnd = hwnd;
3458 saved_mouse_move_msg.msg.message = msg;
3459 saved_mouse_move_msg.msg.wParam = wParam;
3460 saved_mouse_move_msg.msg.lParam = lParam;
3461 saved_mouse_move_msg.msg.time = GetMessageTime ();
fbd6baed 3462 saved_mouse_move_msg.dwModifiers = w32_get_modifiers ();
7d0393cf 3463
84fb1139
KH
3464 return 0;
3465
1edf84e7 3466 case WM_MOUSEWHEEL:
fd142562 3467 case WM_DROPFILES:
1edf84e7
GV
3468 wmsg.dwModifiers = w32_get_modifiers ();
3469 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
f0c947b5 3470 signal_user_input ();
1edf84e7
GV
3471 return 0;
3472
0b151762
JR
3473 case WM_APPCOMMAND:
3474 if (w32_pass_multimedia_buttons_to_system)
3475 goto dflt;
3476 /* Otherwise, pass to lisp, the same way we do with mousehwheel. */
fd142562 3477 case WM_MOUSEHWHEEL:
cb9e33d4
RS
3478 wmsg.dwModifiers = w32_get_modifiers ();
3479 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
f0c947b5 3480 signal_user_input ();
fd142562
JR
3481 /* Non-zero must be returned when WM_MOUSEHWHEEL messages are
3482 handled, to prevent the system trying to handle it by faking
3483 scroll bar events. */
3484 return 1;
cb9e33d4 3485
84fb1139
KH
3486 case WM_TIMER:
3487 /* Flush out saved messages if necessary. */
3488 if (wParam == mouse_button_timer)
5ac45f98 3489 {
84fb1139
KH
3490 if (saved_mouse_button_msg.msg.hwnd)
3491 {
3492 post_msg (&saved_mouse_button_msg);
f0c947b5 3493 signal_user_input ();
84fb1139
KH
3494 saved_mouse_button_msg.msg.hwnd = 0;
3495 }
3496 KillTimer (hwnd, mouse_button_timer);
3497 mouse_button_timer = 0;
3498 }
3499 else if (wParam == mouse_move_timer)
3500 {
3501 if (saved_mouse_move_msg.msg.hwnd)
3502 {
3503 post_msg (&saved_mouse_move_msg);
3504 saved_mouse_move_msg.msg.hwnd = 0;
3505 }
3506 KillTimer (hwnd, mouse_move_timer);
3507 mouse_move_timer = 0;
5ac45f98 3508 }
48094ace
JR
3509 else if (wParam == menu_free_timer)
3510 {
3511 KillTimer (hwnd, menu_free_timer);
3512 menu_free_timer = 0;
27605fa7 3513 f = x_window_to_frame (dpyinfo, hwnd);
5d22ded9 3514 /* If a popup menu is active, don't wipe its strings. */
58e55497 3515 if (menubar_in_use
5d22ded9 3516 && current_popup_menu == NULL)
48094ace
JR
3517 {
3518 /* Free memory used by owner-drawn and help-echo strings. */
3519 w32_free_menu_strings (hwnd);
5df75e47
JR
3520 if (f)
3521 f->output_data.w32->menubar_active = 0;
58e55497 3522 menubar_in_use = 0;
48094ace
JR
3523 }
3524 }
5ac45f98 3525 return 0;
7d0393cf 3526
84fb1139
KH
3527 case WM_NCACTIVATE:
3528 /* Windows doesn't send us focus messages when putting up and
e9e23e23 3529 taking down a system popup dialog as for Ctrl-Alt-Del on Windows 95.
84fb1139
KH
3530 The only indication we get that something happened is receiving
3531 this message afterwards. So this is a good time to reset our
3532 keyboard modifiers' state. */
3533 reset_modifiers ();
3534 goto dflt;
da36a4d6 3535
1edf84e7 3536 case WM_INITMENU:
487163ac
AI
3537 button_state = 0;
3538 ReleaseCapture ();
1edf84e7
GV
3539 /* We must ensure menu bar is fully constructed and up to date
3540 before allowing user interaction with it. To achieve this
3541 we send this message to the lisp thread and wait for a
3542 reply (whose value is not actually needed) to indicate that
3543 the menu bar is now ready for use, so we can now return.
3544
3545 To remain responsive in the meantime, we enter a nested message
3546 loop that can process all other messages.
3547
3548 However, we skip all this if the message results from calling
3549 TrackPopupMenu - in fact, we must NOT attempt to send the lisp
3550 thread a message because it is blocked on us at this point. We
3551 set menubar_active before calling TrackPopupMenu to indicate
3552 this (there is no possibility of confusion with real menubar
3553 being active). */
3554
3555 f = x_window_to_frame (dpyinfo, hwnd);
3556 if (f
3557 && (f->output_data.w32->menubar_active
3558 /* We can receive this message even in the absence of a
3559 menubar (ie. when the system menu is activated) - in this
3560 case we do NOT want to forward the message, otherwise it
3561 will cause the menubar to suddenly appear when the user
3562 had requested it to be turned off! */
3563 || f->output_data.w32->menubar_widget == NULL))
3564 return 0;
3565
3566 {
3567 deferred_msg msg_buf;
3568
3569 /* Detect if message has already been deferred; in this case
3570 we cannot return any sensible value to ignore this. */
3571 if (find_deferred_msg (hwnd, msg) != NULL)
1088b922 3572 emacs_abort ();
1edf84e7 3573
58e55497 3574 menubar_in_use = 1;
90816b86 3575
1edf84e7
GV
3576 return send_deferred_msg (&msg_buf, hwnd, msg, wParam, lParam);
3577 }
3578
3579 case WM_EXITMENULOOP:
3580 f = x_window_to_frame (dpyinfo, hwnd);
3581
5d22ded9
JR
3582 /* If a menu is still active, check again after a short delay,
3583 since Windows often (always?) sends the WM_EXITMENULOOP
3584 before the corresponding WM_COMMAND message.
3585 Don't do this if a popup menu is active, since it is only
3586 menubar menus that require cleaning up in this way.
3587 */
58e55497 3588 if (f && menubar_in_use && current_popup_menu == NULL)
48094ace 3589 menu_free_timer = SetTimer (hwnd, MENU_FREE_ID, MENU_FREE_DELAY, NULL);
d148e14d
JR
3590
3591 /* If hourglass cursor should be displayed, display it now. */
3592 if (f && f->output_data.w32->hourglass_p)
3593 SetCursor (f->output_data.w32->hourglass_cursor);
3594
1edf84e7
GV
3595 goto dflt;
3596
126f2e35 3597 case WM_MENUSELECT:
4e3a1c61
JR
3598 /* Direct handling of help_echo in menus. Should be safe now
3599 that we generate the help_echo by placing a help event in the
3600 keyboard buffer. */
ca56d953 3601 {
ca56d953
JR
3602 HMENU menu = (HMENU) lParam;
3603 UINT menu_item = (UINT) LOWORD (wParam);
3604 UINT flags = (UINT) HIWORD (wParam);
3605
4e3a1c61 3606 w32_menu_display_help (hwnd, menu, menu_item, flags);
ca56d953 3607 }
126f2e35
JR
3608 return 0;
3609
87996783
GV
3610 case WM_MEASUREITEM:
3611 f = x_window_to_frame (dpyinfo, hwnd);
3612 if (f)
3613 {
3614 MEASUREITEMSTRUCT * pMis = (MEASUREITEMSTRUCT *) lParam;
3615
3616 if (pMis->CtlType == ODT_MENU)
3617 {
3618 /* Work out dimensions for popup menu titles. */
3619 char * title = (char *) pMis->itemData;
3620 HDC hdc = GetDC (hwnd);
3621 HFONT menu_font = GetCurrentObject (hdc, OBJ_FONT);
3622 LOGFONT menu_logfont;
3623 HFONT old_font;
3624 SIZE size;
3625
3626 GetObject (menu_font, sizeof (menu_logfont), &menu_logfont);
3627 menu_logfont.lfWeight = FW_BOLD;
3628 menu_font = CreateFontIndirect (&menu_logfont);
3629 old_font = SelectObject (hdc, menu_font);
3630
dfff8a69
JR
3631 pMis->itemHeight = GetSystemMetrics (SM_CYMENUSIZE);
3632 if (title)
3633 {
b4005349
JR
3634 if (unicode_append_menu)
3635 GetTextExtentPoint32W (hdc, (WCHAR *) title,
3636 wcslen ((WCHAR *) title),
3637 &size);
3638 else
3639 GetTextExtentPoint32 (hdc, title, strlen (title), &size);
3640
dfff8a69
JR
3641 pMis->itemWidth = size.cx;
3642 if (pMis->itemHeight < size.cy)
3643 pMis->itemHeight = size.cy;
3644 }
3645 else
3646 pMis->itemWidth = 0;
87996783
GV
3647
3648 SelectObject (hdc, old_font);
3649 DeleteObject (menu_font);
3650 ReleaseDC (hwnd, hdc);
3651 return TRUE;
3652 }
3653 }
3654 return 0;
3655
3656 case WM_DRAWITEM:
3657 f = x_window_to_frame (dpyinfo, hwnd);
3658 if (f)
3659 {
3660 DRAWITEMSTRUCT * pDis = (DRAWITEMSTRUCT *) lParam;
3661
3662 if (pDis->CtlType == ODT_MENU)
3663 {
3664 /* Draw popup menu title. */
3665 char * title = (char *) pDis->itemData;
212da13b
JR
3666 if (title)
3667 {
3668 HDC hdc = pDis->hDC;
3669 HFONT menu_font = GetCurrentObject (hdc, OBJ_FONT);
3670 LOGFONT menu_logfont;
3671 HFONT old_font;
3672
3673 GetObject (menu_font, sizeof (menu_logfont), &menu_logfont);
3674 menu_logfont.lfWeight = FW_BOLD;
3675 menu_font = CreateFontIndirect (&menu_logfont);
3676 old_font = SelectObject (hdc, menu_font);
3677
b4005349
JR
3678 /* Always draw title as if not selected. */
3679 if (unicode_append_menu)
3680 ExtTextOutW (hdc,
3681 pDis->rcItem.left
3682 + GetSystemMetrics (SM_CXMENUCHECK),
3683 pDis->rcItem.top,
3684 ETO_OPAQUE, &pDis->rcItem,
3685 (WCHAR *) title,
3686 wcslen ((WCHAR *) title), NULL);
3687 else
3688 ExtTextOut (hdc,
3689 pDis->rcItem.left
3690 + GetSystemMetrics (SM_CXMENUCHECK),
3691 pDis->rcItem.top,
3692 ETO_OPAQUE, &pDis->rcItem,
3693 title, strlen (title), NULL);
212da13b
JR
3694
3695 SelectObject (hdc, old_font);
3696 DeleteObject (menu_font);
3697 }
87996783
GV
3698 return TRUE;
3699 }
3700 }
3701 return 0;
3702
1edf84e7
GV
3703#if 0
3704 /* Still not right - can't distinguish between clicks in the
3705 client area of the frame from clicks forwarded from the scroll
3706 bars - may have to hook WM_NCHITTEST to remember the mouse
3707 position and then check if it is in the client area ourselves. */
3708 case WM_MOUSEACTIVATE:
3709 /* Discard the mouse click that activates a frame, allowing the
3710 user to click anywhere without changing point (or worse!).
3711 Don't eat mouse clicks on scrollbars though!! */
3712 if (LOWORD (lParam) == HTCLIENT )
3713 return MA_ACTIVATEANDEAT;
3714 goto dflt;
3715#endif
3716
9eb16b62
JR
3717 case WM_MOUSELEAVE:
3718 /* No longer tracking mouse. */
3719 track_mouse_window = NULL;
3720
1edf84e7 3721 case WM_ACTIVATEAPP:
ccc2d29c 3722 case WM_ACTIVATE:
1edf84e7
GV
3723 case WM_WINDOWPOSCHANGED:
3724 case WM_SHOWWINDOW:
3725 /* Inform lisp thread that a frame might have just been obscured
3726 or exposed, so should recheck visibility of all frames. */
3727 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
3728 goto dflt;
3729
da36a4d6 3730 case WM_SETFOCUS:
adcc3809
GV
3731 dpyinfo->faked_key = 0;
3732 reset_modifiers ();
ccc2d29c
GV
3733 register_hot_keys (hwnd);
3734 goto command;
8681157a 3735 case WM_KILLFOCUS:
ccc2d29c 3736 unregister_hot_keys (hwnd);
487163ac
AI
3737 button_state = 0;
3738 ReleaseCapture ();
65906840
JR
3739 /* Relinquish the system caret. */
3740 if (w32_system_caret_hwnd)
3741 {
93f2ca61 3742 w32_visible_system_caret_hwnd = NULL;
d285988b
JR
3743 w32_system_caret_hwnd = NULL;
3744 DestroyCaret ();
65906840 3745 }
48094ace
JR
3746 goto command;
3747 case WM_COMMAND:
58e55497 3748 menubar_in_use = 0;
48094ace
JR
3749 f = x_window_to_frame (dpyinfo, hwnd);
3750 if (f && HIWORD (wParam) == 0)
3751 {
48094ace
JR
3752 if (menu_free_timer)
3753 {
3754 KillTimer (hwnd, menu_free_timer);
7d0393cf 3755 menu_free_timer = 0;
48094ace
JR
3756 }
3757 }
ee78dc32
GV
3758 case WM_MOVE:
3759 case WM_SIZE:
ccc2d29c 3760 command:
fbd6baed 3761 wmsg.dwModifiers = w32_get_modifiers ();
ee78dc32
GV
3762 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
3763 goto dflt;
8847d890 3764
d5781bb6
JR
3765 case WM_DESTROY:
3766 CoUninitialize ();
3767 return 0;
3768
8847d890 3769 case WM_CLOSE:
fbd6baed 3770 wmsg.dwModifiers = w32_get_modifiers ();
8847d890
RS
3771 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
3772 return 0;
3773
ee78dc32 3774 case WM_WINDOWPOSCHANGING:
bfd6edcc
JR
3775 /* Don't restrict the sizing of tip frames. */
3776 if (hwnd == tip_window)
3777 return 0;
1f635a07
EC
3778
3779 /* Don't restrict the sizing of fullscreened frames, allowing them to be
3780 flush with the sides of the screen. */
3781 f = x_window_to_frame (dpyinfo, hwnd);
3782 if (f && FRAME_PREV_FSMODE (f) != FULLSCREEN_NONE)
3783 return 0;
3784
ee78dc32
GV
3785 {
3786 WINDOWPLACEMENT wp;
3787 LPWINDOWPOS lppos = (WINDOWPOS *) lParam;
1edf84e7
GV
3788
3789 wp.length = sizeof (WINDOWPLACEMENT);
ee78dc32 3790 GetWindowPlacement (hwnd, &wp);
7d0393cf 3791
1edf84e7 3792 if (wp.showCmd != SW_SHOWMINIMIZED && (lppos->flags & SWP_NOSIZE) == 0)
ee78dc32
GV
3793 {
3794 RECT rect;
3795 int wdiff;
3796 int hdiff;
1edf84e7
GV
3797 DWORD font_width;
3798 DWORD line_height;
3799 DWORD internal_border;
3800 DWORD scrollbar_extra;
ee78dc32 3801 RECT wr;
7d0393cf 3802
74084731 3803 wp.length = sizeof (wp);
ee78dc32 3804 GetWindowRect (hwnd, &wr);
7d0393cf 3805
3c190163 3806 enter_crit ();
7d0393cf 3807
1edf84e7
GV
3808 font_width = GetWindowLong (hwnd, WND_FONTWIDTH_INDEX);
3809 line_height = GetWindowLong (hwnd, WND_LINEHEIGHT_INDEX);
3810 internal_border = GetWindowLong (hwnd, WND_BORDER_INDEX);
3811 scrollbar_extra = GetWindowLong (hwnd, WND_SCROLLBAR_INDEX);
7d0393cf 3812
3c190163 3813 leave_crit ();
7d0393cf 3814
ee78dc32 3815 memset (&rect, 0, sizeof (rect));
7d0393cf 3816 AdjustWindowRect (&rect, GetWindowLong (hwnd, GWL_STYLE),
ee78dc32
GV
3817 GetMenu (hwnd) != NULL);
3818
1edf84e7
GV
3819 /* Force width and height of client area to be exact
3820 multiples of the character cell dimensions. */
3821 wdiff = (lppos->cx - (rect.right - rect.left)
3822 - 2 * internal_border - scrollbar_extra)
3823 % font_width;
3824 hdiff = (lppos->cy - (rect.bottom - rect.top)
3825 - 2 * internal_border)
3826 % line_height;
7d0393cf 3827
ee78dc32
GV
3828 if (wdiff || hdiff)
3829 {
7d0393cf
JB
3830 /* For right/bottom sizing we can just fix the sizes.
3831 However for top/left sizing we will need to fix the X
ee78dc32 3832 and Y positions as well. */
7d0393cf 3833
8a4c4c7f
JB
3834 int cx_mintrack = GetSystemMetrics (SM_CXMINTRACK);
3835 int cy_mintrack = GetSystemMetrics (SM_CYMINTRACK);
3836
3837 lppos->cx = max (lppos->cx - wdiff, cx_mintrack);
3838 lppos->cy = max (lppos->cy - hdiff, cy_mintrack);
7d0393cf
JB
3839
3840 if (wp.showCmd != SW_SHOWMAXIMIZED
1edf84e7 3841 && (lppos->flags & SWP_NOMOVE) == 0)
ee78dc32
GV
3842 {
3843 if (lppos->x != wr.left || lppos->y != wr.top)
3844 {
3845 lppos->x += wdiff;
3846 lppos->y += hdiff;
3847 }
3848 else
3849 {
3850 lppos->flags |= SWP_NOMOVE;
3851 }
3852 }
7d0393cf 3853
1edf84e7 3854 return 0;
ee78dc32
GV
3855 }
3856 }
3857 }
7d0393cf 3858
ee78dc32 3859 goto dflt;
1edf84e7 3860
b1f918f8 3861 case WM_GETMINMAXINFO:
bf853fee
AI
3862 /* Hack to allow resizing the Emacs frame above the screen size.
3863 Note that Windows 9x limits coordinates to 16-bits. */
3864 ((LPMINMAXINFO) lParam)->ptMaxTrackSize.x = 32767;
3865 ((LPMINMAXINFO) lParam)->ptMaxTrackSize.y = 32767;
b1f918f8
GV
3866 return 0;
3867
c9b2104d
JR
3868 case WM_SETCURSOR:
3869 if (LOWORD (lParam) == HTCLIENT)
d148e14d
JR
3870 {
3871 f = x_window_to_frame (dpyinfo, hwnd);
5df75e47
JR
3872 if (f && f->output_data.w32->hourglass_p
3873 && !menubar_in_use && !current_popup_menu)
d148e14d 3874 SetCursor (f->output_data.w32->hourglass_cursor);
5df75e47 3875 else if (f)
d148e14d
JR
3876 SetCursor (f->output_data.w32->current_cursor);
3877 return 0;
3878 }
c9b2104d 3879 goto dflt;
c922a224 3880
c9b2104d
JR
3881 case WM_EMACS_SETCURSOR:
3882 {
3883 Cursor cursor = (Cursor) wParam;
d148e14d
JR
3884 f = x_window_to_frame (dpyinfo, hwnd);
3885 if (f && cursor)
3886 {
3887 f->output_data.w32->current_cursor = cursor;
3888 if (!f->output_data.w32->hourglass_p)
3889 SetCursor (cursor);
3890 }
c9b2104d
JR
3891 return 0;
3892 }
c922a224 3893
1edf84e7
GV
3894 case WM_EMACS_CREATESCROLLBAR:
3895 return (LRESULT) w32_createscrollbar ((struct frame *) wParam,
3896 (struct scroll_bar *) lParam);
3897
5ac45f98 3898 case WM_EMACS_SHOWWINDOW:
1edf84e7
GV
3899 return ShowWindow ((HWND) wParam, (WPARAM) lParam);
3900
85d0efd1 3901 case WM_EMACS_BRINGTOTOP:
dfdb4047 3902 case WM_EMACS_SETFOREGROUND:
ce6059da
AI
3903 {
3904 HWND foreground_window;
3905 DWORD foreground_thread, retval;
3906
3907 /* On NT 5.0, and apparently Windows 98, it is necessary to
3908 attach to the thread that currently has focus in order to
3909 pull the focus away from it. */
3910 foreground_window = GetForegroundWindow ();
3911 foreground_thread = GetWindowThreadProcessId (foreground_window, NULL);
3912 if (!foreground_window
3913 || foreground_thread == GetCurrentThreadId ()
3914 || !AttachThreadInput (GetCurrentThreadId (),
3915 foreground_thread, TRUE))
3916 foreground_thread = 0;
3917
3918 retval = SetForegroundWindow ((HWND) wParam);
85d0efd1
EZ
3919 if (msg == WM_EMACS_BRINGTOTOP)
3920 retval = BringWindowToTop ((HWND) wParam);
ce6059da
AI
3921
3922 /* Detach from the previous foreground thread. */
3923 if (foreground_thread)
3924 AttachThreadInput (GetCurrentThreadId (),
3925 foreground_thread, FALSE);
3926
3927 return retval;
3928 }
dfdb4047 3929
5ac45f98
GV
3930 case WM_EMACS_SETWINDOWPOS:
3931 {
1edf84e7
GV
3932 WINDOWPOS * pos = (WINDOWPOS *) wParam;
3933 return SetWindowPos (hwnd, pos->hwndInsertAfter,
5ac45f98
GV
3934 pos->x, pos->y, pos->cx, pos->cy, pos->flags);
3935 }
1edf84e7 3936
ee78dc32 3937 case WM_EMACS_DESTROYWINDOW:
cb9e33d4 3938 DragAcceptFiles ((HWND) wParam, FALSE);
1edf84e7
GV
3939 return DestroyWindow ((HWND) wParam);
3940
93f2ca61
JR
3941 case WM_EMACS_HIDE_CARET:
3942 return HideCaret (hwnd);
3943
3944 case WM_EMACS_SHOW_CARET:
3945 return ShowCaret (hwnd);
3946
65906840
JR
3947 case WM_EMACS_DESTROY_CARET:
3948 w32_system_caret_hwnd = NULL;
93f2ca61 3949 w32_visible_system_caret_hwnd = NULL;
65906840
JR
3950 return DestroyCaret ();
3951
3952 case WM_EMACS_TRACK_CARET:
3953 /* If there is currently no system caret, create one. */
3954 if (w32_system_caret_hwnd == NULL)
3955 {
93f2ca61 3956 /* Use the default caret width, and avoid changing it
ee7683eb 3957 unnecessarily, as it confuses screen reader software. */
65906840 3958 w32_system_caret_hwnd = hwnd;
93f2ca61 3959 CreateCaret (hwnd, NULL, 0,
65906840
JR
3960 w32_system_caret_height);
3961 }
7d0393cf 3962
93f2ca61
JR
3963 if (!SetCaretPos (w32_system_caret_x, w32_system_caret_y))
3964 return 0;
3965 /* Ensure visible caret gets turned on when requested. */
3966 else if (w32_use_visible_system_caret
3967 && w32_visible_system_caret_hwnd != hwnd)
3968 {
3969 w32_visible_system_caret_hwnd = hwnd;
3970 return ShowCaret (hwnd);
3971 }
3972 /* Ensure visible caret gets turned off when requested. */
3973 else if (!w32_use_visible_system_caret
3974 && w32_visible_system_caret_hwnd)
3975 {
3976 w32_visible_system_caret_hwnd = NULL;
3977 return HideCaret (hwnd);
3978 }
3979 else
3980 return 1;
65906840 3981
1edf84e7
GV
3982 case WM_EMACS_TRACKPOPUPMENU:
3983 {
3984 UINT flags;
3985 POINT *pos;
3986 int retval;
3987 pos = (POINT *)lParam;
3988 flags = TPM_CENTERALIGN;
3989 if (button_state & LMOUSE)
3990 flags |= TPM_LEFTBUTTON;
3991 else if (button_state & RMOUSE)
3992 flags |= TPM_RIGHTBUTTON;
7d0393cf 3993
87996783 3994 /* Remember we did a SetCapture on the initial mouse down event,
c80e3b4a 3995 so for safety, we make sure the capture is canceled now. */
87996783 3996 ReleaseCapture ();
490822ff 3997 button_state = 0;
87996783 3998
1edf84e7
GV
3999 /* Use menubar_active to indicate that WM_INITMENU is from
4000 TrackPopupMenu below, and should be ignored. */
4001 f = x_window_to_frame (dpyinfo, hwnd);
4002 if (f)
4003 f->output_data.w32->menubar_active = 1;
7d0393cf
JB
4004
4005 if (TrackPopupMenu ((HMENU)wParam, flags, pos->x, pos->y,
1edf84e7
GV
4006 0, hwnd, NULL))
4007 {
4008 MSG amsg;
4009 /* Eat any mouse messages during popupmenu */
4010 while (PeekMessage (&amsg, hwnd, WM_MOUSEFIRST, WM_MOUSELAST,
4011 PM_REMOVE));
4012 /* Get the menu selection, if any */
4013 if (PeekMessage (&amsg, hwnd, WM_COMMAND, WM_COMMAND, PM_REMOVE))
4014 {
4015 retval = LOWORD (amsg.wParam);
4016 }
4017 else
4018 {
4019 retval = 0;
4020 }
1edf84e7
GV
4021 }
4022 else
4023 {
4024 retval = -1;
4025 }
4026
4027 return retval;
4028 }
ae756559 4029 case WM_EMACS_FILENOTIFY:
ae756559
EZ
4030 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
4031 return 1;
1edf84e7 4032
ee78dc32 4033 default:
93fbe8b7
GV
4034 /* Check for messages registered at runtime. */
4035 if (msg == msh_mousewheel)
4036 {
4037 wmsg.dwModifiers = w32_get_modifiers ();
4038 my_post_msg (&wmsg, hwnd, msg, wParam, lParam);
f0c947b5 4039 signal_user_input ();
93fbe8b7
GV
4040 return 0;
4041 }
7d0393cf 4042
ee78dc32 4043 dflt:
9b855fd6 4044 return (w32_unicode_gui ? DefWindowProcW : DefWindowProcA) (hwnd, msg, wParam, lParam);
ee78dc32 4045 }
7d0393cf 4046
1edf84e7
GV
4047 /* The most common default return code for handled messages is 0. */
4048 return 0;
ee78dc32
GV
4049}
4050
0962822d 4051static void
b56ceb92 4052my_create_window (struct frame * f)
ee78dc32
GV
4053{
4054 MSG msg;
4055
1edf84e7 4056 if (!PostThreadMessage (dwWindowsThreadId, WM_EMACS_CREATEWINDOW, (WPARAM)f, 0))
1088b922 4057 emacs_abort ();
ee78dc32
GV
4058 GetMessage (&msg, NULL, WM_EMACS_DONE, WM_EMACS_DONE);
4059}
4060
ca56d953
JR
4061
4062/* Create a tooltip window. Unlike my_create_window, we do not do this
4063 indirectly via the Window thread, as we do not need to process Window
4064 messages for the tooltip. Creating tooltips indirectly also creates
4065 deadlocks when tooltips are created for menu items. */
0962822d 4066static void
b56ceb92 4067my_create_tip_window (struct frame *f)
ca56d953 4068{
bfd6edcc 4069 RECT rect;
ca56d953 4070
bfd6edcc 4071 rect.left = rect.top = 0;
be786000
KS
4072 rect.right = FRAME_PIXEL_WIDTH (f);
4073 rect.bottom = FRAME_PIXEL_HEIGHT (f);
bfd6edcc
JR
4074
4075 AdjustWindowRect (&rect, f->output_data.w32->dwStyle,
4076 FRAME_EXTERNAL_MENU_BAR (f));
4077
4078 tip_window = FRAME_W32_WINDOW (f)
ca56d953
JR
4079 = CreateWindow (EMACS_CLASS,
4080 f->namebuf,
4081 f->output_data.w32->dwStyle,
be786000
KS
4082 f->left_pos,
4083 f->top_pos,
bfd6edcc
JR
4084 rect.right - rect.left,
4085 rect.bottom - rect.top,
ca56d953
JR
4086 FRAME_W32_WINDOW (SELECTED_FRAME ()), /* owner */
4087 NULL,
4088 hinst,
4089 NULL);
4090
bfd6edcc 4091 if (tip_window)
ca56d953 4092 {
be786000
KS
4093 SetWindowLong (tip_window, WND_FONTWIDTH_INDEX, FRAME_COLUMN_WIDTH (f));
4094 SetWindowLong (tip_window, WND_LINEHEIGHT_INDEX, FRAME_LINE_HEIGHT (f));
4095 SetWindowLong (tip_window, WND_BORDER_INDEX, FRAME_INTERNAL_BORDER_WIDTH (f));
bfd6edcc
JR
4096 SetWindowLong (tip_window, WND_BACKGROUND_INDEX, FRAME_BACKGROUND_PIXEL (f));
4097
4098 /* Tip frames have no scrollbars. */
4099 SetWindowLong (tip_window, WND_SCROLLBAR_INDEX, 0);
ca56d953
JR
4100
4101 /* Do this to discard the default setting specified by our parent. */
bfd6edcc 4102 ShowWindow (tip_window, SW_HIDE);
ca56d953
JR
4103 }
4104}
4105
4106
fbd6baed 4107/* Create and set up the w32 window for frame F. */
ee78dc32
GV
4108
4109static void
b56ceb92 4110w32_window (struct frame *f, long window_prompting, int minibuffer_only)
ee78dc32 4111{
4d7e6e51 4112 block_input ();
ee78dc32
GV
4113
4114 /* Use the resource name as the top-level window name
4115 for looking up resources. Make a non-Lisp copy
4116 for the window manager, so GC relocation won't bother it.
4117
4118 Elsewhere we specify the window name for the window manager. */
309f24d1 4119 f->namebuf = xstrdup (SSDATA (Vx_resource_name));
ee78dc32
GV
4120
4121 my_create_window (f);
4122
4123 validate_x_resource_name ();
4124
4125 /* x_set_name normally ignores requests to set the name if the
4126 requested name is the same as the current name. This is the one
4127 place where that assumption isn't correct; f->name is set, but
4128 the server hasn't been told. */
4129 {
4130 Lisp_Object name;
4131 int explicit = f->explicit_name;
4132
4133 f->explicit_name = 0;
e69b0960 4134 name = f->name;
f00af5b1 4135 fset_name (f, Qnil);
ee78dc32
GV
4136 x_set_name (f, name, explicit);
4137 }
4138
4d7e6e51 4139 unblock_input ();
ee78dc32
GV
4140
4141 if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f))
4142 initialize_frame_menubar (f);
4143
fbd6baed 4144 if (FRAME_W32_WINDOW (f) == 0)
ee78dc32
GV
4145 error ("Unable to create window");
4146}
4147
4148/* Handle the icon stuff for this window. Perhaps later we might
4149 want an x_set_icon_position which can be called interactively as
4150 well. */
4151
4152static void
b56ceb92 4153x_icon (struct frame *f, Lisp_Object parms)
ee78dc32
GV
4154{
4155 Lisp_Object icon_x, icon_y;
3faa984f 4156 struct w32_display_info *dpyinfo = &one_w32_display_info;
ee78dc32 4157
e9e23e23 4158 /* Set the position of the icon. Note that Windows 95 groups all
ee78dc32 4159 icons in the tray. */
3faa984f
JR
4160 icon_x = x_get_arg (dpyinfo, parms, Qicon_left, 0, 0, RES_TYPE_NUMBER);
4161 icon_y = x_get_arg (dpyinfo, parms, Qicon_top, 0, 0, RES_TYPE_NUMBER);
ee78dc32
GV
4162 if (!EQ (icon_x, Qunbound) && !EQ (icon_y, Qunbound))
4163 {
b7826503
PJ
4164 CHECK_NUMBER (icon_x);
4165 CHECK_NUMBER (icon_y);
ee78dc32
GV
4166 }
4167 else if (!EQ (icon_x, Qunbound) || !EQ (icon_y, Qunbound))
4168 error ("Both left and top icon corners of icon must be specified");
4169
4d7e6e51 4170 block_input ();
ee78dc32 4171
1edf84e7
GV
4172#if 0 /* TODO */
4173 /* Start up iconic or window? */
4174 x_wm_set_window_state
3faa984f 4175 (f, (EQ (x_get_arg (dpyinfo, parms, Qvisibility, 0, 0, RES_TYPE_SYMBOL), Qicon)
1edf84e7
GV
4176 ? IconicState
4177 : NormalState));
4178
e69b0960
DA
4179 x_text_icon (f, SSDATA ((!NILP (f->icon_name)
4180 ? f->icon_name
4181 : f->name)));
1edf84e7
GV
4182#endif
4183
4d7e6e51 4184 unblock_input ();
ee78dc32
GV
4185}
4186
6fc2811b
JR
4187
4188static void
b56ceb92 4189x_make_gc (struct frame *f)
6fc2811b
JR
4190{
4191 XGCValues gc_values;
4192
4d7e6e51 4193 block_input ();
6fc2811b
JR
4194
4195 /* Create the GC's of this frame.
4196 Note that many default values are used. */
4197
4198 /* Normal video */
be786000 4199 gc_values.font = FRAME_FONT (f);
6fc2811b
JR
4200
4201 /* Cursor has cursor-color background, background-color foreground. */
4202 gc_values.foreground = FRAME_BACKGROUND_PIXEL (f);
4203 gc_values.background = f->output_data.w32->cursor_pixel;
4204 f->output_data.w32->cursor_gc
4205 = XCreateGC (NULL, FRAME_W32_WINDOW (f),
4206 (GCFont | GCForeground | GCBackground),
4207 &gc_values);
4208
4209 /* Reliefs. */
4210 f->output_data.w32->white_relief.gc = 0;
4211 f->output_data.w32->black_relief.gc = 0;
4212
4d7e6e51 4213 unblock_input ();
6fc2811b
JR
4214}
4215
4216
937e601e 4217/* Handler for signals raised during x_create_frame and
a06776b2 4218 x_create_tip_frame. FRAME is the frame which is partially
937e601e
AI
4219 constructed. */
4220
4221static Lisp_Object
b56ceb92 4222unwind_create_frame (Lisp_Object frame)
937e601e
AI
4223{
4224 struct frame *f = XFRAME (frame);
4225
4226 /* If frame is ``official'', nothing to do. */
97f18cc8 4227 if (NILP (Fmemq (frame, Vframe_list)))
937e601e 4228 {
e509cfa6 4229#ifdef GLYPH_DEBUG
aad3612f 4230 struct w32_display_info *dpyinfo = FRAME_DISPLAY_INFO (f);
937e601e 4231#endif
7d0393cf 4232
937e601e 4233 x_free_frame_resources (f);
84c3edb9 4234 free_glyphs (f);
937e601e 4235
e509cfa6 4236#ifdef GLYPH_DEBUG
937e601e 4237 /* Check that reference counts are indeed correct. */
a54e2c05
DA
4238 eassert (dpyinfo->reference_count == dpyinfo_refcount);
4239 eassert (dpyinfo->terminal->image_cache->refcount == image_cache_refcount);
a9b555d3 4240#endif
c844a81a 4241 return Qt;
937e601e 4242 }
7d0393cf 4243
937e601e
AI
4244 return Qnil;
4245}
4246
27e498e6
PE
4247static void
4248do_unwind_create_frame (Lisp_Object frame)
4249{
4250 unwind_create_frame (frame);
4251}
4252
a1fe5c00 4253static void
b56ceb92 4254x_default_font_parameter (struct frame *f, Lisp_Object parms)
a1fe5c00 4255{
aad3612f 4256 struct w32_display_info *dpyinfo = FRAME_DISPLAY_INFO (f);
770e2e6e
SM
4257 Lisp_Object font_param = x_get_arg (dpyinfo, parms, Qfont, NULL, NULL,
4258 RES_TYPE_STRING);
4259 Lisp_Object font;
4260 if (EQ (font_param, Qunbound))
4261 font_param = Qnil;
4262 font = !NILP (font_param) ? font_param
4263 : x_get_arg (dpyinfo, parms, Qfont, "font", "Font", RES_TYPE_STRING);
a1fe5c00
JR
4264
4265 if (!STRINGP (font))
4266 {
4267 int i;
4268 static char *names[]
82523155 4269 = { "Courier New-10",
a1fe5c00
JR
4270 "-*-Courier-normal-r-*-*-13-*-*-*-c-*-iso8859-1",
4271 "-*-Fixedsys-normal-r-*-*-12-*-*-*-c-*-iso8859-1",
4272 "Fixedsys",
4273 NULL };
4274
4275 for (i = 0; names[i]; i++)
4276 {
d7ea76b4 4277 font = font_open_by_name (f, build_unibyte_string (names[i]));
a1fe5c00
JR
4278 if (! NILP (font))
4279 break;
4280 }
4281 if (NILP (font))
4282 error ("No suitable font was found");
4283 }
770e2e6e 4284 else if (!NILP (font_param))
27129af9
SM
4285 {
4286 /* Remember the explicit font parameter, so we can re-apply it after
4287 we've applied the `default' face settings. */
770e2e6e
SM
4288 x_set_frame_parameters (f, Fcons (Fcons (Qfont_param, font_param), Qnil));
4289 }
a1fe5c00
JR
4290 x_default_parameter (f, parms, Qfont, font, "font", "Font", RES_TYPE_STRING);
4291}
937e601e 4292
ee78dc32
GV
4293DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
4294 1, 1, 0,
74e1aeec 4295 doc: /* Make a new window, which is called a \"frame\" in Emacs terms.
36458ebd 4296Return an Emacs frame object.
52deb19f 4297PARAMETERS is an alist of frame parameters.
74e1aeec
JR
4298If the parameters specify that the frame should not have a minibuffer,
4299and do not specify a specific minibuffer window to use,
4300then `default-minibuffer-frame' must be a frame whose minibuffer can
4301be shared by the new frame.
4302
4303This function is an internal primitive--use `make-frame' instead. */)
5842a27b 4304 (Lisp_Object parameters)
ee78dc32
GV
4305{
4306 struct frame *f;
4307 Lisp_Object frame, tem;
4308 Lisp_Object name;
4309 int minibuffer_only = 0;
4310 long window_prompting = 0;
4311 int width, height;
d311d28c 4312 ptrdiff_t count = SPECPDL_INDEX ();
1edf84e7 4313 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
ee78dc32 4314 Lisp_Object display;
6fc2811b 4315 struct w32_display_info *dpyinfo = NULL;
ee78dc32
GV
4316 Lisp_Object parent;
4317 struct kboard *kb;
4318
1da8a031
MR
4319 /* Make copy of frame parameters because the original is in pure
4320 storage now. */
4321 parameters = Fcopy_alist (parameters);
4322
ee78dc32
GV
4323 /* Use this general default value to start with
4324 until we know if this frame has a specified name. */
4325 Vx_resource_name = Vinvocation_name;
4326
3faa984f
JR
4327 display = x_get_arg (dpyinfo, parameters, Qterminal, 0, 0, RES_TYPE_NUMBER);
4328 if (EQ (display, Qunbound))
4329 display = x_get_arg (dpyinfo, parameters, Qdisplay, 0, 0, RES_TYPE_STRING);
ee78dc32
GV
4330 if (EQ (display, Qunbound))
4331 display = Qnil;
4332 dpyinfo = check_x_display_info (display);
80ca7302 4333 kb = dpyinfo->terminal->kboard;
ee78dc32 4334
3faa984f
JR
4335 if (!dpyinfo->terminal->name)
4336 error ("Terminal is not live, can't create new frames on it");
4337
4338 name = x_get_arg (dpyinfo, parameters, Qname, "name", "Name", RES_TYPE_STRING);
ee78dc32
GV
4339 if (!STRINGP (name)
4340 && ! EQ (name, Qunbound)
4341 && ! NILP (name))
4342 error ("Invalid frame name--not a string or nil");
4343
4344 if (STRINGP (name))
4345 Vx_resource_name = name;
4346
4347 /* See if parent window is specified. */
3faa984f 4348 parent = x_get_arg (dpyinfo, parameters, Qparent_id, NULL, NULL, RES_TYPE_NUMBER);
ee78dc32
GV
4349 if (EQ (parent, Qunbound))
4350 parent = Qnil;
4351 if (! NILP (parent))
b7826503 4352 CHECK_NUMBER (parent);
ee78dc32 4353
1edf84e7
GV
4354 /* make_frame_without_minibuffer can run Lisp code and garbage collect. */
4355 /* No need to protect DISPLAY because that's not used after passing
4356 it to make_frame_without_minibuffer. */
4357 frame = Qnil;
52deb19f 4358 GCPRO4 (parameters, parent, name, frame);
3faa984f 4359 tem = x_get_arg (dpyinfo, parameters, Qminibuffer, "minibuffer", "Minibuffer",
1660f34a 4360 RES_TYPE_SYMBOL);
ee78dc32
GV
4361 if (EQ (tem, Qnone) || NILP (tem))
4362 f = make_frame_without_minibuffer (Qnil, kb, display);
4363 else if (EQ (tem, Qonly))
4364 {
4365 f = make_minibuffer_frame ();
4366 minibuffer_only = 1;
4367 }
4368 else if (WINDOWP (tem))
4369 f = make_frame_without_minibuffer (tem, kb, display);
4370 else
4371 f = make_frame (1);
4372
1edf84e7
GV
4373 XSETFRAME (frame, f);
4374
5ac45f98 4375 /* By default, make scrollbars the system standard width. */
be786000 4376 FRAME_CONFIG_SCROLL_BAR_WIDTH (f) = GetSystemMetrics (SM_CXVSCROLL);
ee78dc32 4377
2dc8b986 4378 f->terminal = dpyinfo->terminal;
2dc8b986 4379
fbd6baed 4380 f->output_method = output_w32;
23f86fce 4381 f->output_data.w32 = xzalloc (sizeof (struct w32_output));
4587b026
GV
4382 FRAME_FONTSET (f) = -1;
4383
f00af5b1
PE
4384 fset_icon_name
4385 (f, x_get_arg (dpyinfo, parameters, Qicon_name, "iconName", "Title",
edd74c35 4386 RES_TYPE_STRING));
e69b0960 4387 if (! STRINGP (f->icon_name))
f00af5b1 4388 fset_icon_name (f, Qnil);
1edf84e7 4389
aad3612f 4390/* FRAME_DISPLAY_INFO (f) = dpyinfo; */
3faa984f 4391
aad3612f 4392 /* With FRAME_DISPLAY_INFO set up, this unwind-protect is safe. */
27e498e6 4393 record_unwind_protect (do_unwind_create_frame, frame);
e509cfa6 4394#ifdef GLYPH_DEBUG
a06776b2
EZ
4395 image_cache_refcount =
4396 FRAME_IMAGE_CACHE (f) ? FRAME_IMAGE_CACHE (f)->refcount : 0;
3faa984f
JR
4397 dpyinfo_refcount = dpyinfo->reference_count;
4398#endif /* GLYPH_DEBUG */
ee78dc32
GV
4399
4400 /* Specify the parent under which to make this window. */
4401
4402 if (!NILP (parent))
4403 {
1660f34a 4404 f->output_data.w32->parent_desc = (Window) XFASTINT (parent);
fbd6baed 4405 f->output_data.w32->explicit_parent = 1;
ee78dc32
GV
4406 }
4407 else
4408 {
aad3612f 4409 f->output_data.w32->parent_desc = FRAME_DISPLAY_INFO (f)->root_window;
fbd6baed 4410 f->output_data.w32->explicit_parent = 0;
ee78dc32
GV
4411 }
4412
ee78dc32
GV
4413 /* Set the name; the functions to which we pass f expect the name to
4414 be set. */
4415 if (EQ (name, Qunbound) || NILP (name))
4416 {
f00af5b1 4417 fset_name (f, build_string (dpyinfo->w32_id_name));
ee78dc32
GV
4418 f->explicit_name = 0;
4419 }
4420 else
4421 {
f00af5b1 4422 fset_name (f, name);
ee78dc32
GV
4423 f->explicit_name = 1;
4424 /* use the frame's title when getting resources for this frame. */
4425 specbind (Qx_resource_name, name);
4426 }
4427
1cc06b86
KH
4428 if (uniscribe_available)
4429 register_font_driver (&uniscribe_font_driver, f);
4430 register_font_driver (&w32font_driver, f);
a1fe5c00 4431
1cc06b86
KH
4432 x_default_parameter (f, parameters, Qfont_backend, Qnil,
4433 "fontBackend", "FontBackend", RES_TYPE_STRING);
ee78dc32
GV
4434 /* Extract the window parameters from the supplied values
4435 that are needed to determine window geometry. */
1cc06b86 4436 x_default_font_parameter (f, parameters);
52deb19f 4437 x_default_parameter (f, parameters, Qborder_width, make_number (2),
1660f34a 4438 "borderWidth", "BorderWidth", RES_TYPE_NUMBER);
3faa984f 4439
601a9cf1 4440 /* We recognize either internalBorderWidth or internalBorder
3faa984f 4441 (which is what xterm calls it). */
52deb19f 4442 if (NILP (Fassq (Qinternal_border_width, parameters)))
ee78dc32
GV
4443 {
4444 Lisp_Object value;
4445
3faa984f 4446 value = x_get_arg (dpyinfo, parameters, Qinternal_border_width,
52deb19f 4447 "internalBorder", "InternalBorder", RES_TYPE_NUMBER);
ee78dc32 4448 if (! EQ (value, Qunbound))
52deb19f
JB
4449 parameters = Fcons (Fcons (Qinternal_border_width, value),
4450 parameters);
ee78dc32 4451 }
1edf84e7 4452 /* Default internalBorderWidth to 0 on Windows to match other programs. */
52deb19f 4453 x_default_parameter (f, parameters, Qinternal_border_width, make_number (0),
1660f34a 4454 "internalBorderWidth", "InternalBorder", RES_TYPE_NUMBER);
52deb19f 4455 x_default_parameter (f, parameters, Qvertical_scroll_bars, Qright,
1660f34a 4456 "verticalScrollBars", "ScrollBars", RES_TYPE_SYMBOL);
ee78dc32
GV
4457
4458 /* Also do the stuff which must be set before the window exists. */
52deb19f 4459 x_default_parameter (f, parameters, Qforeground_color, build_string ("black"),
6fc2811b 4460 "foreground", "Foreground", RES_TYPE_STRING);
52deb19f 4461 x_default_parameter (f, parameters, Qbackground_color, build_string ("white"),
6fc2811b 4462 "background", "Background", RES_TYPE_STRING);
52deb19f 4463 x_default_parameter (f, parameters, Qmouse_color, build_string ("black"),
6fc2811b 4464 "pointerColor", "Foreground", RES_TYPE_STRING);
52deb19f 4465 x_default_parameter (f, parameters, Qborder_color, build_string ("black"),
6fc2811b 4466 "borderColor", "BorderColor", RES_TYPE_STRING);
52deb19f 4467 x_default_parameter (f, parameters, Qscreen_gamma, Qnil,
6fc2811b 4468 "screenGamma", "ScreenGamma", RES_TYPE_FLOAT);
52deb19f 4469 x_default_parameter (f, parameters, Qline_spacing, Qnil,
dfff8a69 4470 "lineSpacing", "LineSpacing", RES_TYPE_NUMBER);
52deb19f 4471 x_default_parameter (f, parameters, Qleft_fringe, Qnil,
41c1bdd9 4472 "leftFringe", "LeftFringe", RES_TYPE_NUMBER);
52deb19f 4473 x_default_parameter (f, parameters, Qright_fringe, Qnil,
41c1bdd9 4474 "rightFringe", "RightFringe", RES_TYPE_NUMBER);
6fc2811b 4475
6fc2811b
JR
4476 /* Init faces before x_default_parameter is called for scroll-bar
4477 parameters because that function calls x_set_scroll_bar_width,
4478 which calls change_frame_size, which calls Fset_window_buffer,
4479 which runs hooks, which call Fvertical_motion. At the end, we
4480 end up in init_iterator with a null face cache, which should not
4481 happen. */
4482 init_frame_faces (f);
7d0393cf 4483
6431f2e6
CY
4484 /* The X resources controlling the menu-bar and tool-bar are
4485 processed specially at startup, and reflected in the mode
4486 variables; ignore them here. */
4487 x_default_parameter (f, parameters, Qmenu_bar_lines,
4488 NILP (Vmenu_bar_mode)
4489 ? make_number (0) : make_number (1),
4490 NULL, NULL, RES_TYPE_NUMBER);
4491 x_default_parameter (f, parameters, Qtool_bar_lines,
4492 NILP (Vtool_bar_mode)
4493 ? make_number (0) : make_number (1),
4494 NULL, NULL, RES_TYPE_NUMBER);
919f1e88 4495
52deb19f 4496 x_default_parameter (f, parameters, Qbuffer_predicate, Qnil,
6fc2811b 4497 "bufferPredicate", "BufferPredicate", RES_TYPE_SYMBOL);
52deb19f 4498 x_default_parameter (f, parameters, Qtitle, Qnil,
6fc2811b 4499 "title", "Title", RES_TYPE_STRING);
52deb19f 4500 x_default_parameter (f, parameters, Qfullscreen, Qnil,
f7b9d4d1 4501 "fullscreen", "Fullscreen", RES_TYPE_SYMBOL);
ee78dc32 4502
fbd6baed 4503 f->output_data.w32->dwStyle = WS_OVERLAPPEDWINDOW;
aad3612f 4504 f->output_data.w32->parent_desc = FRAME_DISPLAY_INFO (f)->root_window;
3cf3436e 4505
c9b2104d
JR
4506 f->output_data.w32->text_cursor = w32_load_cursor (IDC_IBEAM);
4507 f->output_data.w32->nontext_cursor = w32_load_cursor (IDC_ARROW);
4508 f->output_data.w32->modeline_cursor = w32_load_cursor (IDC_ARROW);
7d63e5e3 4509 f->output_data.w32->hand_cursor = w32_load_cursor (IDC_HAND);
c9b2104d
JR
4510 f->output_data.w32->hourglass_cursor = w32_load_cursor (IDC_WAIT);
4511 f->output_data.w32->horizontal_drag_cursor = w32_load_cursor (IDC_SIZEWE);
c9b2104d 4512
d148e14d
JR
4513 f->output_data.w32->current_cursor = f->output_data.w32->nontext_cursor;
4514
52deb19f 4515 window_prompting = x_figure_window_size (f, parameters, 1);
ee78dc32 4516
3faa984f 4517 tem = x_get_arg (dpyinfo, parameters, Qunsplittable, 0, 0, RES_TYPE_BOOLEAN);
6fc2811b
JR
4518 f->no_split = minibuffer_only || EQ (tem, Qt);
4519
fbd6baed 4520 w32_window (f, window_prompting, minibuffer_only);
52deb19f 4521 x_icon (f, parameters);
6fc2811b
JR
4522
4523 x_make_gc (f);
4524
4525 /* Now consider the frame official. */
a06776b2 4526 f->terminal->reference_count++;
aad3612f 4527 FRAME_DISPLAY_INFO (f)->reference_count++;
6fc2811b 4528 Vframe_list = Fcons (frame, Vframe_list);
ee78dc32
GV
4529
4530 /* We need to do this after creating the window, so that the
4531 icon-creation functions can say whose icon they're describing. */
52deb19f 4532 x_default_parameter (f, parameters, Qicon_type, Qnil,
6fc2811b 4533 "bitmapIcon", "BitmapIcon", RES_TYPE_SYMBOL);
ee78dc32 4534
52deb19f 4535 x_default_parameter (f, parameters, Qauto_raise, Qnil,
6fc2811b 4536 "autoRaise", "AutoRaiseLower", RES_TYPE_BOOLEAN);
52deb19f 4537 x_default_parameter (f, parameters, Qauto_lower, Qnil,
6fc2811b 4538 "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN);
52deb19f 4539 x_default_parameter (f, parameters, Qcursor_type, Qbox,
6fc2811b 4540 "cursorType", "CursorType", RES_TYPE_SYMBOL);
52deb19f 4541 x_default_parameter (f, parameters, Qscroll_bar_width, Qnil,
6fc2811b 4542 "scrollBarWidth", "ScrollBarWidth", RES_TYPE_NUMBER);
8b61a891
JR
4543 x_default_parameter (f, parameters, Qalpha, Qnil,
4544 "alpha", "Alpha", RES_TYPE_NUMBER);
ee78dc32 4545
be786000 4546 /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size.
ee78dc32 4547 Change will not be effected unless different from the current
be786000
KS
4548 FRAME_LINES (f). */
4549 width = FRAME_COLS (f);
4550 height = FRAME_LINES (f);
dc220243 4551
be786000
KS
4552 FRAME_LINES (f) = 0;
4553 SET_FRAME_COLS (f, 0);
6fc2811b
JR
4554 change_frame_size (f, height, width, 1, 0, 0);
4555
6fc2811b
JR
4556 /* Tell the server what size and position, etc, we want, and how
4557 badly we want them. This should be done after we have the menu
4558 bar so that its size can be taken into account. */
4d7e6e51 4559 block_input ();
ee78dc32 4560 x_wm_set_size_hint (f, window_prompting, 0);
4d7e6e51 4561 unblock_input ();
ee78dc32 4562
6fc2811b
JR
4563 /* Make the window appear on the frame and enable display, unless
4564 the caller says not to. However, with explicit parent, Emacs
4565 cannot control visibility, so don't try. */
fbd6baed 4566 if (! f->output_data.w32->explicit_parent)
ee78dc32
GV
4567 {
4568 Lisp_Object visibility;
4569
3faa984f 4570 visibility = x_get_arg (dpyinfo, parameters, Qvisibility, 0, 0, RES_TYPE_SYMBOL);
ee78dc32
GV
4571 if (EQ (visibility, Qunbound))
4572 visibility = Qt;
4573
4574 if (EQ (visibility, Qicon))
4575 x_iconify_frame (f);
4576 else if (! NILP (visibility))
4577 x_make_frame_visible (f);
4578 else
4579 /* Must have been Qnil. */
4580 ;
4581 }
55d5acfa
DN
4582
4583 /* Initialize `default-minibuffer-frame' in case this is the first
4584 frame on this terminal. */
4585 if (FRAME_HAS_MINIBUF_P (f)
05c65251
EZ
4586 && (!FRAMEP (KVAR (kb, Vdefault_minibuffer_frame))
4587 || !FRAME_LIVE_P (XFRAME (KVAR (kb, Vdefault_minibuffer_frame)))))
15dbb4d6 4588 kset_default_minibuffer_frame (kb, frame);
55d5acfa
DN
4589
4590 /* All remaining specified parameters, which have not been "used"
4591 by x_get_arg and friends, now go in the misc. alist of the frame. */
99784d63 4592 for (tem = parameters; CONSP (tem); tem = XCDR (tem))
55d5acfa 4593 if (CONSP (XCAR (tem)) && !NILP (XCAR (XCAR (tem))))
f00af5b1 4594 fset_param_alist (f, Fcons (XCAR (tem), f->param_alist));
55d5acfa 4595
6fc2811b 4596 UNGCPRO;
7d0393cf 4597
9e57df62
GM
4598 /* Make sure windows on this frame appear in calls to next-window
4599 and similar functions. */
4600 Vwindow_list = Qnil;
7d0393cf 4601
ee78dc32
GV
4602 return unbind_to (count, frame);
4603}
4604
4605/* FRAME is used only to get a handle on the X display. We don't pass the
4606 display info directly because we're called from frame.c, which doesn't
4607 know about that structure. */
4608Lisp_Object
b56ceb92 4609x_get_focus_frame (struct frame *frame)
ee78dc32 4610{
aad3612f 4611 struct w32_display_info *dpyinfo = FRAME_DISPLAY_INFO (frame);
ee78dc32 4612 Lisp_Object xfocus;
fbd6baed 4613 if (! dpyinfo->w32_focus_frame)
ee78dc32
GV
4614 return Qnil;
4615
fbd6baed 4616 XSETFRAME (xfocus, dpyinfo->w32_focus_frame);
ee78dc32
GV
4617 return xfocus;
4618}
1edf84e7 4619
6fc2811b 4620DEFUN ("xw-color-defined-p", Fxw_color_defined_p, Sxw_color_defined_p, 1, 2, 0,
4f4f2973
GM
4621 doc: /* Internal function called by `color-defined-p', which see.
4622\(Note that the Nextstep version of this function ignores FRAME.) */)
5842a27b 4623 (Lisp_Object color, Lisp_Object frame)
6fc2811b
JR
4624{
4625 XColor foo;
a10c8269 4626 struct frame *f = decode_window_system_frame (frame);
ee78dc32 4627
b7826503 4628 CHECK_STRING (color);
ee78dc32 4629
d5db4077 4630 if (w32_defined_color (f, SDATA (color), &foo, 0))
6fc2811b
JR
4631 return Qt;
4632 else
4633 return Qnil;
4634}
ee78dc32 4635
2d764c78 4636DEFUN ("xw-color-values", Fxw_color_values, Sxw_color_values, 1, 2, 0,
74e1aeec 4637 doc: /* Internal function called by `color-values', which see. */)
5842a27b 4638 (Lisp_Object color, Lisp_Object frame)
ee78dc32 4639{
6fc2811b 4640 XColor foo;
a10c8269 4641 struct frame *f = decode_window_system_frame (frame);
ee78dc32 4642
b7826503 4643 CHECK_STRING (color);
ee78dc32 4644
d5db4077 4645 if (w32_defined_color (f, SDATA (color), &foo, 0))
3de717bd
DA
4646 return list3i ((GetRValue (foo.pixel) << 8) | GetRValue (foo.pixel),
4647 (GetGValue (foo.pixel) << 8) | GetGValue (foo.pixel),
4648 (GetBValue (foo.pixel) << 8) | GetBValue (foo.pixel));
ee78dc32
GV
4649 else
4650 return Qnil;
4651}
4652
2d764c78 4653DEFUN ("xw-display-color-p", Fxw_display_color_p, Sxw_display_color_p, 0, 1, 0,
74e1aeec 4654 doc: /* Internal function called by `display-color-p', which see. */)
5842a27b 4655 (Lisp_Object display)
ee78dc32 4656{
fbd6baed 4657 struct w32_display_info *dpyinfo = check_x_display_info (display);
ee78dc32
GV
4658
4659 if ((dpyinfo->n_planes * dpyinfo->n_cbits) <= 2)
4660 return Qnil;
4661
4662 return Qt;
4663}
4664
74e1aeec
JR
4665DEFUN ("x-display-grayscale-p", Fx_display_grayscale_p,
4666 Sx_display_grayscale_p, 0, 1, 0,
52deb19f 4667 doc: /* Return t if DISPLAY supports shades of gray.
74e1aeec
JR
4668Note that color displays do support shades of gray.
4669The optional argument DISPLAY specifies which display to ask about.
4670DISPLAY should be either a frame or a display name (a string).
4671If omitted or nil, that stands for the selected frame's display. */)
5842a27b 4672 (Lisp_Object display)
ee78dc32 4673{
fbd6baed 4674 struct w32_display_info *dpyinfo = check_x_display_info (display);
ee78dc32
GV
4675
4676 if ((dpyinfo->n_planes * dpyinfo->n_cbits) <= 1)
4677 return Qnil;
4678
4679 return Qt;
4680}
4681
74e1aeec
JR
4682DEFUN ("x-display-pixel-width", Fx_display_pixel_width,
4683 Sx_display_pixel_width, 0, 1, 0,
36458ebd 4684 doc: /* Return the width in pixels of DISPLAY.
74e1aeec
JR
4685The optional argument DISPLAY specifies which display to ask about.
4686DISPLAY should be either a frame or a display name (a string).
cf13177e
YM
4687If omitted or nil, that stands for the selected frame's display.
4688
4689On \"multi-monitor\" setups this refers to the pixel width for all
4690physical monitors associated with DISPLAY. To get information for
4691each physical monitor, use `display-monitor-attributes-list'. */)
5842a27b 4692 (Lisp_Object display)
ee78dc32 4693{
fbd6baed 4694 struct w32_display_info *dpyinfo = check_x_display_info (display);
ee78dc32 4695
05eb7cdc 4696 return make_number (x_display_pixel_width (dpyinfo));
ee78dc32
GV
4697}
4698
4699DEFUN ("x-display-pixel-height", Fx_display_pixel_height,
74e1aeec 4700 Sx_display_pixel_height, 0, 1, 0,
36458ebd 4701 doc: /* Return the height in pixels of DISPLAY.
74e1aeec
JR
4702The optional argument DISPLAY specifies which display to ask about.
4703DISPLAY should be either a frame or a display name (a string).
cf13177e
YM
4704If omitted or nil, that stands for the selected frame's display.
4705
4706On \"multi-monitor\" setups this refers to the pixel height for all
4707physical monitors associated with DISPLAY. To get information for
4708each physical monitor, use `display-monitor-attributes-list'. */)
5842a27b 4709 (Lisp_Object display)
ee78dc32 4710{
fbd6baed 4711 struct w32_display_info *dpyinfo = check_x_display_info (display);
ee78dc32 4712
05eb7cdc 4713 return make_number (x_display_pixel_height (dpyinfo));
ee78dc32
GV
4714}
4715
4716DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes,
74e1aeec 4717 0, 1, 0,
36458ebd 4718 doc: /* Return the number of bitplanes of DISPLAY.
74e1aeec
JR
4719The optional argument DISPLAY specifies which display to ask about.
4720DISPLAY should be either a frame or a display name (a string).
4721If omitted or nil, that stands for the selected frame's display. */)
5842a27b 4722 (Lisp_Object display)
ee78dc32 4723{
fbd6baed 4724 struct w32_display_info *dpyinfo = check_x_display_info (display);
ee78dc32
GV
4725
4726 return make_number (dpyinfo->n_planes * dpyinfo->n_cbits);
4727}
4728
4729DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells,
74e1aeec 4730 0, 1, 0,
36458ebd 4731 doc: /* Return the number of color cells of DISPLAY.
74e1aeec
JR
4732The optional argument DISPLAY specifies which display to ask about.
4733DISPLAY should be either a frame or a display name (a string).
4734If omitted or nil, that stands for the selected frame's display. */)
5842a27b 4735 (Lisp_Object display)
ee78dc32 4736{
fbd6baed 4737 struct w32_display_info *dpyinfo = check_x_display_info (display);
ee78dc32
GV
4738 int cap;
4739
821812e2
DC
4740 /* Don't use NCOLORS: it returns incorrect results under remote
4741 * desktop. We force 24+ bit depths to 24-bit, both to prevent an
4742 * overflow and because probably is more meaningful on Windows
4743 * anyway. */
7d0393cf 4744
821812e2 4745 cap = 1 << min (dpyinfo->n_planes * dpyinfo->n_cbits, 24);
ee78dc32
GV
4746 return make_number (cap);
4747}
4748
4749DEFUN ("x-server-max-request-size", Fx_server_max_request_size,
4750 Sx_server_max_request_size,
74e1aeec 4751 0, 1, 0,
36458ebd 4752 doc: /* Return the maximum request size of the server of DISPLAY.
74e1aeec
JR
4753The optional argument DISPLAY specifies which display to ask about.
4754DISPLAY should be either a frame or a display name (a string).
4755If omitted or nil, that stands for the selected frame's display. */)
5842a27b 4756 (Lisp_Object display)
ee78dc32 4757{
ee78dc32
GV
4758 return make_number (1);
4759}
4760
4761DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0,
36458ebd 4762 doc: /* Return the "vendor ID" string of the W32 system (Microsoft).
74e1aeec
JR
4763The optional argument DISPLAY specifies which display to ask about.
4764DISPLAY should be either a frame or a display name (a string).
4765If omitted or nil, that stands for the selected frame's display. */)
5842a27b 4766 (Lisp_Object display)
ee78dc32 4767{
dfff8a69 4768 return build_string ("Microsoft Corp.");
ee78dc32
GV
4769}
4770
4771DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0,
36458ebd 4772 doc: /* Return the version numbers of the server of DISPLAY.
74e1aeec 4773The value is a list of three integers: the major and minor
02b39a28
JB
4774version numbers of the X Protocol in use, and the distributor-specific
4775release number. See also the function `x-server-vendor'.
74e1aeec
JR
4776
4777The optional argument DISPLAY specifies which display to ask about.
4778DISPLAY should be either a frame or a display name (a string).
4779If omitted or nil, that stands for the selected frame's display. */)
5842a27b 4780 (Lisp_Object display)
ee78dc32 4781{
3de717bd 4782 return list3i (w32_major_version, w32_minor_version, w32_build_number);
ee78dc32
GV
4783}
4784
4785DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0,
36458ebd 4786 doc: /* Return the number of screens on the server of DISPLAY.
74e1aeec
JR
4787The optional argument DISPLAY specifies which display to ask about.
4788DISPLAY should be either a frame or a display name (a string).
4789If omitted or nil, that stands for the selected frame's display. */)
5842a27b 4790 (Lisp_Object display)
ee78dc32 4791{
ee78dc32
GV
4792 return make_number (1);
4793}
4794
74e1aeec
JR
4795DEFUN ("x-display-mm-height", Fx_display_mm_height,
4796 Sx_display_mm_height, 0, 1, 0,
36458ebd 4797 doc: /* Return the height in millimeters of DISPLAY.
74e1aeec
JR
4798The optional argument DISPLAY specifies which display to ask about.
4799DISPLAY should be either a frame or a display name (a string).
cf13177e
YM
4800If omitted or nil, that stands for the selected frame's display.
4801
4802On \"multi-monitor\" setups this refers to the height in millimeters for
4803all physical monitors associated with DISPLAY. To get information
4804for each physical monitor, use `display-monitor-attributes-list'. */)
5842a27b 4805 (Lisp_Object display)
ee78dc32 4806{
fbd6baed 4807 struct w32_display_info *dpyinfo = check_x_display_info (display);
ee78dc32 4808 HDC hdc;
cf13177e 4809 double mm_per_pixel;
7d0393cf 4810
cf13177e
YM
4811 hdc = GetDC (NULL);
4812 mm_per_pixel = ((double) GetDeviceCaps (hdc, VERTSIZE)
4813 / GetDeviceCaps (hdc, VERTRES));
4814 ReleaseDC (NULL, hdc);
7d0393cf 4815
cf13177e 4816 return make_number (x_display_pixel_height (dpyinfo) * mm_per_pixel + 0.5);
ee78dc32
GV
4817}
4818
4819DEFUN ("x-display-mm-width", Fx_display_mm_width, Sx_display_mm_width, 0, 1, 0,
36458ebd 4820 doc: /* Return the width in millimeters of DISPLAY.
74e1aeec
JR
4821The optional argument DISPLAY specifies which display to ask about.
4822DISPLAY should be either a frame or a display name (a string).
cf13177e
YM
4823If omitted or nil, that stands for the selected frame's display.
4824
4825On \"multi-monitor\" setups this refers to the width in millimeters for
4826all physical monitors associated with TERMINAL. To get information
4827for each physical monitor, use `display-monitor-attributes-list'. */)
5842a27b 4828 (Lisp_Object display)
ee78dc32 4829{
fbd6baed 4830 struct w32_display_info *dpyinfo = check_x_display_info (display);
ee78dc32 4831 HDC hdc;
cf13177e 4832 double mm_per_pixel;
ee78dc32 4833
cf13177e
YM
4834 hdc = GetDC (NULL);
4835 mm_per_pixel = ((double) GetDeviceCaps (hdc, HORZSIZE)
4836 / GetDeviceCaps (hdc, HORZRES));
4837 ReleaseDC (NULL, hdc);
7d0393cf 4838
cf13177e 4839 return make_number (x_display_pixel_width (dpyinfo) * mm_per_pixel + 0.5);
ee78dc32
GV
4840}
4841
4842DEFUN ("x-display-backing-store", Fx_display_backing_store,
74e1aeec 4843 Sx_display_backing_store, 0, 1, 0,
36458ebd 4844 doc: /* Return an indication of whether DISPLAY does backing store.
74e1aeec
JR
4845The value may be `always', `when-mapped', or `not-useful'.
4846The optional argument DISPLAY specifies which display to ask about.
4847DISPLAY should be either a frame or a display name (a string).
4848If omitted or nil, that stands for the selected frame's display. */)
5842a27b 4849 (Lisp_Object display)
ee78dc32
GV
4850{
4851 return intern ("not-useful");
4852}
4853
4854DEFUN ("x-display-visual-class", Fx_display_visual_class,
74e1aeec 4855 Sx_display_visual_class, 0, 1, 0,
36458ebd 4856 doc: /* Return the visual class of DISPLAY.
74e1aeec
JR
4857The value is one of the symbols `static-gray', `gray-scale',
4858`static-color', `pseudo-color', `true-color', or `direct-color'.
4859
4860The optional argument DISPLAY specifies which display to ask about.
4861DISPLAY should be either a frame or a display name (a string).
4862If omitted or nil, that stands for the selected frame's display. */)
5842a27b 4863 (Lisp_Object display)
ee78dc32 4864{
fbd6baed 4865 struct w32_display_info *dpyinfo = check_x_display_info (display);
abf8c61b 4866 Lisp_Object result = Qnil;
ee78dc32 4867
abf8c61b
AI
4868 if (dpyinfo->has_palette)
4869 result = intern ("pseudo-color");
4870 else if (dpyinfo->n_planes * dpyinfo->n_cbits == 1)
4871 result = intern ("static-grey");
4872 else if (dpyinfo->n_planes * dpyinfo->n_cbits == 4)
4873 result = intern ("static-color");
4874 else if (dpyinfo->n_planes * dpyinfo->n_cbits > 8)
4875 result = intern ("true-color");
ee78dc32 4876
abf8c61b 4877 return result;
ee78dc32
GV
4878}
4879
4880DEFUN ("x-display-save-under", Fx_display_save_under,
74e1aeec 4881 Sx_display_save_under, 0, 1, 0,
02b39a28 4882 doc: /* Return t if DISPLAY supports the save-under feature.
74e1aeec
JR
4883The optional argument DISPLAY specifies which display to ask about.
4884DISPLAY should be either a frame or a display name (a string).
4885If omitted or nil, that stands for the selected frame's display. */)
5842a27b 4886 (Lisp_Object display)
ee78dc32 4887{
6fc2811b
JR
4888 return Qnil;
4889}
0fda9b75 4890
cf13177e
YM
4891static BOOL CALLBACK
4892w32_monitor_enum (HMONITOR monitor, HDC hdc, RECT *rcMonitor, LPARAM dwData)
4893{
4894 Lisp_Object *monitor_list = (Lisp_Object *) dwData;
4895
1396ac86 4896 *monitor_list = Fcons (make_save_ptr (monitor), *monitor_list);
cf13177e
YM
4897
4898 return TRUE;
4899}
4900
4901static Lisp_Object
4902w32_display_monitor_attributes_list (void)
4903{
4904 Lisp_Object attributes_list = Qnil, primary_monitor_attributes = Qnil;
4905 Lisp_Object monitor_list = Qnil, monitor_frames, rest, frame;
4906 int i, n_monitors;
4907 HMONITOR *monitors;
4908 struct gcpro gcpro1, gcpro2, gcpro3;
4909
4910 if (!(enum_display_monitors_fn && get_monitor_info_fn
4911 && monitor_from_window_fn))
4912 return Qnil;
4913
4914 if (!enum_display_monitors_fn (NULL, NULL, w32_monitor_enum,
4915 (LPARAM) &monitor_list)
4916 || NILP (monitor_list))
4917 return Qnil;
4918
4919 n_monitors = 0;
4920 for (rest = monitor_list; CONSP (rest); rest = XCDR (rest))
4921 n_monitors++;
4922
4923 monitors = xmalloc (n_monitors * sizeof (*monitors));
4924 for (i = 0; i < n_monitors; i++)
4925 {
4926 monitors[i] = XSAVE_POINTER (XCAR (monitor_list), 0);
4927 monitor_list = XCDR (monitor_list);
4928 }
4929
4930 monitor_frames = Fmake_vector (make_number (n_monitors), Qnil);
4931 FOR_EACH_FRAME (rest, frame)
4932 {
4933 struct frame *f = XFRAME (frame);
4934
4935 if (FRAME_W32_P (f) && !EQ (frame, tip_frame))
4936 {
4937 HMONITOR monitor =
4938 monitor_from_window_fn (FRAME_W32_WINDOW (f),
4939 MONITOR_DEFAULT_TO_NEAREST);
4940
4941 for (i = 0; i < n_monitors; i++)
4942 if (monitors[i] == monitor)
4943 break;
4944
4945 if (i < n_monitors)
4946 ASET (monitor_frames, i, Fcons (frame, AREF (monitor_frames, i)));
4947 }
4948 }
4949
4950 GCPRO3 (attributes_list, primary_monitor_attributes, monitor_frames);
4951
4952 for (i = 0; i < n_monitors; i++)
4953 {
4954 Lisp_Object geometry, workarea, name, attributes = Qnil;
4955 HDC hdc;
4956 int width_mm, height_mm;
4957 struct MONITOR_INFO_EX mi;
4958
4959 mi.cbSize = sizeof (mi);
4960 if (!get_monitor_info_fn (monitors[i], (struct MONITOR_INFO *) &mi))
4961 continue;
4962
4963 hdc = CreateDCA ("DISPLAY", mi.szDevice, NULL, NULL);
4964 if (hdc == NULL)
4965 continue;
4966 width_mm = GetDeviceCaps (hdc, HORZSIZE);
4967 height_mm = GetDeviceCaps (hdc, VERTSIZE);
4968 DeleteDC (hdc);
4969
4970 attributes = Fcons (Fcons (Qframes, AREF (monitor_frames, i)),
4971 attributes);
4972
309f24d1
DA
4973 name = DECODE_SYSTEM (build_unibyte_string (mi.szDevice));
4974
cf13177e
YM
4975 attributes = Fcons (Fcons (Qname, name), attributes);
4976
4977 attributes = Fcons (Fcons (Qmm_size, list2i (width_mm, height_mm)),
4978 attributes);
4979
4980 workarea = list4i (mi.rcWork.left, mi.rcWork.top,
4981 mi.rcWork.right - mi.rcWork.left,
4982 mi.rcWork.bottom - mi.rcWork.top);
4983 attributes = Fcons (Fcons (Qworkarea, workarea), attributes);
4984
4985 geometry = list4i (mi.rcMonitor.left, mi.rcMonitor.top,
4986 mi.rcMonitor.right - mi.rcMonitor.left,
4987 mi.rcMonitor.bottom - mi.rcMonitor.top);
4988 attributes = Fcons (Fcons (Qgeometry, geometry), attributes);
4989
4990 if (mi.dwFlags & MONITORINFOF_PRIMARY)
4991 primary_monitor_attributes = attributes;
4992 else
4993 attributes_list = Fcons (attributes, attributes_list);
4994 }
4995
4996 if (!NILP (primary_monitor_attributes))
4997 attributes_list = Fcons (primary_monitor_attributes, attributes_list);
4998
4999 UNGCPRO;
5000
5001 xfree (monitors);
5002
5003 return attributes_list;
5004}
5005
5006static Lisp_Object
5007w32_display_monitor_attributes_list_fallback (struct w32_display_info *dpyinfo)
5008{
5009 Lisp_Object geometry, workarea, frames, rest, frame, attributes = Qnil;
5010 HDC hdc;
5011 double mm_per_pixel;
5012 int pixel_width, pixel_height, width_mm, height_mm;
5013 RECT workarea_rect;
5014
5015 /* Fallback: treat (possibly) multiple physical monitors as if they
5016 formed a single monitor as a whole. This should provide a
5017 consistent result at least on single monitor environments. */
5018 attributes = Fcons (Fcons (Qname, build_string ("combined screen")),
5019 attributes);
5020
5021 frames = Qnil;
5022 FOR_EACH_FRAME (rest, frame)
5023 {
5024 struct frame *f = XFRAME (frame);
5025
5026 if (FRAME_W32_P (f) && !EQ (frame, tip_frame))
5027 frames = Fcons (frame, frames);
5028 }
5029 attributes = Fcons (Fcons (Qframes, frames), attributes);
5030
5031 pixel_width = x_display_pixel_width (dpyinfo);
5032 pixel_height = x_display_pixel_height (dpyinfo);
5033
5034 hdc = GetDC (NULL);
5035 mm_per_pixel = ((double) GetDeviceCaps (hdc, HORZSIZE)
5036 / GetDeviceCaps (hdc, HORZRES));
5037 width_mm = pixel_width * mm_per_pixel + 0.5;
5038 mm_per_pixel = ((double) GetDeviceCaps (hdc, VERTSIZE)
5039 / GetDeviceCaps (hdc, VERTRES));
5040 height_mm = pixel_height * mm_per_pixel + 0.5;
5041 ReleaseDC (NULL, hdc);
5042 attributes = Fcons (Fcons (Qmm_size, list2i (width_mm, height_mm)),
5043 attributes);
5044
5045 /* GetSystemMetrics below may return 0 for Windows 95 or NT 4.0, but
5046 we don't care. */
5047 geometry = list4i (GetSystemMetrics (SM_XVIRTUALSCREEN),
5048 GetSystemMetrics (SM_YVIRTUALSCREEN),
5049 pixel_width, pixel_height);
5050 if (SystemParametersInfo (SPI_GETWORKAREA, 0, &workarea_rect, 0))
5051 workarea = list4i (workarea_rect.left, workarea_rect.top,
5052 workarea_rect.right - workarea_rect.left,
5053 workarea_rect.bottom - workarea_rect.top);
5054 else
5055 workarea = geometry;
5056 attributes = Fcons (Fcons (Qworkarea, workarea), attributes);
5057
5058 attributes = Fcons (Fcons (Qgeometry, geometry), attributes);
5059
5060 return list1 (attributes);
5061}
5062
5063DEFUN ("w32-display-monitor-attributes-list", Fw32_display_monitor_attributes_list,
5064 Sw32_display_monitor_attributes_list,
5065 0, 1, 0,
5066 doc: /* Return a list of physical monitor attributes on the W32 display DISPLAY.
5067
5068The optional argument DISPLAY specifies which display to ask about.
5069DISPLAY should be either a frame or a display name (a string).
5070If omitted or nil, that stands for the selected frame's display.
5071
5072Internal use only, use `display-monitor-attributes-list' instead. */)
5073 (Lisp_Object display)
5074{
5075 struct w32_display_info *dpyinfo = check_x_display_info (display);
5076 Lisp_Object attributes_list;
5077
5078 block_input ();
5079 attributes_list = w32_display_monitor_attributes_list ();
5080 if (NILP (attributes_list))
5081 attributes_list = w32_display_monitor_attributes_list_fallback (dpyinfo);
5082 unblock_input ();
5083
5084 return attributes_list;
5085}
5086
0fda9b75
DC
5087DEFUN ("set-message-beep", Fset_message_beep, Sset_message_beep, 1, 1, 0,
5088 doc: /* Set the sound generated when the bell is rung.
5089SOUND is 'asterisk, 'exclamation, 'hand, 'question, 'ok, or 'silent
5090to use the corresponding system sound for the bell. The 'silent sound
5091prevents Emacs from making any sound at all.
5092SOUND is nil to use the normal beep. */)
5093 (Lisp_Object sound)
5094{
5095 CHECK_SYMBOL (sound);
5096
5097 if (NILP (sound))
5098 sound_type = 0xFFFFFFFF;
5099 else if (EQ (sound, intern ("asterisk")))
5100 sound_type = MB_ICONASTERISK;
5101 else if (EQ (sound, intern ("exclamation")))
5102 sound_type = MB_ICONEXCLAMATION;
5103 else if (EQ (sound, intern ("hand")))
5104 sound_type = MB_ICONHAND;
5105 else if (EQ (sound, intern ("question")))
5106 sound_type = MB_ICONQUESTION;
5107 else if (EQ (sound, intern ("ok")))
5108 sound_type = MB_OK;
5109 else if (EQ (sound, intern ("silent")))
5110 sound_type = MB_EMACS_SILENT;
5111 else
5112 sound_type = 0xFFFFFFFF;
5113
5114 return sound;
5115}
5116
6fc2811b 5117int
b56ceb92 5118x_screen_planes (register struct frame *f)
6fc2811b 5119{
aad3612f 5120 return FRAME_DISPLAY_INFO (f)->n_planes;
6fc2811b
JR
5121}
5122\f
5123/* Return the display structure for the display named NAME.
5124 Open a new connection if necessary. */
5125
5126struct w32_display_info *
b56ceb92 5127x_display_info_for_name (Lisp_Object name)
6fc2811b
JR
5128{
5129 Lisp_Object names;
5130 struct w32_display_info *dpyinfo;
5131
b7826503 5132 CHECK_STRING (name);
6fc2811b
JR
5133
5134 for (dpyinfo = &one_w32_display_info, names = w32_display_name_list;
86571ae0 5135 dpyinfo && !NILP (w32_display_name_list);
6fc2811b
JR
5136 dpyinfo = dpyinfo->next, names = XCDR (names))
5137 {
5138 Lisp_Object tem;
5139 tem = Fstring_equal (XCAR (XCAR (names)), name);
5140 if (!NILP (tem))
5141 return dpyinfo;
5142 }
5143
5144 /* Use this general default value to start with. */
5145 Vx_resource_name = Vinvocation_name;
5146
5147 validate_x_resource_name ();
5148
5149 dpyinfo = w32_term_init (name, (unsigned char *)0,
51b59d79 5150 SSDATA (Vx_resource_name));
6fc2811b
JR
5151
5152 if (dpyinfo == 0)
d5db4077 5153 error ("Cannot connect to server %s", SDATA (name));
6fc2811b 5154
d5272e33 5155 XSETFASTINT (Vwindow_system_version, w32_major_version);
6fc2811b
JR
5156
5157 return dpyinfo;
5158}
5159
5160DEFUN ("x-open-connection", Fx_open_connection, Sx_open_connection,
4f4f2973 5161 1, 3, 0, doc: /* Open a connection to a display server.
74e1aeec
JR
5162DISPLAY is the name of the display to connect to.
5163Optional second arg XRM-STRING is a string of resources in xrdb format.
5164If the optional third arg MUST-SUCCEED is non-nil,
4f4f2973
GM
5165terminate Emacs if we can't open the connection.
5166\(In the Nextstep version, the last two arguments are currently ignored.) */)
5842a27b 5167 (Lisp_Object display, Lisp_Object xrm_string, Lisp_Object must_succeed)
6fc2811b
JR
5168{
5169 unsigned char *xrm_option;
5170 struct w32_display_info *dpyinfo;
5171
efc3dd3c
DC
5172 CHECK_STRING (display);
5173
5174 /* Signal an error in order to encourage correct use from callers.
5175 * If we ever support multiple window systems in the same Emacs,
5176 * we'll need callers to be precise about what window system they
5177 * want. */
5178
5179 if (strcmp (SSDATA (display), "w32") != 0)
5180 error ("The name of the display in this Emacs must be \"w32\"");
5181
74e1aeec
JR
5182 /* If initialization has already been done, return now to avoid
5183 overwriting critical parts of one_w32_display_info. */
7452b7bd 5184 if (window_system_available (NULL))
74e1aeec
JR
5185 return Qnil;
5186
6fc2811b 5187 if (! NILP (xrm_string))
b7826503 5188 CHECK_STRING (xrm_string);
6fc2811b 5189
6fc2811b
JR
5190 /* Allow color mapping to be defined externally; first look in user's
5191 HOME directory, then in Emacs etc dir for a file called rgb.txt. */
5192 {
5193 Lisp_Object color_file;
5194 struct gcpro gcpro1;
5195
74084731 5196 color_file = build_string ("~/rgb.txt");
6fc2811b
JR
5197
5198 GCPRO1 (color_file);
5199
5200 if (NILP (Ffile_readable_p (color_file)))
5201 color_file =
5202 Fexpand_file_name (build_string ("rgb.txt"),
5203 Fsymbol_value (intern ("data-directory")));
5204
7ded3383 5205 Vw32_color_map = Fx_load_color_file (color_file);
6fc2811b
JR
5206
5207 UNGCPRO;
5208 }
5209 if (NILP (Vw32_color_map))
5430d399 5210 Vw32_color_map = w32_default_color_map ();
6fc2811b 5211
5a8a15ec
JR
5212 /* Merge in system logical colors. */
5213 add_system_logical_colors_to_map (&Vw32_color_map);
5214
6fc2811b 5215 if (! NILP (xrm_string))
51b59d79 5216 xrm_option = SDATA (xrm_string);
6fc2811b
JR
5217 else
5218 xrm_option = (unsigned char *) 0;
5219
5220 /* Use this general default value to start with. */
5221 /* First remove .exe suffix from invocation-name - it looks ugly. */
5222 {
5223 char basename[ MAX_PATH ], *str;
5224
d5db4077 5225 strcpy (basename, SDATA (Vinvocation_name));
6fc2811b
JR
5226 str = strrchr (basename, '.');
5227 if (str) *str = 0;
5228 Vinvocation_name = build_string (basename);
5229 }
5230 Vx_resource_name = Vinvocation_name;
5231
5232 validate_x_resource_name ();
5233
5234 /* This is what opens the connection and sets x_current_display.
5235 This also initializes many symbols, such as those used for input. */
5236 dpyinfo = w32_term_init (display, xrm_option,
51b59d79 5237 SSDATA (Vx_resource_name));
6fc2811b
JR
5238
5239 if (dpyinfo == 0)
5240 {
5241 if (!NILP (must_succeed))
5242 fatal ("Cannot connect to server %s.\n",
d5db4077 5243 SDATA (display));
6fc2811b 5244 else
d5db4077 5245 error ("Cannot connect to server %s", SDATA (display));
6fc2811b
JR
5246 }
5247
d5272e33 5248 XSETFASTINT (Vwindow_system_version, w32_major_version);
6fc2811b
JR
5249 return Qnil;
5250}
5251
5252DEFUN ("x-close-connection", Fx_close_connection,
5253 Sx_close_connection, 1, 1, 0,
74e1aeec
JR
5254 doc: /* Close the connection to DISPLAY's server.
5255For DISPLAY, specify either a frame or a display name (a string).
5256If DISPLAY is nil, that stands for the selected frame's display. */)
5842a27b 5257 (Lisp_Object display)
6fc2811b
JR
5258{
5259 struct w32_display_info *dpyinfo = check_x_display_info (display);
6fc2811b
JR
5260
5261 if (dpyinfo->reference_count > 0)
5262 error ("Display still has frames on it");
5263
4d7e6e51 5264 block_input ();
6fc2811b
JR
5265 x_destroy_all_bitmaps (dpyinfo);
5266
5267 x_delete_display (dpyinfo);
4d7e6e51 5268 unblock_input ();
6fc2811b
JR
5269
5270 return Qnil;
5271}
5272
5273DEFUN ("x-display-list", Fx_display_list, Sx_display_list, 0, 0, 0,
74e1aeec 5274 doc: /* Return the list of display names that Emacs has connections to. */)
5842a27b 5275 (void)
6fc2811b
JR
5276{
5277 Lisp_Object tail, result;
5278
5279 result = Qnil;
99784d63 5280 for (tail = w32_display_name_list; CONSP (tail); tail = XCDR (tail))
6fc2811b
JR
5281 result = Fcons (XCAR (XCAR (tail)), result);
5282
5283 return result;
5284}
5285
5286DEFUN ("x-synchronize", Fx_synchronize, Sx_synchronize, 1, 2, 0,
7c051dd8
GM
5287 doc: /* If ON is non-nil, report X errors as soon as the erring request is made.
5288This function only has an effect on X Windows. With MS Windows, it is
5289defined but does nothing.
5290
5291If ON is nil, allow buffering of requests.
5292Turning on synchronization prohibits the Xlib routines from buffering
5293requests and seriously degrades performance, but makes debugging much
5294easier.
5295The optional second argument TERMINAL specifies which display to act on.
5296TERMINAL should be a terminal object, a frame or a display name (a string).
5297If TERMINAL is omitted or nil, that stands for the selected frame's display. */)
5842a27b 5298 (Lisp_Object on, Lisp_Object display)
6fc2811b 5299{
6fc2811b
JR
5300 return Qnil;
5301}
5302
6b61353c 5303
6fc2811b 5304\f
6fc2811b 5305/***********************************************************************
6b61353c 5306 Window properties
6fc2811b
JR
5307 ***********************************************************************/
5308
b124fd93
JB
5309#if 0 /* TODO : port window properties to W32 */
5310
6b61353c
KH
5311DEFUN ("x-change-window-property", Fx_change_window_property,
5312 Sx_change_window_property, 2, 6, 0,
5313 doc: /* Change window property PROP to VALUE on the X window of FRAME.
7c051dd8
GM
5314PROP must be a string. VALUE may be a string or a list of conses,
5315numbers and/or strings. If an element in the list is a string, it is
5316converted to an atom and the value of the Atom is used. If an element
5317is a cons, it is converted to a 32 bit number where the car is the 16
5318top bits and the cdr is the lower 16 bits.
5319
6b61353c
KH
5320FRAME nil or omitted means use the selected frame.
5321If TYPE is given and non-nil, it is the name of the type of VALUE.
5322If TYPE is not given or nil, the type is STRING.
5323FORMAT gives the size in bits of each element if VALUE is a list.
5324It must be one of 8, 16 or 32.
5325If VALUE is a string or FORMAT is nil or not given, FORMAT defaults to 8.
fca8d6b6 5326If OUTER-P is non-nil, the property is changed for the outer X window of
7c051dd8 5327FRAME. Default is to change on the edit X window. */)
fca8d6b6
AS
5328 (Lisp_Object prop, Lisp_Object value, Lisp_Object frame,
5329 Lisp_Object type, Lisp_Object format, Lisp_Object outer_p)
6b61353c 5330{
7452b7bd 5331 struct frame *f = decode_window_system_frame (frame);
6b61353c 5332 Atom prop_atom;
6fc2811b 5333
6b61353c
KH
5334 CHECK_STRING (prop);
5335 CHECK_STRING (value);
6fc2811b 5336
4d7e6e51 5337 block_input ();
6b61353c
KH
5338 prop_atom = XInternAtom (FRAME_W32_DISPLAY (f), SDATA (prop), False);
5339 XChangeProperty (FRAME_W32_DISPLAY (f), FRAME_W32_WINDOW (f),
5340 prop_atom, XA_STRING, 8, PropModeReplace,
5341 SDATA (value), SCHARS (value));
6fc2811b 5342
6b61353c
KH
5343 /* Make sure the property is set when we return. */
5344 XFlush (FRAME_W32_DISPLAY (f));
4d7e6e51 5345 unblock_input ();
6fc2811b 5346
6b61353c
KH
5347 return value;
5348}
dfff8a69 5349
6fc2811b 5350
6b61353c
KH
5351DEFUN ("x-delete-window-property", Fx_delete_window_property,
5352 Sx_delete_window_property, 1, 2, 0,
5353 doc: /* Remove window property PROP from X window of FRAME.
5354FRAME nil or omitted means use the selected frame. Value is PROP. */)
5842a27b 5355 (Lisp_Object prop, Lisp_Object frame)
6fc2811b 5356{
7452b7bd 5357 struct frame *f = decode_window_system_frame (frame);
6b61353c 5358 Atom prop_atom;
6fc2811b 5359
6b61353c 5360 CHECK_STRING (prop);
4d7e6e51 5361 block_input ();
6b61353c
KH
5362 prop_atom = XInternAtom (FRAME_W32_DISPLAY (f), SDATA (prop), False);
5363 XDeleteProperty (FRAME_W32_DISPLAY (f), FRAME_W32_WINDOW (f), prop_atom);
6fc2811b 5364
6b61353c
KH
5365 /* Make sure the property is removed when we return. */
5366 XFlush (FRAME_W32_DISPLAY (f));
4d7e6e51 5367 unblock_input ();
6fc2811b 5368
6b61353c 5369 return prop;
6fc2811b
JR
5370}
5371
5372
6b61353c 5373DEFUN ("x-window-property", Fx_window_property, Sx_window_property,
ddadbc0e 5374 1, 6, 0,
6b61353c 5375 doc: /* Value is the value of window property PROP on FRAME.
7c051dd8
GM
5376If FRAME is nil or omitted, use the selected frame.
5377
7c051dd8
GM
5378On X Windows, the following optional arguments are also accepted:
5379If TYPE is nil or omitted, get the property as a string.
5380Otherwise TYPE is the name of the atom that denotes the type expected.
5381If SOURCE is non-nil, get the property on that window instead of from
5382FRAME. The number 0 denotes the root window.
ddadbc0e
AS
5383If DELETE-P is non-nil, delete the property after retrieving it.
5384If VECTOR-RET-P is non-nil, don't return a string but a vector of values.
5385
5386On MS Windows, this function accepts but ignores those optional arguments.
7c051dd8
GM
5387
5388Value is nil if FRAME hasn't a property with name PROP or if PROP has
5389no value of TYPE (always string in the MS Windows case). */)
ddadbc0e
AS
5390 (Lisp_Object prop, Lisp_Object frame, Lisp_Object type,
5391 Lisp_Object source, Lisp_Object delete_p, Lisp_Object vector_ret_p)
6fc2811b 5392{
7452b7bd 5393 struct frame *f = decode_window_system_frame (frame);
6b61353c
KH
5394 Atom prop_atom;
5395 int rc;
5396 Lisp_Object prop_value = Qnil;
5397 char *tmp_data = NULL;
5398 Atom actual_type;
5399 int actual_format;
5400 unsigned long actual_size, bytes_remaining;
7d0393cf 5401
6b61353c 5402 CHECK_STRING (prop);
4d7e6e51 5403 block_input ();
6b61353c
KH
5404 prop_atom = XInternAtom (FRAME_W32_DISPLAY (f), SDATA (prop), False);
5405 rc = XGetWindowProperty (FRAME_W32_DISPLAY (f), FRAME_W32_WINDOW (f),
5406 prop_atom, 0, 0, False, XA_STRING,
5407 &actual_type, &actual_format, &actual_size,
5408 &bytes_remaining, (unsigned char **) &tmp_data);
5409 if (rc == Success)
6fc2811b 5410 {
6b61353c 5411 int size = bytes_remaining;
3cf3436e 5412
6b61353c
KH
5413 XFree (tmp_data);
5414 tmp_data = NULL;
3cf3436e 5415
6b61353c
KH
5416 rc = XGetWindowProperty (FRAME_W32_DISPLAY (f), FRAME_W32_WINDOW (f),
5417 prop_atom, 0, bytes_remaining,
5418 False, XA_STRING,
5419 &actual_type, &actual_format,
5420 &actual_size, &bytes_remaining,
5421 (unsigned char **) &tmp_data);
5422 if (rc == Success)
5423 prop_value = make_string (tmp_data, size);
6fc2811b 5424
6b61353c
KH
5425 XFree (tmp_data);
5426 }
6fc2811b 5427
4d7e6e51 5428 unblock_input ();
6fc2811b 5429
6b61353c 5430 return prop_value;
6fc2811b 5431
6b61353c 5432 return Qnil;
6fc2811b
JR
5433}
5434
b124fd93 5435#endif /* TODO */
6fc2811b
JR
5436
5437\f
5438/***********************************************************************
6b61353c 5439 Busy cursor
6fc2811b
JR
5440 ***********************************************************************/
5441
6b61353c 5442void
c06c382a 5443w32_note_current_window (void)
6fc2811b 5444{
d148e14d 5445 struct frame * f = SELECTED_FRAME ();
6fc2811b 5446
30076589
JR
5447 if (!FRAME_W32_P (f))
5448 return;
5449
d148e14d 5450 hourglass_hwnd = FRAME_W32_WINDOW (f);
f79e6790
JR
5451}
5452
f79e6790 5453void
c06c382a 5454show_hourglass (struct atimer *timer)
f79e6790 5455{
c06c382a 5456 struct frame *f;
7d0393cf 5457
c06c382a
EZ
5458 hourglass_atimer = NULL;
5459
5460 block_input ();
5461 f = x_window_to_frame (&one_w32_display_info,
5462 hourglass_hwnd);
5463
5464 if (f)
5465 f->output_data.w32->hourglass_p = 0;
5466 else
5467 f = SELECTED_FRAME ();
5468
5469 if (!FRAME_W32_P (f))
f0177f86
EZ
5470 {
5471 unblock_input ();
5472 return;
5473 }
c06c382a
EZ
5474
5475 w32_show_hourglass (f);
5476 unblock_input ();
f79e6790
JR
5477}
5478
c06c382a
EZ
5479void
5480hide_hourglass (void)
5481{
5482 block_input ();
5483 w32_hide_hourglass ();
5484 unblock_input ();
5485}
f79e6790 5486
f79e6790 5487
c06c382a 5488/* Display an hourglass cursor. Set the hourglass_p flag in display info
d148e14d 5489 to indicate that an hourglass cursor is shown. */
f79e6790
JR
5490
5491static void
b56ceb92 5492w32_show_hourglass (struct frame *f)
6fc2811b 5493{
0af913d7 5494 if (!hourglass_shown_p)
6fc2811b 5495 {
d148e14d
JR
5496 f->output_data.w32->hourglass_p = 1;
5497 if (!menubar_in_use && !current_popup_menu)
5498 SetCursor (f->output_data.w32->hourglass_cursor);
0af913d7 5499 hourglass_shown_p = 1;
f79e6790 5500 }
6fc2811b
JR
5501}
5502
5503
0af913d7 5504/* Hide the hourglass cursor on all frames, if it is currently shown. */
6fc2811b 5505
f79e6790 5506static void
b56ceb92 5507w32_hide_hourglass (void)
f79e6790 5508{
0af913d7 5509 if (hourglass_shown_p)
6fc2811b 5510 {
d148e14d
JR
5511 struct frame *f = x_window_to_frame (&one_w32_display_info,
5512 hourglass_hwnd);
89e09428
JR
5513 if (f)
5514 f->output_data.w32->hourglass_p = 0;
5515 else
5516 /* If frame was deleted, restore to selected frame's cursor. */
5517 f = SELECTED_FRAME ();
5518
5519 if (FRAME_W32_P (f))
5520 SetCursor (f->output_data.w32->current_cursor);
5521 else
5522 /* No cursors on non GUI frames - restore to stock arrow cursor. */
5523 SetCursor (w32_load_cursor (IDC_ARROW));
6fc2811b 5524
0af913d7 5525 hourglass_shown_p = 0;
f79e6790 5526 }
6fc2811b
JR
5527}
5528
5529
5530\f
5531/***********************************************************************
5532 Tool tips
5533 ***********************************************************************/
5534
f57e2426
J
5535static Lisp_Object x_create_tip_frame (struct w32_display_info *,
5536 Lisp_Object, Lisp_Object);
5537static void compute_tip_xy (struct frame *, Lisp_Object, Lisp_Object,
5538 Lisp_Object, int, int, int *, int *);
7d0393cf 5539
3cf3436e 5540/* The frame of a currently visible tooltip. */
6fc2811b 5541
937e601e 5542Lisp_Object tip_frame;
6fc2811b
JR
5543
5544/* If non-nil, a timer started that hides the last tooltip when it
5545 fires. */
5546
5547Lisp_Object tip_timer;
5548Window tip_window;
5549
3cf3436e
JR
5550/* If non-nil, a vector of 3 elements containing the last args
5551 with which x-show-tip was called. See there. */
5552
5553Lisp_Object last_show_tip_args;
5554
3cf3436e 5555
27e498e6 5556static void
b56ceb92 5557unwind_create_tip_frame (Lisp_Object frame)
937e601e 5558{
c844a81a
GM
5559 Lisp_Object deleted;
5560
5561 deleted = unwind_create_frame (frame);
5562 if (EQ (deleted, Qt))
5563 {
5564 tip_window = NULL;
5565 tip_frame = Qnil;
5566 }
937e601e
AI
5567}
5568
5569
6fc2811b 5570/* Create a frame for a tooltip on the display described by DPYINFO.
3cf3436e
JR
5571 PARMS is a list of frame parameters. TEXT is the string to
5572 display in the tip frame. Value is the frame.
937e601e
AI
5573
5574 Note that functions called here, esp. x_default_parameter can
5575 signal errors, for instance when a specified color name is
5576 undefined. We have to make sure that we're in a consistent state
5577 when this happens. */
6fc2811b
JR
5578
5579static Lisp_Object
b56ceb92
JB
5580x_create_tip_frame (struct w32_display_info *dpyinfo,
5581 Lisp_Object parms, Lisp_Object text)
6fc2811b 5582{
6fc2811b 5583 struct frame *f;
0f4a96b5 5584 Lisp_Object frame;
6fc2811b
JR
5585 Lisp_Object name;
5586 long window_prompting = 0;
5587 int width, height;
d311d28c 5588 ptrdiff_t count = SPECPDL_INDEX ();
6fc2811b
JR
5589 struct gcpro gcpro1, gcpro2, gcpro3;
5590 struct kboard *kb;
3cf3436e
JR
5591 int face_change_count_before = face_change_count;
5592 Lisp_Object buffer;
5593 struct buffer *old_buffer;
6fc2811b 5594
6fc2811b
JR
5595 /* Use this general default value to start with until we know if
5596 this frame has a specified name. */
5597 Vx_resource_name = Vinvocation_name;
5598
fd142562 5599 kb = dpyinfo->terminal->kboard;
6fc2811b 5600
4a217bed
EZ
5601 /* The calls to x_get_arg remove elements from PARMS, so copy it to
5602 avoid destructive changes behind our caller's back. */
5603 parms = Fcopy_alist (parms);
5604
6fc2811b 5605 /* Get the name of the frame to use for resource lookup. */
3faa984f 5606 name = x_get_arg (dpyinfo, parms, Qname, "name", "Name", RES_TYPE_STRING);
6fc2811b
JR
5607 if (!STRINGP (name)
5608 && !EQ (name, Qunbound)
5609 && !NILP (name))
5610 error ("Invalid frame name--not a string or nil");
5611 Vx_resource_name = name;
5612
5613 frame = Qnil;
5614 GCPRO3 (parms, name, frame);
9eb16b62
JR
5615 /* Make a frame without minibuffer nor mode-line. */
5616 f = make_frame (0);
5617 f->wants_modeline = 0;
6fc2811b 5618 XSETFRAME (frame, f);
3cf3436e
JR
5619
5620 buffer = Fget_buffer_create (build_string (" *tip*"));
08908aca
MR
5621 /* Use set_window_buffer instead of Fset_window_buffer (see
5622 discussion of bug#11984, bug#12025, bug#12026). */
5623 set_window_buffer (FRAME_ROOT_WINDOW (f), buffer, 0, 0);
3cf3436e
JR
5624 old_buffer = current_buffer;
5625 set_buffer_internal_1 (XBUFFER (buffer));
39eb03f1 5626 bset_truncate_lines (current_buffer, Qnil);
5c2a995d
KH
5627 specbind (Qinhibit_read_only, Qt);
5628 specbind (Qinhibit_modification_hooks, Qt);
3cf3436e
JR
5629 Ferase_buffer ();
5630 Finsert (1, &text);
5631 set_buffer_internal_1 (old_buffer);
7d0393cf 5632
937e601e 5633 record_unwind_protect (unwind_create_tip_frame, frame);
6fc2811b 5634
3cf3436e
JR
5635 /* By setting the output method, we're essentially saying that
5636 the frame is live, as per FRAME_LIVE_P. If we get a signal
5637 from this point on, x_destroy_window might screw up reference
5638 counts etc. */
ebbb61be 5639 f->terminal = dpyinfo->terminal;
d88c567c 5640 f->output_method = output_w32;
23f86fce 5641 f->output_data.w32 = xzalloc (sizeof (struct w32_output));
ca56d953
JR
5642
5643 FRAME_FONTSET (f) = -1;
f00af5b1 5644 fset_icon_name (f, Qnil);
6fc2811b 5645
e509cfa6 5646#ifdef GLYPH_DEBUG
a06776b2 5647 image_cache_refcount =
784b56e2 5648 FRAME_IMAGE_CACHE (f) ? FRAME_IMAGE_CACHE (f)->refcount : 0;
937e601e
AI
5649 dpyinfo_refcount = dpyinfo->reference_count;
5650#endif /* GLYPH_DEBUG */
6fc2811b 5651 FRAME_KBOARD (f) = kb;
aad3612f 5652 f->output_data.w32->parent_desc = FRAME_DISPLAY_INFO (f)->root_window;
6fc2811b
JR
5653 f->output_data.w32->explicit_parent = 0;
5654
5655 /* Set the name; the functions to which we pass f expect the name to
5656 be set. */
5657 if (EQ (name, Qunbound) || NILP (name))
5658 {
f00af5b1 5659 fset_name (f, build_string (dpyinfo->w32_id_name));
6fc2811b
JR
5660 f->explicit_name = 0;
5661 }
5662 else
5663 {
f00af5b1 5664 fset_name (f, name);
6fc2811b
JR
5665 f->explicit_name = 1;
5666 /* use the frame's title when getting resources for this frame. */
5667 specbind (Qx_resource_name, name);
5668 }
5669
fdb55376
JR
5670 if (uniscribe_available)
5671 register_font_driver (&uniscribe_font_driver, f);
1cc06b86 5672 register_font_driver (&w32font_driver, f);
a1fe5c00 5673
1cc06b86
KH
5674 x_default_parameter (f, parms, Qfont_backend, Qnil,
5675 "fontBackend", "FontBackend", RES_TYPE_STRING);
a1fe5c00 5676
6fc2811b
JR
5677 /* Extract the window parameters from the supplied values
5678 that are needed to determine window geometry. */
1cc06b86 5679 x_default_font_parameter (f, parms);
6fc2811b
JR
5680
5681 x_default_parameter (f, parms, Qborder_width, make_number (2),
5682 "borderWidth", "BorderWidth", RES_TYPE_NUMBER);
6fc2811b
JR
5683 /* This defaults to 2 in order to match xterm. We recognize either
5684 internalBorderWidth or internalBorder (which is what xterm calls
5685 it). */
5686 if (NILP (Fassq (Qinternal_border_width, parms)))
5687 {
5688 Lisp_Object value;
5689
3faa984f 5690 value = x_get_arg (dpyinfo, parms, Qinternal_border_width,
6fc2811b
JR
5691 "internalBorder", "internalBorder", RES_TYPE_NUMBER);
5692 if (! EQ (value, Qunbound))
5693 parms = Fcons (Fcons (Qinternal_border_width, value),
5694 parms);
5695 }
bfd6edcc 5696 x_default_parameter (f, parms, Qinternal_border_width, make_number (1),
6fc2811b
JR
5697 "internalBorderWidth", "internalBorderWidth",
5698 RES_TYPE_NUMBER);
5699
5700 /* Also do the stuff which must be set before the window exists. */
5701 x_default_parameter (f, parms, Qforeground_color, build_string ("black"),
5702 "foreground", "Foreground", RES_TYPE_STRING);
5703 x_default_parameter (f, parms, Qbackground_color, build_string ("white"),
5704 "background", "Background", RES_TYPE_STRING);
5705 x_default_parameter (f, parms, Qmouse_color, build_string ("black"),
5706 "pointerColor", "Foreground", RES_TYPE_STRING);
5707 x_default_parameter (f, parms, Qcursor_color, build_string ("black"),
5708 "cursorColor", "Foreground", RES_TYPE_STRING);
5709 x_default_parameter (f, parms, Qborder_color, build_string ("black"),
5710 "borderColor", "BorderColor", RES_TYPE_STRING);
5711
5712 /* Init faces before x_default_parameter is called for scroll-bar
5713 parameters because that function calls x_set_scroll_bar_width,
5714 which calls change_frame_size, which calls Fset_window_buffer,
5715 which runs hooks, which call Fvertical_motion. At the end, we
5716 end up in init_iterator with a null face cache, which should not
5717 happen. */
5718 init_frame_faces (f);
ca56d953
JR
5719
5720 f->output_data.w32->dwStyle = WS_BORDER | WS_POPUP | WS_DISABLED;
aad3612f 5721 f->output_data.w32->parent_desc = FRAME_DISPLAY_INFO (f)->root_window;
9eb16b62 5722
6d906347 5723 window_prompting = x_figure_window_size (f, parms, 0);
6fc2811b 5724
9eb16b62 5725 /* No fringes on tip frame. */
be786000
KS
5726 f->fringe_cols = 0;
5727 f->left_fringe_width = 0;
5728 f->right_fringe_width = 0;
9eb16b62 5729
4d7e6e51 5730 block_input ();
ca56d953 5731 my_create_tip_window (f);
4d7e6e51 5732 unblock_input ();
6fc2811b
JR
5733
5734 x_make_gc (f);
5735
5736 x_default_parameter (f, parms, Qauto_raise, Qnil,
5737 "autoRaise", "AutoRaiseLower", RES_TYPE_BOOLEAN);
5738 x_default_parameter (f, parms, Qauto_lower, Qnil,
5739 "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN);
5740 x_default_parameter (f, parms, Qcursor_type, Qbox,
5741 "cursorType", "CursorType", RES_TYPE_SYMBOL);
5742
be786000 5743 /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size.
6fc2811b 5744 Change will not be effected unless different from the current
be786000
KS
5745 FRAME_LINES (f). */
5746 width = FRAME_COLS (f);
5747 height = FRAME_LINES (f);
5748 FRAME_LINES (f) = 0;
5749 SET_FRAME_COLS (f, 0);
6fc2811b
JR
5750 change_frame_size (f, height, width, 1, 0, 0);
5751
cd1d850f 5752 /* Add `tooltip' frame parameter's default value. */
54ee7410
CY
5753 if (NILP (Fframe_parameter (frame, Qtooltip)))
5754 Fmodify_frame_parameters (frame, Fcons (Fcons (Qtooltip, Qt), Qnil));
7d0393cf 5755
3cf3436e
JR
5756 /* Set up faces after all frame parameters are known. This call
5757 also merges in face attributes specified for new frames.
5758
5759 Frame parameters may be changed if .Xdefaults contains
5760 specifications for the default font. For example, if there is an
5761 `Emacs.default.attributeBackground: pink', the `background-color'
5762 attribute of the frame get's set, which let's the internal border
5763 of the tooltip frame appear in pink. Prevent this. */
5764 {
5765 Lisp_Object bg = Fframe_parameter (frame, Qbackground_color);
601a9cf1
JB
5766 Lisp_Object fg = Fframe_parameter (frame, Qforeground_color);
5767 Lisp_Object colors = Qnil;
3cf3436e
JR
5768
5769 /* Set tip_frame here, so that */
5770 tip_frame = frame;
45cebfd9 5771 call2 (Qface_set_after_frame_default, frame, Qnil);
7d0393cf 5772
3cf3436e 5773 if (!EQ (bg, Fframe_parameter (frame, Qbackground_color)))
601a9cf1
JB
5774 colors = Fcons (Fcons (Qbackground_color, bg), colors);
5775 if (!EQ (fg, Fframe_parameter (frame, Qforeground_color)))
5776 colors = Fcons (Fcons (Qforeground_color, fg), colors);
5777
5778 if (!NILP (colors))
5779 Fmodify_frame_parameters (frame, colors);
3cf3436e 5780 }
7d0393cf 5781
6fc2811b
JR
5782 f->no_split = 1;
5783
5784 UNGCPRO;
5785
a06776b2
EZ
5786 /* Now that the frame is official, it counts as a reference to
5787 its display. */
aad3612f 5788 FRAME_DISPLAY_INFO (f)->reference_count++;
a06776b2
EZ
5789 f->terminal->reference_count++;
5790
6fc2811b
JR
5791 /* It is now ok to make the frame official even if we get an error
5792 below. And the frame needs to be on Vframe_list or making it
5793 visible won't work. */
5794 Vframe_list = Fcons (frame, Vframe_list);
5795
3cf3436e
JR
5796 /* Setting attributes of faces of the tooltip frame from resources
5797 and similar will increment face_change_count, which leads to the
5798 clearing of all current matrices. Since this isn't necessary
5799 here, avoid it by resetting face_change_count to the value it
5800 had before we created the tip frame. */
5801 face_change_count = face_change_count_before;
5802
5803 /* Discard the unwind_protect. */
6fc2811b 5804 return unbind_to (count, frame);
ee78dc32
GV
5805}
5806
3cf3436e
JR
5807
5808/* Compute where to display tip frame F. PARMS is the list of frame
5809 parameters for F. DX and DY are specified offsets from the current
5810 location of the mouse. WIDTH and HEIGHT are the width and height
5811 of the tooltip. Return coordinates relative to the root window of
5812 the display in *ROOT_X, and *ROOT_Y. */
5813
5814static void
b56ceb92
JB
5815compute_tip_xy (struct frame *f,
5816 Lisp_Object parms, Lisp_Object dx, Lisp_Object dy,
5817 int width, int height, int *root_x, int *root_y)
3cf3436e 5818{
3cf3436e 5819 Lisp_Object left, top;
64f0809d 5820 int min_x, min_y, max_x, max_y;
7d0393cf 5821
3cf3436e
JR
5822 /* User-specified position? */
5823 left = Fcdr (Fassq (Qleft, parms));
5824 top = Fcdr (Fassq (Qtop, parms));
7d0393cf 5825
3cf3436e
JR
5826 /* Move the tooltip window where the mouse pointer is. Resize and
5827 show it. */
ca56d953 5828 if (!INTEGERP (left) || !INTEGERP (top))
3cf3436e 5829 {
ca56d953
JR
5830 POINT pt;
5831
64f0809d
JR
5832 /* Default min and max values. */
5833 min_x = 0;
5834 min_y = 0;
aad3612f
DA
5835 max_x = x_display_pixel_width (FRAME_DISPLAY_INFO (f));
5836 max_y = x_display_pixel_height (FRAME_DISPLAY_INFO (f));
64f0809d 5837
4d7e6e51 5838 block_input ();
ca56d953
JR
5839 GetCursorPos (&pt);
5840 *root_x = pt.x;
5841 *root_y = pt.y;
4d7e6e51 5842 unblock_input ();
64f0809d
JR
5843
5844 /* If multiple monitor support is available, constrain the tip onto
5845 the current monitor. This improves the above by allowing negative
5846 co-ordinates if monitor positions are such that they are valid, and
5847 snaps a tooltip onto a single monitor if we are close to the edge
5848 where it would otherwise flow onto the other monitor (or into
5849 nothingness if there is a gap in the overlap). */
5850 if (monitor_from_point_fn && get_monitor_info_fn)
5851 {
5852 struct MONITOR_INFO info;
5853 HMONITOR monitor
5854 = monitor_from_point_fn (pt, MONITOR_DEFAULT_TO_NEAREST);
5855 info.cbSize = sizeof (info);
5856
5857 if (get_monitor_info_fn (monitor, &info))
5858 {
5859 min_x = info.rcWork.left;
5860 min_y = info.rcWork.top;
5861 max_x = info.rcWork.right;
5862 max_y = info.rcWork.bottom;
5863 }
5864 }
3cf3436e
JR
5865 }
5866
5867 if (INTEGERP (top))
5868 *root_y = XINT (top);
64f0809d
JR
5869 else if (*root_y + XINT (dy) <= min_y)
5870 *root_y = min_y; /* Can happen for negative dy */
5871 else if (*root_y + XINT (dy) + height <= max_y)
7e8410d1 5872 /* It fits below the pointer */
3cf3436e 5873 *root_y += XINT (dy);
64f0809d 5874 else if (height + XINT (dy) + min_y <= *root_y)
7e8410d1
JD
5875 /* It fits above the pointer. */
5876 *root_y -= height + XINT (dy);
5877 else
5878 /* Put it on the top. */
64f0809d 5879 *root_y = min_y;
3cf3436e
JR
5880
5881 if (INTEGERP (left))
5882 *root_x = XINT (left);
64f0809d 5883 else if (*root_x + XINT (dx) <= min_x)
bf63eb69 5884 *root_x = 0; /* Can happen for negative dx */
64f0809d 5885 else if (*root_x + XINT (dx) + width <= max_x)
72e4adef
JR
5886 /* It fits to the right of the pointer. */
5887 *root_x += XINT (dx);
64f0809d 5888 else if (width + XINT (dx) + min_x <= *root_x)
72e4adef 5889 /* It fits to the left of the pointer. */
3cf3436e
JR
5890 *root_x -= width + XINT (dx);
5891 else
72e4adef 5892 /* Put it left justified on the screen -- it ought to fit that way. */
64f0809d 5893 *root_x = min_x;
3cf3436e
JR
5894}
5895
5896
71eab8d1 5897DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
74e1aeec
JR
5898 doc: /* Show STRING in a \"tooltip\" window on frame FRAME.
5899A tooltip window is a small window displaying a string.
5900
87c891c7
EZ
5901This is an internal function; Lisp code should call `tooltip-show'.
5902
74e1aeec
JR
5903FRAME nil or omitted means use the selected frame.
5904
5905PARMS is an optional list of frame parameters which can be
5906used to change the tooltip's appearance.
5907
ca56d953
JR
5908Automatically hide the tooltip after TIMEOUT seconds. TIMEOUT nil
5909means use the default timeout of 5 seconds.
74e1aeec 5910
52deb19f 5911If the list of frame parameters PARMS contains a `left' parameter,
74e1aeec
JR
5912the tooltip is displayed at that x-position. Otherwise it is
5913displayed at the mouse position, with offset DX added (default is 5 if
5914DX isn't specified). Likewise for the y-position; if a `top' frame
5915parameter is specified, it determines the y-position of the tooltip
5916window, otherwise it is displayed at the mouse position, with offset
5917DY added (default is -10).
5918
5919A tooltip's maximum size is specified by `x-max-tooltip-size'.
5920Text larger than the specified size is clipped. */)
5842a27b 5921 (Lisp_Object string, Lisp_Object frame, Lisp_Object parms, Lisp_Object timeout, Lisp_Object dx, Lisp_Object dy)
ee78dc32 5922{
6fc2811b
JR
5923 struct frame *f;
5924 struct window *w;
3cf3436e 5925 int root_x, root_y;
6fc2811b
JR
5926 struct buffer *old_buffer;
5927 struct text_pos pos;
a971c0a7 5928 int i, width, height, seen_reversed_p;
6fc2811b
JR
5929 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
5930 int old_windows_or_buffers_changed = windows_or_buffers_changed;
d311d28c 5931 ptrdiff_t count = SPECPDL_INDEX ();
7d0393cf 5932
6fc2811b 5933 specbind (Qinhibit_redisplay, Qt);
ee78dc32 5934
dfff8a69 5935 GCPRO4 (string, parms, frame, timeout);
ee78dc32 5936
b7826503 5937 CHECK_STRING (string);
7452b7bd 5938 f = decode_window_system_frame (frame);
6fc2811b
JR
5939 if (NILP (timeout))
5940 timeout = make_number (5);
5941 else
b7826503 5942 CHECK_NATNUM (timeout);
ee78dc32 5943
71eab8d1
AI
5944 if (NILP (dx))
5945 dx = make_number (5);
5946 else
b7826503 5947 CHECK_NUMBER (dx);
7d0393cf 5948
71eab8d1 5949 if (NILP (dy))
dc220243 5950 dy = make_number (-10);
71eab8d1 5951 else
b7826503 5952 CHECK_NUMBER (dy);
71eab8d1 5953
dc220243
JR
5954 if (NILP (last_show_tip_args))
5955 last_show_tip_args = Fmake_vector (make_number (3), Qnil);
5956
5957 if (!NILP (tip_frame))
5958 {
5959 Lisp_Object last_string = AREF (last_show_tip_args, 0);
5960 Lisp_Object last_frame = AREF (last_show_tip_args, 1);
5961 Lisp_Object last_parms = AREF (last_show_tip_args, 2);
5962
5963 if (EQ (frame, last_frame)
5964 && !NILP (Fequal (last_string, string))
5965 && !NILP (Fequal (last_parms, parms)))
5966 {
5967 struct frame *f = XFRAME (tip_frame);
7d0393cf 5968
dc220243
JR
5969 /* Only DX and DY have changed. */
5970 if (!NILP (tip_timer))
5971 {
5972 Lisp_Object timer = tip_timer;
5973 tip_timer = Qnil;
5974 call1 (Qcancel_timer, timer);
5975 }
5976
4d7e6e51 5977 block_input ();
be786000
KS
5978 compute_tip_xy (f, parms, dx, dy, FRAME_PIXEL_WIDTH (f),
5979 FRAME_PIXEL_HEIGHT (f), &root_x, &root_y);
d65a9cdc
JR
5980
5981 /* Put tooltip in topmost group and in position. */
ca56d953
JR
5982 SetWindowPos (FRAME_W32_WINDOW (f), HWND_TOPMOST,
5983 root_x, root_y, 0, 0,
5984 SWP_NOSIZE | SWP_NOACTIVATE);
d65a9cdc
JR
5985
5986 /* Ensure tooltip is on top of other topmost windows (eg menus). */
5987 SetWindowPos (FRAME_W32_WINDOW (f), HWND_TOP,
5988 0, 0, 0, 0,
5989 SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
5990
4d7e6e51 5991 unblock_input ();
dc220243
JR
5992 goto start_timer;
5993 }
5994 }
5995
6fc2811b
JR
5996 /* Hide a previous tip, if any. */
5997 Fx_hide_tip ();
ee78dc32 5998
dc220243
JR
5999 ASET (last_show_tip_args, 0, string);
6000 ASET (last_show_tip_args, 1, frame);
6001 ASET (last_show_tip_args, 2, parms);
6002
6fc2811b
JR
6003 /* Add default values to frame parameters. */
6004 if (NILP (Fassq (Qname, parms)))
6005 parms = Fcons (Fcons (Qname, build_string ("tooltip")), parms);
6006 if (NILP (Fassq (Qinternal_border_width, parms)))
6007 parms = Fcons (Fcons (Qinternal_border_width, make_number (3)), parms);
6008 if (NILP (Fassq (Qborder_width, parms)))
6009 parms = Fcons (Fcons (Qborder_width, make_number (1)), parms);
6010 if (NILP (Fassq (Qborder_color, parms)))
6011 parms = Fcons (Fcons (Qborder_color, build_string ("lightyellow")), parms);
6012 if (NILP (Fassq (Qbackground_color, parms)))
6013 parms = Fcons (Fcons (Qbackground_color, build_string ("lightyellow")),
6014 parms);
6015
0e3fcdef
JR
6016 /* Block input until the tip has been fully drawn, to avoid crashes
6017 when drawing tips in menus. */
4d7e6e51 6018 block_input ();
0e3fcdef 6019
6fc2811b
JR
6020 /* Create a frame for the tooltip, and record it in the global
6021 variable tip_frame. */
aad3612f 6022 frame = x_create_tip_frame (FRAME_DISPLAY_INFO (f), parms, string);
937e601e 6023 f = XFRAME (frame);
6fc2811b 6024
3cf3436e 6025 /* Set up the frame's root window. */
6fc2811b 6026 w = XWINDOW (FRAME_ROOT_WINDOW (f));
5f24fa51
DA
6027 w->left_col = 0;
6028 w->top_line = 0;
3cf3436e
JR
6029
6030 if (CONSP (Vx_max_tooltip_size)
6031 && INTEGERP (XCAR (Vx_max_tooltip_size))
6032 && XINT (XCAR (Vx_max_tooltip_size)) > 0
6033 && INTEGERP (XCDR (Vx_max_tooltip_size))
6034 && XINT (XCDR (Vx_max_tooltip_size)) > 0)
6035 {
5f24fa51
DA
6036 w->total_cols = XFASTINT (XCAR (Vx_max_tooltip_size));
6037 w->total_lines = XFASTINT (XCDR (Vx_max_tooltip_size));
3cf3436e
JR
6038 }
6039 else
6040 {
5f24fa51
DA
6041 w->total_cols = 80;
6042 w->total_lines = 40;
3cf3436e 6043 }
7d0393cf 6044
21e930f8 6045 FRAME_TOTAL_COLS (f) = WINDOW_TOTAL_COLS (w);
bd0443bb 6046 adjust_frame_glyphs (f);
6fc2811b
JR
6047 w->pseudo_window_p = 1;
6048
6049 /* Display the tooltip text in a temporary buffer. */
6fc2811b 6050 old_buffer = current_buffer;
e74aeda8 6051 set_buffer_internal_1 (XBUFFER (XWINDOW (FRAME_ROOT_WINDOW (f))->contents));
39eb03f1 6052 bset_truncate_lines (current_buffer, Qnil);
6fc2811b
JR
6053 clear_glyph_matrix (w->desired_matrix);
6054 clear_glyph_matrix (w->current_matrix);
6055 SET_TEXT_POS (pos, BEGV, BEGV_BYTE);
39321b94 6056 try_window (FRAME_ROOT_WINDOW (f), pos, TRY_WINDOW_IGNORE_FONTS_CHANGE);
6fc2811b
JR
6057
6058 /* Compute width and height of the tooltip. */
a971c0a7 6059 width = height = seen_reversed_p = 0;
6fc2811b 6060 for (i = 0; i < w->desired_matrix->nrows; ++i)
ee78dc32 6061 {
6fc2811b
JR
6062 struct glyph_row *row = &w->desired_matrix->rows[i];
6063 struct glyph *last;
6064 int row_width;
6065
6066 /* Stop at the first empty row at the end. */
138c0ae8 6067 if (!row->enabled_p || !MATRIX_ROW_DISPLAYS_TEXT_P (row))
6fc2811b
JR
6068 break;
6069
6070 /* Let the row go over the full width of the frame. */
6071 row->full_width_p = 1;
6072
a971c0a7 6073 row_width = row->pixel_width;
6fc2811b
JR
6074 if (row->used[TEXT_AREA])
6075 {
a971c0a7
EZ
6076 if (!row->reversed_p)
6077 {
a971c0a7
EZ
6078 /* There's a glyph at the end of rows that is used to
6079 place the cursor there. Don't include the width of
6080 this glyph. */
6081 last = &row->glyphs[TEXT_AREA][row->used[TEXT_AREA] - 1];
6082 if (INTEGERP (last->object))
6083 row_width -= last->pixel_width;
a971c0a7
EZ
6084 }
6085 else
6086 {
6087 /* There could be a stretch glyph at the beginning of R2L
6088 rows that is produced by extend_face_to_end_of_line.
6089 Don't count that glyph. */
6090 struct glyph *g = row->glyphs[TEXT_AREA];
6091
6092 if (g->type == STRETCH_GLYPH && INTEGERP (g->object))
6093 {
6094 row_width -= g->pixel_width;
6095 seen_reversed_p = 1;
6096 }
6097 }
6098 }
7d0393cf 6099
bfd6edcc 6100 height += row->height;
6fc2811b 6101 width = max (width, row_width);
ee78dc32
GV
6102 }
6103
a971c0a7
EZ
6104 /* If we've seen partial-length R2L rows, we need to re-adjust the
6105 tool-tip frame width and redisplay it again, to avoid over-wide
6106 tips due to the stretch glyph that extends R2L lines to full
6107 width of the frame. */
6108 if (seen_reversed_p)
6109 {
6110 /* w->total_cols and FRAME_TOTAL_COLS want the width in columns,
6111 not in pixels. */
6112 width /= WINDOW_FRAME_COLUMN_WIDTH (w);
5f24fa51 6113 w->total_cols = width;
a971c0a7 6114 FRAME_TOTAL_COLS (f) = width;
bd0443bb 6115 adjust_frame_glyphs (f);
39321b94 6116 w->pseudo_window_p = 1;
a971c0a7
EZ
6117 clear_glyph_matrix (w->desired_matrix);
6118 clear_glyph_matrix (w->current_matrix);
39321b94 6119 try_window (FRAME_ROOT_WINDOW (f), pos, TRY_WINDOW_IGNORE_FONTS_CHANGE);
a971c0a7
EZ
6120 width = height = 0;
6121 /* Recompute width and height of the tooltip. */
6122 for (i = 0; i < w->desired_matrix->nrows; ++i)
6123 {
6124 struct glyph_row *row = &w->desired_matrix->rows[i];
6125 struct glyph *last;
6126 int row_width;
6127
138c0ae8 6128 if (!row->enabled_p || !MATRIX_ROW_DISPLAYS_TEXT_P (row))
a971c0a7
EZ
6129 break;
6130 row->full_width_p = 1;
6131 row_width = row->pixel_width;
a971c0a7
EZ
6132 if (row->used[TEXT_AREA] && !row->reversed_p)
6133 {
6134 last = &row->glyphs[TEXT_AREA][row->used[TEXT_AREA] - 1];
6135 if (INTEGERP (last->object))
6136 row_width -= last->pixel_width;
6137 }
a971c0a7
EZ
6138
6139 height += row->height;
6140 width = max (width, row_width);
6141 }
6142 }
6143
39321b94
EZ
6144 /* Round up the height to an integral multiple of FRAME_LINE_HEIGHT. */
6145 if (height % FRAME_LINE_HEIGHT (f) != 0)
6146 height += FRAME_LINE_HEIGHT (f) - height % FRAME_LINE_HEIGHT (f);
6147 /* Add the frame's internal border to the width and height the w32
6fc2811b
JR
6148 window should have. */
6149 height += 2 * FRAME_INTERNAL_BORDER_WIDTH (f);
6150 width += 2 * FRAME_INTERNAL_BORDER_WIDTH (f);
ee78dc32 6151
6fc2811b
JR
6152 /* Move the tooltip window where the mouse pointer is. Resize and
6153 show it. */
3cf3436e 6154 compute_tip_xy (f, parms, dx, dy, width, height, &root_x, &root_y);
71eab8d1 6155
bfd6edcc
JR
6156 {
6157 /* Adjust Window size to take border into account. */
6158 RECT rect;
6159 rect.left = rect.top = 0;
6160 rect.right = width;
6161 rect.bottom = height;
6162 AdjustWindowRect (&rect, f->output_data.w32->dwStyle,
6163 FRAME_EXTERNAL_MENU_BAR (f));
6164
1d79e521 6165 /* Position and size tooltip, and put it in the topmost group.
39321b94
EZ
6166 The add-on of FRAME_COLUMN_WIDTH to the 5th argument is a
6167 peculiarity of w32 display: without it, some fonts cause the
6168 last character of the tip to be truncated or wrapped around to
6169 the next line. */
bfd6edcc 6170 SetWindowPos (FRAME_W32_WINDOW (f), HWND_TOPMOST,
39321b94
EZ
6171 root_x, root_y,
6172 rect.right - rect.left + FRAME_COLUMN_WIDTH (f),
bfd6edcc
JR
6173 rect.bottom - rect.top, SWP_NOACTIVATE);
6174
d65a9cdc
JR
6175 /* Ensure tooltip is on top of other topmost windows (eg menus). */
6176 SetWindowPos (FRAME_W32_WINDOW (f), HWND_TOP,
6177 0, 0, 0, 0,
6178 SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
6179
bfd6edcc 6180 /* Let redisplay know that we have made the frame visible already. */
edfa7fa0 6181 SET_FRAME_VISIBLE (f, 1);
bfd6edcc
JR
6182
6183 ShowWindow (FRAME_W32_WINDOW (f), SW_SHOWNOACTIVATE);
6184 }
ee78dc32 6185
6fc2811b
JR
6186 /* Draw into the window. */
6187 w->must_be_updated_p = 1;
6188 update_single_window (w, 1);
ee78dc32 6189
4d7e6e51 6190 unblock_input ();
0e3fcdef 6191
6fc2811b
JR
6192 /* Restore original current buffer. */
6193 set_buffer_internal_1 (old_buffer);
6194 windows_or_buffers_changed = old_windows_or_buffers_changed;
ee78dc32 6195
dc220243 6196 start_timer:
6fc2811b
JR
6197 /* Let the tip disappear after timeout seconds. */
6198 tip_timer = call3 (intern ("run-at-time"), timeout, Qnil,
6199 intern ("x-hide-tip"));
ee78dc32 6200
dfff8a69 6201 UNGCPRO;
6fc2811b 6202 return unbind_to (count, Qnil);
ee78dc32
GV
6203}
6204
ee78dc32 6205
6fc2811b 6206DEFUN ("x-hide-tip", Fx_hide_tip, Sx_hide_tip, 0, 0, 0,
74e1aeec
JR
6207 doc: /* Hide the current tooltip window, if there is any.
6208Value is t if tooltip was open, nil otherwise. */)
5842a27b 6209 (void)
6fc2811b 6210{
d311d28c 6211 ptrdiff_t count;
937e601e
AI
6212 Lisp_Object deleted, frame, timer;
6213 struct gcpro gcpro1, gcpro2;
6214
6215 /* Return quickly if nothing to do. */
6216 if (NILP (tip_timer) && NILP (tip_frame))
6217 return Qnil;
7d0393cf 6218
937e601e
AI
6219 frame = tip_frame;
6220 timer = tip_timer;
6221 GCPRO2 (frame, timer);
6222 tip_frame = tip_timer = deleted = Qnil;
7d0393cf 6223
331379bf 6224 count = SPECPDL_INDEX ();
6fc2811b 6225 specbind (Qinhibit_redisplay, Qt);
937e601e 6226 specbind (Qinhibit_quit, Qt);
7d0393cf 6227
937e601e 6228 if (!NILP (timer))
dc220243 6229 call1 (Qcancel_timer, timer);
ee78dc32 6230
937e601e 6231 if (FRAMEP (frame))
6fc2811b 6232 {
56f2de10 6233 delete_frame (frame, Qnil);
937e601e 6234 deleted = Qt;
6fc2811b 6235 }
1edf84e7 6236
937e601e
AI
6237 UNGCPRO;
6238 return unbind_to (count, deleted);
6fc2811b 6239}
6fc2811b
JR
6240\f
6241/***********************************************************************
6242 File selection dialog
6243 ***********************************************************************/
6fc2811b 6244
0fda9b75
DC
6245#define FILE_NAME_TEXT_FIELD edt1
6246#define FILE_NAME_COMBO_BOX cmb13
6247#define FILE_NAME_LIST lst1
6248
fffa137c 6249/* Callback for altering the behavior of the Open File dialog.
1030b26b
JR
6250 Makes the Filename text field contain "Current Directory" and be
6251 read-only when "Directories" is selected in the filter. This
6252 allows us to work around the fact that the standard Open File
6253 dialog does not support directories. */
c7b36b95 6254static UINT_PTR CALLBACK
b56ceb92 6255file_dialog_callback (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
1030b26b
JR
6256{
6257 if (msg == WM_NOTIFY)
6258 {
0fda9b75
DC
6259#ifdef NTGUI_UNICODE
6260 OFNOTIFYW * notify = (OFNOTIFYW *)lParam;
6261#else /* !NTGUI_UNICODE */
6262 OFNOTIFYA * notify = (OFNOTIFYA *)lParam;
6263#endif /* NTGUI_UNICODE */
1030b26b 6264 /* Detect when the Filter dropdown is changed. */
ef544dc8
JR
6265 if (notify->hdr.code == CDN_TYPECHANGE
6266 || notify->hdr.code == CDN_INITDONE)
1030b26b
JR
6267 {
6268 HWND dialog = GetParent (hwnd);
6269 HWND edit_control = GetDlgItem (dialog, FILE_NAME_TEXT_FIELD);
7faeca66 6270 HWND list = GetDlgItem (dialog, FILE_NAME_LIST);
1030b26b 6271
7faeca66
BK
6272 /* At least on Windows 7, the above attempt to get the window handle
6273 to the File Name Text Field fails. The following code does the
6274 job though. Note that this code is based on my examination of the
6275 window hierarchy using Microsoft Spy++. bk */
6276 if (edit_control == NULL)
6277 {
6278 HWND tmp = GetDlgItem (dialog, FILE_NAME_COMBO_BOX);
6279 if (tmp)
6280 {
6281 tmp = GetWindow (tmp, GW_CHILD);
6282 if (tmp)
6283 edit_control = GetWindow (tmp, GW_CHILD);
6284 }
6285 }
6286
6287 /* Directories is in index 2. */
1030b26b
JR
6288 if (notify->lpOFN->nFilterIndex == 2)
6289 {
6290 CommDlg_OpenSave_SetControlText (dialog, FILE_NAME_TEXT_FIELD,
0fda9b75 6291 GUISTR ("Current Directory"));
1030b26b 6292 EnableWindow (edit_control, FALSE);
7faeca66
BK
6293 /* Note that at least on Windows 7, the above call to EnableWindow
6294 disables the window that would ordinarily have focus. If we
6295 do not set focus to some other window here, focus will land in
6296 no man's land and the user will be unable to tab through the
6297 dialog box (pressing tab will only result in a beep).
6298 Avoid that problem by setting focus to the list here. */
7684e57b 6299 if (notify->hdr.code == CDN_INITDONE)
7faeca66 6300 SetFocus (list);
1030b26b
JR
6301 }
6302 else
6303 {
ef544dc8
JR
6304 /* Don't override default filename on init done. */
6305 if (notify->hdr.code == CDN_TYPECHANGE)
6306 CommDlg_OpenSave_SetControlText (dialog,
0fda9b75
DC
6307 FILE_NAME_TEXT_FIELD,
6308 GUISTR (""));
1030b26b
JR
6309 EnableWindow (edit_control, TRUE);
6310 }
6311 }
6312 }
6313 return 0;
6314}
6315
f9d64bb3 6316DEFUN ("x-file-dialog", Fx_file_dialog, Sx_file_dialog, 2, 5, 0,
74e1aeec 6317 doc: /* Read file name, prompting with PROMPT in directory DIR.
7c051dd8
GM
6318Use a file selection dialog. Select DEFAULT-FILENAME in the dialog's file
6319selection box, if specified. If MUSTMATCH is non-nil, the returned file
6320or directory must exist.
6321
d7e642cc 6322This function is only defined on NS, MS Windows, and X Windows with the
7c051dd8
GM
6323Motif or Gtk toolkits. With the Motif toolkit, ONLY-DIR-P is ignored.
6324Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. */)
5842a27b 6325 (Lisp_Object prompt, Lisp_Object dir, Lisp_Object default_filename, Lisp_Object mustmatch, Lisp_Object only_dir_p)
6fc2811b 6326{
0fda9b75
DC
6327 /* Filter index: 1: All Files, 2: Directories only */
6328 static const guichar_t filter[] =
6329 GUISTR ("All Files (*.*)\0*.*\0Directories\0*|*\0");
6330
6331 Lisp_Object filename = default_filename;
6fc2811b 6332 struct frame *f = SELECTED_FRAME ();
0fda9b75
DC
6333 BOOL file_opened = FALSE;
6334 Lisp_Object orig_dir = dir;
6335 Lisp_Object orig_prompt = prompt;
6336
6337 /* If we compile with _WIN32_WINNT set to 0x0400 (for NT4
6338 compatibility) we end up with the old file dialogs. Define a big
6339 enough struct for the new dialog to trick GetOpenFileName into
6340 giving us the new dialogs on newer versions of Windows. */
6341 struct {
6342#ifdef NTGUI_UNICODE
6343 OPENFILENAMEW details;
6344#else /* !NTGUI_UNICODE */
6345 OPENFILENAMEA details;
6346#endif /* NTGUI_UNICODE */
6347
6348#if _WIN32_WINNT < 0x500 /* < win2k */
6349 PVOID pvReserved;
6350 DWORD dwReserved;
6351 DWORD FlagsEx;
6352#endif /* < win2k */
6353 } new_file_details;
6354
6355#ifdef NTGUI_UNICODE
501199a3 6356 wchar_t filename_buf[32*1024 + 1]; // NT kernel maximum
0fda9b75
DC
6357 OPENFILENAMEW * file_details = &new_file_details.details;
6358#else /* not NTGUI_UNICODE */
6359 char filename_buf[MAX_PATH + 1];
6360 OPENFILENAMEA * file_details = &new_file_details.details;
6361#endif /* NTGUI_UNICODE */
6362
f9d64bb3 6363 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6;
0fda9b75 6364 GCPRO6 (prompt, dir, default_filename, mustmatch, only_dir_p, filename);
5ac45f98 6365
0fda9b75
DC
6366 {
6367 struct gcpro gcpro1, gcpro2;
6368 GCPRO2 (orig_dir, orig_prompt); /* There is no GCPRON, N>6. */
5ac45f98 6369
0fda9b75
DC
6370 /* Note: under NTGUI_UNICODE, we do _NOT_ use ENCODE_FILE: the
6371 system file encoding expected by the platform APIs (e.g. Cygwin's
303cc1d1
EZ
6372 POSIX implementation) may not be the same as the encoding expected
6373 by the Windows "ANSI" APIs! */
ee78dc32 6374
0fda9b75
DC
6375 CHECK_STRING (prompt);
6376 CHECK_STRING (dir);
ee78dc32 6377
0fda9b75 6378 dir = Fexpand_file_name (dir, Qnil);
7faeca66 6379
0fda9b75
DC
6380 if (STRINGP (filename))
6381 filename = Ffile_name_nondirectory (filename);
6382 else
6383 filename = empty_unibyte_string;
21517c3d 6384
0fda9b75 6385#ifdef CYGWIN
6e9f7997 6386 dir = Fcygwin_convert_file_name_to_windows (dir, Qt);
0fda9b75 6387 if (SCHARS (filename) > 0)
6e9f7997 6388 filename = Fcygwin_convert_file_name_to_windows (filename, Qnil);
0fda9b75 6389#endif
ee78dc32 6390
0fda9b75
DC
6391 CHECK_STRING (dir);
6392 CHECK_STRING (filename);
6393
6394 /* The code in file_dialog_callback that attempts to set the text
6395 of the file name edit window when handling the CDN_INITDONE
6396 WM_NOTIFY message does not work. Setting filename to "Current
6397 Directory" in the only_dir_p case here does work however. */
6398 if (SCHARS (filename) == 0 && ! NILP (only_dir_p))
6399 filename = build_string ("Current Directory");
6400
6401 /* Convert the values we've computed so far to system form. */
6402#ifdef NTGUI_UNICODE
6403 to_unicode (prompt, &prompt);
6404 to_unicode (dir, &dir);
6405 to_unicode (filename, &filename);
6406#else /* !NTGUI_UNICODE */
6407 prompt = ENCODE_FILE (prompt);
6408 dir = ENCODE_FILE (dir);
6409 filename = ENCODE_FILE (filename);
6410
6411 /* We modify these in-place, so make copies for safety. */
6412 dir = Fcopy_sequence (dir);
6413 unixtodos_filename (SDATA (dir));
6414 filename = Fcopy_sequence (filename);
6415 unixtodos_filename (SDATA (filename));
6416#endif /* NTGUI_UNICODE */
6417
501199a3
DC
6418 /* Fill in the structure for the call to GetOpenFileName below.
6419 For NTGUI_UNICODE builds (which run only on NT), we just use
6420 the actual size of the structure. For non-NTGUI_UNICODE
6421 builds, we tell the OS we're using an old version of the
6422 structure if the OS isn't new enough to support the newer
6423 version. */
72af86bd 6424 memset (&new_file_details, 0, sizeof (new_file_details));
0fda9b75 6425
7f2b4738 6426 if (w32_major_version > 4 && w32_major_version < 95)
0fda9b75 6427 file_details->lStructSize = sizeof (new_file_details);
7f2b4738 6428 else
0fda9b75
DC
6429 file_details->lStructSize = sizeof (*file_details);
6430
6431 /* Set up the inout parameter for the selected file name. */
6432 if (SBYTES (filename) + 1 > sizeof (filename_buf))
501199a3 6433 report_file_error ("filename too long", default_filename);
0fda9b75
DC
6434
6435 memcpy (filename_buf, SDATA (filename), SBYTES (filename) + 1);
6436 file_details->lpstrFile = filename_buf;
6437 file_details->nMaxFile = sizeof (filename_buf) / sizeof (*filename_buf);
7f2b4738
JR
6438
6439 file_details->hwndOwner = FRAME_W32_WINDOW (f);
1030b26b
JR
6440 /* Undocumented Bug in Common File Dialog:
6441 If a filter is not specified, shell links are not resolved. */
0fda9b75
DC
6442 file_details->lpstrFilter = filter;
6443 file_details->lpstrInitialDir = (guichar_t*) SDATA (dir);
6444 file_details->lpstrTitle = (guichar_t*) SDATA (prompt);
6445 file_details->nFilterIndex = NILP (only_dir_p) ? 1 : 2;
7f2b4738 6446 file_details->Flags = (OFN_HIDEREADONLY | OFN_NOCHANGEDIR
0fda9b75
DC
6447 | OFN_EXPLORER | OFN_ENABLEHOOK);
6448
1030b26b 6449 if (!NILP (mustmatch))
7f2b4738 6450 {
0fda9b75
DC
6451 /* Require that the path to the parent directory exists. */
6452 file_details->Flags |= OFN_PATHMUSTEXIST;
6453 /* If we are looking for a file, require that it exists. */
6454 if (NILP (only_dir_p))
6455 file_details->Flags |= OFN_FILEMUSTEXIST;
7f2b4738 6456 }
1030b26b 6457
0fda9b75
DC
6458 {
6459 int count = SPECPDL_INDEX ();
303cc1d1 6460 /* Prevent redisplay. */
0fda9b75 6461 specbind (Qinhibit_redisplay, Qt);
36a305a7 6462 block_input ();
0fda9b75 6463 file_details->lpfnHook = file_dialog_callback;
1030b26b 6464
819e2da9 6465 file_opened = GUI_FN (GetOpenFileName) (file_details);
36a305a7 6466 unblock_input ();
0fda9b75
DC
6467 unbind_to (count, Qnil);
6468 }
ba6f3859
JR
6469
6470 if (file_opened)
1030b26b 6471 {
0fda9b75
DC
6472 /* Get an Emacs string from the value Windows gave us. */
6473#ifdef NTGUI_UNICODE
819e2da9 6474 filename = from_unicode_buffer (filename_buf);
0fda9b75 6475#else /* !NTGUI_UNICODE */
e7ac588e 6476 dostounix_filename (filename_buf, 0);
0fda9b75
DC
6477 filename = DECODE_FILE (build_string (filename_buf));
6478#endif /* NTGUI_UNICODE */
6479
6480#ifdef CYGWIN
6e9f7997 6481 filename = Fcygwin_convert_file_name_from_windows (filename, Qt);
0fda9b75
DC
6482#endif /* CYGWIN */
6483
6484 /* Strip the dummy filename off the end of the string if we
6485 added it to select a directory. */
6486 if (file_details->nFilterIndex == 2)
6487 {
6488 filename = Ffile_name_directory (filename);
6489 }
1030b26b 6490 }
c80e3b4a 6491 /* User canceled the dialog without making a selection. */
1030b26b 6492 else if (!CommDlgExtendedError ())
0fda9b75 6493 filename = Qnil;
1030b26b
JR
6494 /* An error occurred, fallback on reading from the mini-buffer. */
6495 else
0fda9b75
DC
6496 filename = Fcompleting_read (
6497 orig_prompt,
6498 intern ("read-file-name-internal"),
6499 orig_dir,
6500 mustmatch,
6501 orig_dir,
6502 Qfile_name_history,
6503 default_filename,
6504 Qnil);
1030b26b 6505
0fda9b75 6506 UNGCPRO;
1030b26b 6507 }
ee78dc32 6508
6fc2811b 6509 /* Make "Cancel" equivalent to C-g. */
0fda9b75 6510 if (NILP (filename))
6fc2811b 6511 Fsignal (Qquit, Qnil);
ee78dc32 6512
0fda9b75 6513 RETURN_UNGCPRO (filename);
6fc2811b 6514}
ee78dc32 6515
0fda9b75
DC
6516\f
6517#ifdef WINDOWSNT
6cf29fe8
JR
6518/* Moving files to the system recycle bin.
6519 Used by `move-file-to-trash' instead of the default moving to ~/.Trash */
6520DEFUN ("system-move-file-to-trash", Fsystem_move_file_to_trash,
6521 Ssystem_move_file_to_trash, 1, 1, 0,
6522 doc: /* Move file or directory named FILENAME to the recycle bin. */)
5842a27b 6523 (Lisp_Object filename)
6cf29fe8
JR
6524{
6525 Lisp_Object handler;
6526 Lisp_Object encoded_file;
6527 Lisp_Object operation;
6528
6529 operation = Qdelete_file;
6530 if (!NILP (Ffile_directory_p (filename))
6531 && NILP (Ffile_symlink_p (filename)))
6532 {
e9a0aef8 6533 operation = intern ("delete-directory");
6cf29fe8
JR
6534 filename = Fdirectory_file_name (filename);
6535 }
6536 filename = Fexpand_file_name (filename, Qnil);
6537
6538 handler = Ffind_file_name_handler (filename, operation);
6539 if (!NILP (handler))
6540 return call2 (handler, operation, filename);
6541
6542 encoded_file = ENCODE_FILE (filename);
6543
6544 {
6545 const char * path;
6546 SHFILEOPSTRUCT file_op;
6547 char tmp_path[MAX_PATH + 1];
6548
6549 path = map_w32_filename (SDATA (encoded_file), NULL);
6550
6551 /* On Windows, write permission is required to delete/move files. */
6552 _chmod (path, 0666);
6553
72af86bd 6554 memset (tmp_path, 0, sizeof (tmp_path));
6cf29fe8
JR
6555 strcpy (tmp_path, path);
6556
72af86bd 6557 memset (&file_op, 0, sizeof (file_op));
6cf29fe8
JR
6558 file_op.hwnd = HWND_DESKTOP;
6559 file_op.wFunc = FO_DELETE;
6560 file_op.pFrom = tmp_path;
6561 file_op.fFlags = FOF_SILENT | FOF_NOCONFIRMATION | FOF_ALLOWUNDO
6562 | FOF_NOERRORUI | FOF_NO_CONNECTED_ELEMENTS;
6563 file_op.fAnyOperationsAborted = FALSE;
6564
6565 if (SHFileOperation (&file_op) != 0)
6566 report_file_error ("Removing old name", list1 (filename));
6567 }
6568 return Qnil;
6569}
6570
0fda9b75
DC
6571#endif /* WINDOWSNT */
6572
6fc2811b 6573\f
6fc2811b
JR
6574/***********************************************************************
6575 w32 specialized functions
6576 ***********************************************************************/
ee78dc32 6577
74e1aeec
JR
6578DEFUN ("w32-send-sys-command", Fw32_send_sys_command,
6579 Sw32_send_sys_command, 1, 2, 0,
6580 doc: /* Send frame a Windows WM_SYSCOMMAND message of type COMMAND.
52deb19f 6581Some useful values for COMMAND are #xf030 to maximize frame (#xf020
d84b082d
JR
6582to minimize), #xf120 to restore frame to original size, and #xf100
6583to activate the menubar for keyboard access. #xf140 activates the
74e1aeec
JR
6584screen saver if defined.
6585
6586If optional parameter FRAME is not specified, use selected frame. */)
5842a27b 6587 (Lisp_Object command, Lisp_Object frame)
1edf84e7 6588{
a10c8269 6589 struct frame *f = decode_window_system_frame (frame);
1edf84e7 6590
b7826503 6591 CHECK_NUMBER (command);
1edf84e7 6592
ce6059da 6593 PostMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, XINT (command), 0);
1edf84e7
GV
6594
6595 return Qnil;
6596}
6597
55dcfc15 6598DEFUN ("w32-shell-execute", Fw32_shell_execute, Sw32_shell_execute, 2, 4, 0,
74e1aeec
JR
6599 doc: /* Get Windows to perform OPERATION on DOCUMENT.
6600This is a wrapper around the ShellExecute system function, which
6601invokes the application registered to handle OPERATION for DOCUMENT.
74e1aeec 6602
1dccd454
EZ
6603OPERATION is either nil or a string that names a supported operation.
6604What operations can be used depends on the particular DOCUMENT and its
6605handler application, but typically it is one of the following common
6606operations:
6607
6608 \"open\" - open DOCUMENT, which could be a file, a directory, or an
6609 executable program. If it is an application, that
6610 application is launched in the current buffer's default
6611 directory. Otherwise, the application associated with
6612 DOCUMENT is launched in the buffer's default directory.
6613 \"print\" - print DOCUMENT, which must be a file
6614 \"explore\" - start the Windows Explorer on DOCUMENT
6615 \"edit\" - launch an editor and open DOCUMENT for editing; which
6616 editor is launched depends on the association for the
6617 specified DOCUMENT
6618 \"find\" - initiate search starting from DOCUMENT which must specify
6619 a directory
6620 nil - invoke the default OPERATION, or \"open\" if default is
6621 not defined or unavailable
6622
6623DOCUMENT is typically the name of a document file or a URL, but can
6624also be a program executable to run, or a directory to open in the
6625Windows Explorer.
6626
02b39a28
JB
6627If DOCUMENT is a program executable, the optional third arg PARAMETERS
6628can be a string containing command line parameters that will be passed
6629to the program; otherwise, PARAMETERS should be nil or unspecified.
1dccd454 6630
02b39a28 6631Optional fourth argument SHOW-FLAG can be used to control how the
1dccd454 6632application will be displayed when it is invoked. If SHOW-FLAG is nil
02b39a28 6633or unspecified, the application is displayed normally, otherwise it is
1dccd454 6634an integer representing a ShowWindow flag:
74e1aeec
JR
6635
6636 0 - start hidden
6637 1 - start normally
6638 3 - start maximized
6639 6 - start minimized */)
5842a27b 6640 (Lisp_Object operation, Lisp_Object document, Lisp_Object parameters, Lisp_Object show_flag)
55dcfc15
AI
6641{
6642 Lisp_Object current_dir;
5cba3209 6643 char *errstr;
55dcfc15 6644
b7826503 6645 CHECK_STRING (document);
55dcfc15 6646
3bc143eb 6647 /* Encode filename, current directory and parameters. */
819e2da9
DC
6648 current_dir = BVAR (current_buffer, directory);
6649
6650#ifdef CYGWIN
6651 current_dir = Fcygwin_convert_file_name_to_windows (current_dir, Qt);
6652 if (STRINGP (document))
6653 document = Fcygwin_convert_file_name_to_windows (document, Qt);
6654#endif /* CYGWIN */
6655
6656 current_dir = GUI_ENCODE_FILE (current_dir);
6657 if (STRINGP (document))
6658 document = GUI_ENCODE_FILE (document);
3bc143eb 6659 if (STRINGP (parameters))
819e2da9
DC
6660 parameters = GUI_ENCODE_SYSTEM (parameters);
6661
6662 if ((int) GUI_FN (ShellExecute) (NULL,
6663 (STRINGP (operation) ?
6664 GUI_SDATA (operation) : NULL),
6665 GUI_SDATA (document),
6666 (STRINGP (parameters) ?
6667 GUI_SDATA (parameters) : NULL),
6668 GUI_SDATA (current_dir),
6669 (INTEGERP (show_flag) ?
6670 XINT (show_flag) : SW_SHOWDEFAULT))
55dcfc15
AI
6671 > 32)
6672 return Qt;
5cba3209
EZ
6673 errstr = w32_strerror (0);
6674 /* The error string might be encoded in the locale's encoding. */
6675 if (!NILP (Vlocale_coding_system))
6676 {
6677 Lisp_Object decoded =
d7ea76b4 6678 code_convert_string_norecord (build_unibyte_string (errstr),
5cba3209 6679 Vlocale_coding_system, 0);
51b59d79 6680 errstr = SSDATA (decoded);
5cba3209
EZ
6681 }
6682 error ("ShellExecute failed: %s", errstr);
55dcfc15
AI
6683}
6684
ccc2d29c
GV
6685/* Lookup virtual keycode from string representing the name of a
6686 non-ascii keystroke into the corresponding virtual key, using
6687 lispy_function_keys. */
6688static int
6689lookup_vk_code (char *key)
6690{
6691 int i;
6692
6693 for (i = 0; i < 256; i++)
bf254037 6694 if (lispy_function_keys[i]
ccc2d29c
GV
6695 && strcmp (lispy_function_keys[i], key) == 0)
6696 return i;
6697
6698 return -1;
6699}
6700
6701/* Convert a one-element vector style key sequence to a hot key
6702 definition. */
2ba49441 6703static Lisp_Object
b56ceb92 6704w32_parse_hot_key (Lisp_Object key)
ccc2d29c
GV
6705{
6706 /* Copied from Fdefine_key and store_in_keymap. */
6707 register Lisp_Object c;
6708 int vk_code;
6709 int lisp_modifiers;
6710 int w32_modifiers;
6711 struct gcpro gcpro1;
6712
b7826503 6713 CHECK_VECTOR (key);
ccc2d29c 6714
9a9d91d9 6715 if (ASIZE (key) != 1)
ccc2d29c
GV
6716 return Qnil;
6717
6718 GCPRO1 (key);
6719
9a9d91d9 6720 c = AREF (key, 0);
ccc2d29c
GV
6721
6722 if (CONSP (c) && lucid_event_type_list_p (c))
6723 c = Fevent_convert_list (c);
6724
6725 UNGCPRO;
6726
6727 if (! INTEGERP (c) && ! SYMBOLP (c))
6728 error ("Key definition is invalid");
6729
6730 /* Work out the base key and the modifiers. */
6731 if (SYMBOLP (c))
6732 {
6733 c = parse_modifiers (c);
2ba49441 6734 lisp_modifiers = XINT (Fcar (Fcdr (c)));
ccc2d29c
GV
6735 c = Fcar (c);
6736 if (!SYMBOLP (c))
1088b922 6737 emacs_abort ();
d5db4077 6738 vk_code = lookup_vk_code (SDATA (SYMBOL_NAME (c)));
ccc2d29c
GV
6739 }
6740 else if (INTEGERP (c))
6741 {
6742 lisp_modifiers = XINT (c) & ~CHARACTERBITS;
6743 /* Many ascii characters are their own virtual key code. */
6744 vk_code = XINT (c) & CHARACTERBITS;
6745 }
6746
6747 if (vk_code < 0 || vk_code > 255)
6748 return Qnil;
6749
6750 if ((lisp_modifiers & meta_modifier) != 0
6751 && !NILP (Vw32_alt_is_meta))
6752 lisp_modifiers |= alt_modifier;
6753
71eab8d1
AI
6754 /* Supply defs missing from mingw32. */
6755#ifndef MOD_ALT
6756#define MOD_ALT 0x0001
6757#define MOD_CONTROL 0x0002
6758#define MOD_SHIFT 0x0004
6759#define MOD_WIN 0x0008
6760#endif
6761
ccc2d29c
GV
6762 /* Convert lisp modifiers to Windows hot-key form. */
6763 w32_modifiers = (lisp_modifiers & hyper_modifier) ? MOD_WIN : 0;
6764 w32_modifiers |= (lisp_modifiers & alt_modifier) ? MOD_ALT : 0;
6765 w32_modifiers |= (lisp_modifiers & ctrl_modifier) ? MOD_CONTROL : 0;
6766 w32_modifiers |= (lisp_modifiers & shift_modifier) ? MOD_SHIFT : 0;
6767
6768 return HOTKEY (vk_code, w32_modifiers);
6769}
6770
74e1aeec
JR
6771DEFUN ("w32-register-hot-key", Fw32_register_hot_key,
6772 Sw32_register_hot_key, 1, 1, 0,
6773 doc: /* Register KEY as a hot-key combination.
6774Certain key combinations like Alt-Tab are reserved for system use on
6775Windows, and therefore are normally intercepted by the system. However,
6776most of these key combinations can be received by registering them as
6777hot-keys, overriding their special meaning.
6778
6779KEY must be a one element key definition in vector form that would be
6780acceptable to `define-key' (e.g. [A-tab] for Alt-Tab). The meta
6781modifier is interpreted as Alt if `w32-alt-is-meta' is t, and hyper
6782is always interpreted as the Windows modifier keys.
6783
6784The return value is the hotkey-id if registered, otherwise nil. */)
5842a27b 6785 (Lisp_Object key)
ccc2d29c
GV
6786{
6787 key = w32_parse_hot_key (key);
6788
fb053a1f 6789 if (!NILP (key) && NILP (Fmemq (key, w32_grabbed_keys)))
ccc2d29c
GV
6790 {
6791 /* Reuse an empty slot if possible. */
6792 Lisp_Object item = Fmemq (Qnil, w32_grabbed_keys);
6793
6794 /* Safe to add new key to list, even if we have focus. */
6795 if (NILP (item))
6796 w32_grabbed_keys = Fcons (key, w32_grabbed_keys);
6797 else
f3fbd155 6798 XSETCAR (item, key);
ccc2d29c
GV
6799
6800 /* Notify input thread about new hot-key definition, so that it
6801 takes effect without needing to switch focus. */
2ba49441 6802 PostThreadMessage (dwWindowsThreadId, WM_EMACS_REGISTER_HOT_KEY,
646b5f55 6803 (WPARAM) XLI (key), 0);
ccc2d29c
GV
6804 }
6805
6806 return key;
6807}
6808
74e1aeec
JR
6809DEFUN ("w32-unregister-hot-key", Fw32_unregister_hot_key,
6810 Sw32_unregister_hot_key, 1, 1, 0,
52deb19f 6811 doc: /* Unregister KEY as a hot-key combination. */)
5842a27b 6812 (Lisp_Object key)
ccc2d29c
GV
6813{
6814 Lisp_Object item;
6815
6816 if (!INTEGERP (key))
6817 key = w32_parse_hot_key (key);
6818
6819 item = Fmemq (key, w32_grabbed_keys);
6820
6821 if (!NILP (item))
6822 {
6823 /* Notify input thread about hot-key definition being removed, so
6824 that it takes effect without needing focus switch. */
6825 if (PostThreadMessage (dwWindowsThreadId, WM_EMACS_UNREGISTER_HOT_KEY,
646b5f55 6826 (WPARAM) XINT (XCAR (item)), (LPARAM) XLI (item)))
ccc2d29c
GV
6827 {
6828 MSG msg;
6829 GetMessage (&msg, NULL, WM_EMACS_DONE, WM_EMACS_DONE);
6830 }
6831 return Qt;
6832 }
6833 return Qnil;
6834}
6835
74e1aeec
JR
6836DEFUN ("w32-registered-hot-keys", Fw32_registered_hot_keys,
6837 Sw32_registered_hot_keys, 0, 0, 0,
6838 doc: /* Return list of registered hot-key IDs. */)
5842a27b 6839 (void)
ccc2d29c 6840{
74084731 6841 return Fdelq (Qnil, Fcopy_sequence (w32_grabbed_keys));
ccc2d29c
GV
6842}
6843
74e1aeec
JR
6844DEFUN ("w32-reconstruct-hot-key", Fw32_reconstruct_hot_key,
6845 Sw32_reconstruct_hot_key, 1, 1, 0,
52deb19f
JB
6846 doc: /* Convert hot-key ID to a lisp key combination.
6847usage: (w32-reconstruct-hot-key ID) */)
5842a27b 6848 (Lisp_Object hotkeyid)
ccc2d29c
GV
6849{
6850 int vk_code, w32_modifiers;
6851 Lisp_Object key;
6852
b7826503 6853 CHECK_NUMBER (hotkeyid);
ccc2d29c
GV
6854
6855 vk_code = HOTKEY_VK_CODE (hotkeyid);
6856 w32_modifiers = HOTKEY_MODIFIERS (hotkeyid);
6857
bf254037 6858 if (vk_code < 256 && lispy_function_keys[vk_code])
ccc2d29c
GV
6859 key = intern (lispy_function_keys[vk_code]);
6860 else
6861 key = make_number (vk_code);
6862
6863 key = Fcons (key, Qnil);
6864 if (w32_modifiers & MOD_SHIFT)
3ef68e6b 6865 key = Fcons (Qshift, key);
ccc2d29c 6866 if (w32_modifiers & MOD_CONTROL)
3ef68e6b 6867 key = Fcons (Qctrl, key);
ccc2d29c 6868 if (w32_modifiers & MOD_ALT)
3ef68e6b 6869 key = Fcons (NILP (Vw32_alt_is_meta) ? Qalt : Qmeta, key);
ccc2d29c 6870 if (w32_modifiers & MOD_WIN)
3ef68e6b 6871 key = Fcons (Qhyper, key);
ccc2d29c
GV
6872
6873 return key;
6874}
adcc3809 6875
74e1aeec
JR
6876DEFUN ("w32-toggle-lock-key", Fw32_toggle_lock_key,
6877 Sw32_toggle_lock_key, 1, 2, 0,
6878 doc: /* Toggle the state of the lock key KEY.
6879KEY can be `capslock', `kp-numlock', or `scroll'.
6880If the optional parameter NEW-STATE is a number, then the state of KEY
6881is set to off if the low bit of NEW-STATE is zero, otherwise on. */)
5842a27b 6882 (Lisp_Object key, Lisp_Object new_state)
adcc3809
GV
6883{
6884 int vk_code;
adcc3809
GV
6885
6886 if (EQ (key, intern ("capslock")))
6887 vk_code = VK_CAPITAL;
6888 else if (EQ (key, intern ("kp-numlock")))
6889 vk_code = VK_NUMLOCK;
6890 else if (EQ (key, intern ("scroll")))
6891 vk_code = VK_SCROLL;
6892 else
6893 return Qnil;
6894
6895 if (!dwWindowsThreadId)
6896 return make_number (w32_console_toggle_lock_key (vk_code, new_state));
6897
6898 if (PostThreadMessage (dwWindowsThreadId, WM_EMACS_TOGGLE_LOCK_KEY,
646b5f55 6899 (WPARAM) vk_code, (LPARAM) XLI (new_state)))
adcc3809
GV
6900 {
6901 MSG msg;
6902 GetMessage (&msg, NULL, WM_EMACS_DONE, WM_EMACS_DONE);
6903 return make_number (msg.wParam);
6904 }
6905 return Qnil;
6906}
a01763cb
EZ
6907
6908DEFUN ("w32-window-exists-p", Fw32_window_exists_p, Sw32_window_exists_p,
6909 2, 2, 0,
6910 doc: /* Return non-nil if a window exists with the specified CLASS and NAME.
6911
6912This is a direct interface to the Windows API FindWindow function. */)
5842a27b 6913 (Lisp_Object class, Lisp_Object name)
a01763cb
EZ
6914{
6915 HWND hnd;
6916
6917 if (!NILP (class))
6918 CHECK_STRING (class);
6919 if (!NILP (name))
6920 CHECK_STRING (name);
6921
6922 hnd = FindWindow (STRINGP (class) ? ((LPCTSTR) SDATA (class)) : NULL,
6923 STRINGP (name) ? ((LPCTSTR) SDATA (name)) : NULL);
6924 if (!hnd)
6925 return Qnil;
6926 return Qt;
6927}
6928
2c2279c6
JR
6929DEFUN ("w32-battery-status", Fw32_battery_status, Sw32_battery_status, 0, 0, 0,
6930 doc: /* Get power status information from Windows system.
6931
6932The following %-sequences are provided:
6933%L AC line status (verbose)
6934%B Battery status (verbose)
6935%b Battery status, empty means high, `-' means low,
6936 `!' means critical, and `+' means charging
6937%p Battery load percentage
6938%s Remaining time (to charge or discharge) in seconds
6939%m Remaining time (to charge or discharge) in minutes
6940%h Remaining time (to charge or discharge) in hours
6941%t Remaining time (to charge or discharge) in the form `h:min' */)
5842a27b 6942 (void)
2c2279c6
JR
6943{
6944 Lisp_Object status = Qnil;
6945
6946 SYSTEM_POWER_STATUS system_status;
6947 if (GetSystemPowerStatus (&system_status))
6948 {
6949 Lisp_Object line_status, battery_status, battery_status_symbol;
6950 Lisp_Object load_percentage, seconds, minutes, hours, remain;
2c2279c6
JR
6951
6952 long seconds_left = (long) system_status.BatteryLifeTime;
6953
6954 if (system_status.ACLineStatus == 0)
6955 line_status = build_string ("off-line");
6956 else if (system_status.ACLineStatus == 1)
6957 line_status = build_string ("on-line");
6958 else
6959 line_status = build_string ("N/A");
6960
6961 if (system_status.BatteryFlag & 128)
6962 {
6963 battery_status = build_string ("N/A");
fff4e459 6964 battery_status_symbol = empty_unibyte_string;
2c2279c6
JR
6965 }
6966 else if (system_status.BatteryFlag & 8)
6967 {
6968 battery_status = build_string ("charging");
6969 battery_status_symbol = build_string ("+");
6970 if (system_status.BatteryFullLifeTime != -1L)
6971 seconds_left = system_status.BatteryFullLifeTime - seconds_left;
6972 }
6973 else if (system_status.BatteryFlag & 4)
6974 {
6975 battery_status = build_string ("critical");
6976 battery_status_symbol = build_string ("!");
6977 }
6978 else if (system_status.BatteryFlag & 2)
6979 {
6980 battery_status = build_string ("low");
6981 battery_status_symbol = build_string ("-");
6982 }
6983 else if (system_status.BatteryFlag & 1)
6984 {
6985 battery_status = build_string ("high");
fff4e459 6986 battery_status_symbol = empty_unibyte_string;
2c2279c6
JR
6987 }
6988 else
6989 {
6990 battery_status = build_string ("medium");
fff4e459 6991 battery_status_symbol = empty_unibyte_string;
2c2279c6
JR
6992 }
6993
6994 if (system_status.BatteryLifePercent > 100)
6995 load_percentage = build_string ("N/A");
6996 else
6997 {
6998 char buffer[16];
0fda9b75 6999 snprintf (buffer, 16, "%d", system_status.BatteryLifePercent);
2c2279c6
JR
7000 load_percentage = build_string (buffer);
7001 }
7002
7003 if (seconds_left < 0)
7004 seconds = minutes = hours = remain = build_string ("N/A");
7005 else
7006 {
7007 long m;
7008 float h;
7009 char buffer[16];
0fda9b75 7010 snprintf (buffer, 16, "%ld", seconds_left);
2c2279c6
JR
7011 seconds = build_string (buffer);
7012
7013 m = seconds_left / 60;
0fda9b75 7014 snprintf (buffer, 16, "%ld", m);
2c2279c6
JR
7015 minutes = build_string (buffer);
7016
7017 h = seconds_left / 3600.0;
0fda9b75 7018 snprintf (buffer, 16, "%3.1f", h);
2c2279c6
JR
7019 hours = build_string (buffer);
7020
0fda9b75 7021 snprintf (buffer, 16, "%ld:%02ld", m / 60, m % 60);
2c2279c6
JR
7022 remain = build_string (buffer);
7023 }
694b6c97 7024
3438fe21 7025 status = listn (CONSTYPE_HEAP, 8,
694b6c97
DA
7026 Fcons (make_number ('L'), line_status),
7027 Fcons (make_number ('B'), battery_status),
7028 Fcons (make_number ('b'), battery_status_symbol),
7029 Fcons (make_number ('p'), load_percentage),
7030 Fcons (make_number ('s'), seconds),
7031 Fcons (make_number ('m'), minutes),
7032 Fcons (make_number ('h'), hours),
7033 Fcons (make_number ('t'), remain));
2c2279c6
JR
7034 }
7035 return status;
7036}
a01763cb 7037
ee78dc32 7038\f
819e2da9 7039#ifdef WINDOWSNT
2254bcde 7040DEFUN ("file-system-info", Ffile_system_info, Sfile_system_info, 1, 1, 0,
74e1aeec
JR
7041 doc: /* Return storage information about the file system FILENAME is on.
7042Value is a list of floats (TOTAL FREE AVAIL), where TOTAL is the total
7043storage of the file system, FREE is the free storage, and AVAIL is the
7044storage available to a non-superuser. All 3 numbers are in bytes.
7045If the underlying system call fails, value is nil. */)
5842a27b 7046 (Lisp_Object filename)
2254bcde
AI
7047{
7048 Lisp_Object encoded, value;
7049
b7826503 7050 CHECK_STRING (filename);
2254bcde
AI
7051 filename = Fexpand_file_name (filename, Qnil);
7052 encoded = ENCODE_FILE (filename);
7053
7054 value = Qnil;
7055
7056 /* Determining the required information on Windows turns out, sadly,
b46a6a83 7057 to be more involved than one would hope. The original Windows API
2254bcde
AI
7058 call for this will return bogus information on some systems, but we
7059 must dynamically probe for the replacement api, since that was
7060 added rather late on. */
7061 {
7062 HMODULE hKernel = GetModuleHandle ("kernel32");
7063 BOOL (*pfn_GetDiskFreeSpaceEx)
7064 (char *, PULARGE_INTEGER, PULARGE_INTEGER, PULARGE_INTEGER)
7065 = (void *) GetProcAddress (hKernel, "GetDiskFreeSpaceEx");
7066
7067 /* On Windows, we may need to specify the root directory of the
7068 volume holding FILENAME. */
7069 char rootname[MAX_PATH];
d5db4077 7070 char *name = SDATA (encoded);
2254bcde
AI
7071
7072 /* find the root name of the volume if given */
7073 if (isalpha (name[0]) && name[1] == ':')
7074 {
7075 rootname[0] = name[0];
7076 rootname[1] = name[1];
7077 rootname[2] = '\\';
7078 rootname[3] = 0;
7079 }
7080 else if (IS_DIRECTORY_SEP (name[0]) && IS_DIRECTORY_SEP (name[1]))
7081 {
7082 char *str = rootname;
7083 int slashes = 4;
7084 do
7085 {
7086 if (IS_DIRECTORY_SEP (*name) && --slashes == 0)
7087 break;
7088 *str++ = *name++;
7089 }
7090 while ( *name );
7091
7092 *str++ = '\\';
7093 *str = 0;
7094 }
7095
7096 if (pfn_GetDiskFreeSpaceEx)
7097 {
ac849ba4
JR
7098 /* Unsigned large integers cannot be cast to double, so
7099 use signed ones instead. */
2254bcde
AI
7100 LARGE_INTEGER availbytes;
7101 LARGE_INTEGER freebytes;
7102 LARGE_INTEGER totalbytes;
7103
74084731
JB
7104 if (pfn_GetDiskFreeSpaceEx (rootname,
7105 (ULARGE_INTEGER *)&availbytes,
7106 (ULARGE_INTEGER *)&totalbytes,
7107 (ULARGE_INTEGER *)&freebytes))
2254bcde
AI
7108 value = list3 (make_float ((double) totalbytes.QuadPart),
7109 make_float ((double) freebytes.QuadPart),
7110 make_float ((double) availbytes.QuadPart));
7111 }
7112 else
7113 {
7114 DWORD sectors_per_cluster;
7115 DWORD bytes_per_sector;
7116 DWORD free_clusters;
7117 DWORD total_clusters;
7118
74084731
JB
7119 if (GetDiskFreeSpace (rootname,
7120 &sectors_per_cluster,
7121 &bytes_per_sector,
7122 &free_clusters,
7123 &total_clusters))
2254bcde
AI
7124 value = list3 (make_float ((double) total_clusters
7125 * sectors_per_cluster * bytes_per_sector),
7126 make_float ((double) free_clusters
7127 * sectors_per_cluster * bytes_per_sector),
7128 make_float ((double) free_clusters
7129 * sectors_per_cluster * bytes_per_sector));
7130 }
7131 }
7132
7133 return value;
7134}
819e2da9
DC
7135#endif /* WINDOWSNT */
7136
2254bcde 7137\f
6b61353c
KH
7138DEFUN ("default-printer-name", Fdefault_printer_name, Sdefault_printer_name,
7139 0, 0, 0, doc: /* Return the name of Windows default printer device. */)
5842a27b 7140 (void)
6b61353c
KH
7141{
7142 static char pname_buf[256];
7143 int err;
7144 HANDLE hPrn;
7145 PRINTER_INFO_2 *ppi2 = NULL;
7146 DWORD dwNeeded = 0, dwReturned = 0;
7147
7148 /* Retrieve the default string from Win.ini (the registry).
7149 * String will be in form "printername,drivername,portname".
7150 * This is the most portable way to get the default printer. */
7151 if (GetProfileString ("windows", "device", ",,", pname_buf, sizeof (pname_buf)) <= 0)
7152 return Qnil;
7153 /* printername precedes first "," character */
7154 strtok (pname_buf, ",");
7155 /* We want to know more than the printer name */
7156 if (!OpenPrinter (pname_buf, &hPrn, NULL))
7157 return Qnil;
7158 GetPrinter (hPrn, 2, NULL, 0, &dwNeeded);
7159 if (dwNeeded == 0)
7160 {
7161 ClosePrinter (hPrn);
7162 return Qnil;
7163 }
7164 /* Allocate memory for the PRINTER_INFO_2 struct */
23f86fce 7165 ppi2 = xmalloc (dwNeeded);
6b61353c
KH
7166 if (!ppi2)
7167 {
7168 ClosePrinter (hPrn);
7169 return Qnil;
7170 }
4c36be58 7171 /* Call GetPrinter again with big enough memory block. */
6b61353c
KH
7172 err = GetPrinter (hPrn, 2, (LPBYTE)ppi2, dwNeeded, &dwReturned);
7173 ClosePrinter (hPrn);
7174 if (!err)
7175 {
74084731 7176 xfree (ppi2);
6b61353c
KH
7177 return Qnil;
7178 }
7179
7180 if (ppi2)
7181 {
7182 if (ppi2->Attributes & PRINTER_ATTRIBUTE_SHARED && ppi2->pServerName)
7183 {
7184 /* a remote printer */
7185 if (*ppi2->pServerName == '\\')
0fda9b75 7186 snprintf (pname_buf, sizeof (pname_buf), "%s\\%s", ppi2->pServerName,
02b39a28 7187 ppi2->pShareName);
6b61353c 7188 else
0fda9b75 7189 snprintf (pname_buf, sizeof (pname_buf), "\\\\%s\\%s", ppi2->pServerName,
02b39a28 7190 ppi2->pShareName);
6b61353c
KH
7191 pname_buf[sizeof (pname_buf) - 1] = '\0';
7192 }
7193 else
7194 {
7195 /* a local printer */
74084731 7196 strncpy (pname_buf, ppi2->pPortName, sizeof (pname_buf));
6b61353c
KH
7197 pname_buf[sizeof (pname_buf) - 1] = '\0';
7198 /* `pPortName' can include several ports, delimited by ','.
7199 * we only use the first one. */
74084731 7200 strtok (pname_buf, ",");
6b61353c 7201 }
74084731 7202 xfree (ppi2);
6b61353c
KH
7203 }
7204
7205 return build_string (pname_buf);
7206}
7207\f
0fda9b75
DC
7208
7209/* Equivalent of strerror for W32 error codes. */
7210char *
7211w32_strerror (int error_no)
7212{
7213 static char buf[500];
7214 DWORD ret;
7215
7216 if (error_no == 0)
7217 error_no = GetLastError ();
7218
7219 ret = FormatMessage (FORMAT_MESSAGE_FROM_SYSTEM |
7220 FORMAT_MESSAGE_IGNORE_INSERTS,
7221 NULL,
7222 error_no,
7223 0, /* choose most suitable language */
7224 buf, sizeof (buf), NULL);
7225
7226 while (ret > 0 && (buf[ret - 1] == '\n' ||
7227 buf[ret - 1] == '\r' ))
7228 --ret;
7229 buf[ret] = '\0';
7230 if (!ret)
7231 sprintf (buf, "w32 error %u", error_no);
7232
7233 return buf;
7234}
7235
b15736e6
EZ
7236/* For convenience when debugging. (You cannot call GetLastError
7237 directly from GDB: it will crash, because it uses the __stdcall
7238 calling convention, not the _cdecl convention assumed by GDB.) */
7239DWORD
0fda9b75
DC
7240w32_last_error (void)
7241{
7242 return GetLastError ();
7243}
7244
7245/* Cache information describing the NT system for later use. */
7246void
7247cache_system_info (void)
7248{
7249 union
7250 {
7251 struct info
7252 {
7253 char major;
7254 char minor;
7255 short platform;
7256 } info;
7257 DWORD data;
7258 } version;
7259
1cf1bbd5
DC
7260 /* Cache the module handle of Emacs itself. */
7261 hinst = GetModuleHandle (NULL);
7262
0fda9b75
DC
7263 /* Cache the version of the operating system. */
7264 version.data = GetVersion ();
7265 w32_major_version = version.info.major;
7266 w32_minor_version = version.info.minor;
7267
7268 if (version.info.platform & 0x8000)
7269 os_subtype = OS_9X;
7270 else
7271 os_subtype = OS_NT;
7272
7273 /* Cache page size, allocation unit, processor type, etc. */
7274 GetSystemInfo (&sysinfo_cache);
cb576b5c 7275 syspage_mask = (DWORD_PTR)sysinfo_cache.dwPageSize - 1;
0fda9b75
DC
7276
7277 /* Cache os info. */
7278 osinfo_cache.dwOSVersionInfoSize = sizeof (OSVERSIONINFO);
7279 GetVersionEx (&osinfo_cache);
7280
7281 w32_build_number = osinfo_cache.dwBuildNumber;
7282 if (os_subtype == OS_9X)
7283 w32_build_number &= 0xffff;
7284
7285 w32_num_mouse_buttons = GetSystemMetrics (SM_CMOUSEBUTTONS);
7286}
7287
7288#ifdef EMACSDEBUG
7289void
7290_DebPrint (const char *fmt, ...)
7291{
7292 char buf[1024];
7293 va_list args;
7294
7295 va_start (args, fmt);
7296 vsprintf (buf, fmt, args);
7297 va_end (args);
7298#if CYGWIN
7299 fprintf (stderr, "%s", buf);
7300#endif
7301 OutputDebugString (buf);
7302}
7303#endif
7304
7305int
7306w32_console_toggle_lock_key (int vk_code, Lisp_Object new_state)
7307{
7308 int cur_state = (GetKeyState (vk_code) & 1);
7309
7310 if (NILP (new_state)
7311 || (NUMBERP (new_state)
7312 && ((XUINT (new_state)) & 1) != cur_state))
7313 {
7314#ifdef WINDOWSNT
7315 faked_key = vk_code;
7316#endif /* WINDOWSNT */
7317
7318 keybd_event ((BYTE) vk_code,
7319 (BYTE) MapVirtualKey (vk_code, 0),
7320 KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0);
7321 keybd_event ((BYTE) vk_code,
7322 (BYTE) MapVirtualKey (vk_code, 0),
7323 KEYEVENTF_EXTENDEDKEY | 0, 0);
7324 keybd_event ((BYTE) vk_code,
7325 (BYTE) MapVirtualKey (vk_code, 0),
7326 KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0);
7327 cur_state = !cur_state;
7328 }
7329
7330 return cur_state;
7331}
7332
7333/* Translate console modifiers to emacs modifiers.
7334 German keyboard support (Kai Morgan Zeise 2/18/95). */
7335int
7336w32_kbd_mods_to_emacs (DWORD mods, WORD key)
7337{
7338 int retval = 0;
7339
7340 /* If we recognize right-alt and left-ctrl as AltGr, and it has been
7341 pressed, first remove those modifiers. */
7342 if (!NILP (Vw32_recognize_altgr)
7343 && (mods & (RIGHT_ALT_PRESSED | LEFT_CTRL_PRESSED))
7344 == (RIGHT_ALT_PRESSED | LEFT_CTRL_PRESSED))
7345 mods &= ~ (RIGHT_ALT_PRESSED | LEFT_CTRL_PRESSED);
7346
7347 if (mods & (RIGHT_ALT_PRESSED | LEFT_ALT_PRESSED))
7348 retval = ((NILP (Vw32_alt_is_meta)) ? alt_modifier : meta_modifier);
7349
7350 if (mods & (RIGHT_CTRL_PRESSED | LEFT_CTRL_PRESSED))
7351 {
7352 retval |= ctrl_modifier;
7353 if ((mods & (RIGHT_CTRL_PRESSED | LEFT_CTRL_PRESSED))
7354 == (RIGHT_CTRL_PRESSED | LEFT_CTRL_PRESSED))
7355 retval |= meta_modifier;
7356 }
7357
7358 if (mods & LEFT_WIN_PRESSED)
7359 retval |= w32_key_to_modifier (VK_LWIN);
7360 if (mods & RIGHT_WIN_PRESSED)
7361 retval |= w32_key_to_modifier (VK_RWIN);
7362 if (mods & APPS_PRESSED)
7363 retval |= w32_key_to_modifier (VK_APPS);
7364 if (mods & SCROLLLOCK_ON)
7365 retval |= w32_key_to_modifier (VK_SCROLL);
7366
7367 /* Just in case someone wanted the original behavior, make it
7368 optional by setting w32-capslock-is-shiftlock to t. */
7369 if (NILP (Vw32_capslock_is_shiftlock)
7370 /* Keys that should _not_ be affected by CapsLock. */
7371 && ( (key == VK_BACK)
7372 || (key == VK_TAB)
7373 || (key == VK_CLEAR)
7374 || (key == VK_RETURN)
7375 || (key == VK_ESCAPE)
7376 || ((key >= VK_SPACE) && (key <= VK_HELP))
7377 || ((key >= VK_NUMPAD0) && (key <= VK_F24))
7378 || ((key >= VK_NUMPAD_CLEAR) && (key <= VK_NUMPAD_DELETE))
7379 ))
7380 {
7381 /* Only consider shift state. */
7382 if ((mods & SHIFT_PRESSED) != 0)
7383 retval |= shift_modifier;
7384 }
7385 else
7386 {
7387 /* Ignore CapsLock state if not enabled. */
7388 if (NILP (Vw32_enable_caps_lock))
7389 mods &= ~CAPSLOCK_ON;
7390 if ((mods & (SHIFT_PRESSED | CAPSLOCK_ON)) != 0)
7391 retval |= shift_modifier;
7392 }
7393
7394 return retval;
7395}
7396
7397/* The return code indicates key code size. cpID is the codepage to
7398 use for translation to Unicode; -1 means use the current console
7399 input codepage. */
7400int
7401w32_kbd_patch_key (KEY_EVENT_RECORD *event, int cpId)
7402{
7403 unsigned int key_code = event->wVirtualKeyCode;
7404 unsigned int mods = event->dwControlKeyState;
7405 BYTE keystate[256];
7406 static BYTE ansi_code[4];
7407 static int isdead = 0;
7408
7409 if (isdead == 2)
7410 {
7411 event->uChar.AsciiChar = ansi_code[2];
7412 isdead = 0;
7413 return 1;
7414 }
7415 if (event->uChar.AsciiChar != 0)
7416 return 1;
7417
7418 memset (keystate, 0, sizeof (keystate));
7419 keystate[key_code] = 0x80;
7420 if (mods & SHIFT_PRESSED)
7421 keystate[VK_SHIFT] = 0x80;
7422 if (mods & CAPSLOCK_ON)
7423 keystate[VK_CAPITAL] = 1;
7424 /* If we recognize right-alt and left-ctrl as AltGr, set the key
7425 states accordingly before invoking ToAscii. */
7426 if (!NILP (Vw32_recognize_altgr)
7427 && (mods & LEFT_CTRL_PRESSED) && (mods & RIGHT_ALT_PRESSED))
7428 {
7429 keystate[VK_CONTROL] = 0x80;
7430 keystate[VK_LCONTROL] = 0x80;
7431 keystate[VK_MENU] = 0x80;
7432 keystate[VK_RMENU] = 0x80;
7433 }
7434
7435#if 0
7436 /* Because of an OS bug, ToAscii corrupts the stack when called to
7437 convert a dead key in console mode on NT4. Unfortunately, trying
7438 to check for dead keys using MapVirtualKey doesn't work either -
7439 these functions apparently use internal information about keyboard
7440 layout which doesn't get properly updated in console programs when
7441 changing layout (though apparently it gets partly updated,
7442 otherwise ToAscii wouldn't crash). */
7443 if (is_dead_key (event->wVirtualKeyCode))
7444 return 0;
7445#endif
7446
7447 /* On NT, call ToUnicode instead and then convert to the current
7448 console input codepage. */
7449 if (os_subtype == OS_NT)
7450 {
7451 WCHAR buf[128];
7452
7453 isdead = ToUnicode (event->wVirtualKeyCode, event->wVirtualScanCode,
7454 keystate, buf, 128, 0);
7455 if (isdead > 0)
7456 {
7457 /* When we are called from the GUI message processing code,
7458 we are passed the current keyboard codepage, a positive
7459 number, to use below. */
7460 if (cpId == -1)
7461 cpId = GetConsoleCP ();
7462
7463 event->uChar.UnicodeChar = buf[isdead - 1];
7464 isdead = WideCharToMultiByte (cpId, 0, buf, isdead,
7465 ansi_code, 4, NULL, NULL);
7466 }
7467 else
7468 isdead = 0;
7469 }
7470 else
7471 {
7472 isdead = ToAscii (event->wVirtualKeyCode, event->wVirtualScanCode,
7473 keystate, (LPWORD) ansi_code, 0);
7474 }
7475
7476 if (isdead == 0)
7477 return 0;
7478 event->uChar.AsciiChar = ansi_code[0];
7479 return isdead;
7480}
7481
7482
7483void
7484w32_sys_ring_bell (struct frame *f)
7485{
7486 if (sound_type == 0xFFFFFFFF)
7487 {
7488 Beep (666, 100);
7489 }
7490 else if (sound_type == MB_EMACS_SILENT)
7491 {
7492 /* Do nothing. */
7493 }
7494 else
7495 MessageBeep (sound_type);
7496}
7497
7498\f
0e3fcdef
JR
7499/***********************************************************************
7500 Initialization
7501 ***********************************************************************/
7502
52deb19f 7503/* Keep this list in the same order as frame_parms in frame.c.
6d906347
KS
7504 Use 0 for unsupported frame parameters. */
7505
7506frame_parm_handler w32_frame_parm_handlers[] =
7507{
7508 x_set_autoraise,
7509 x_set_autolower,
7510 x_set_background_color,
7511 x_set_border_color,
7512 x_set_border_width,
7513 x_set_cursor_color,
7514 x_set_cursor_type,
7515 x_set_font,
7516 x_set_foreground_color,
7517 x_set_icon_name,
7518 x_set_icon_type,
7519 x_set_internal_border_width,
7520 x_set_menu_bar_lines,
7521 x_set_mouse_color,
7522 x_explicitly_set_name,
7523 x_set_scroll_bar_width,
7524 x_set_title,
7525 x_set_unsplittable,
7526 x_set_vertical_scroll_bars,
7527 x_set_visibility,
7528 x_set_tool_bar_lines,
7529 0, /* x_set_scroll_bar_foreground, */
7530 0, /* x_set_scroll_bar_background, */
7531 x_set_screen_gamma,
7532 x_set_line_spacing,
7533 x_set_fringe_width,
7534 x_set_fringe_width,
7535 0, /* x_set_wait_for_wm, */
7536 x_set_fullscreen,
a2979e8e 7537 x_set_font_backend,
cad9ef74
JD
7538 x_set_alpha,
7539 0, /* x_set_sticky */
0cc56427 7540 0, /* x_set_tool_bar_position */
6d906347
KS
7541};
7542
0e3fcdef 7543void
b56ceb92 7544syms_of_w32fns (void)
ee78dc32 7545{
afc390dc 7546 globals_of_w32fns ();
9eb16b62
JR
7547 track_mouse_window = NULL;
7548
d285988b
JR
7549 w32_visible_system_caret_hwnd = NULL;
7550
4f5b288c
JR
7551 DEFSYM (Qsuppress_icon, "suppress-icon");
7552 DEFSYM (Qundefined_color, "undefined-color");
7553 DEFSYM (Qcancel_timer, "cancel-timer");
7554 DEFSYM (Qhyper, "hyper");
7555 DEFSYM (Qsuper, "super");
7556 DEFSYM (Qmeta, "meta");
7557 DEFSYM (Qalt, "alt");
7558 DEFSYM (Qctrl, "ctrl");
7559 DEFSYM (Qcontrol, "control");
7560 DEFSYM (Qshift, "shift");
27129af9 7561 DEFSYM (Qfont_param, "font-parameter");
cf13177e
YM
7562 DEFSYM (Qgeometry, "geometry");
7563 DEFSYM (Qworkarea, "workarea");
7564 DEFSYM (Qmm_size, "mm-size");
7565 DEFSYM (Qframes, "frames");
f7b9d4d1 7566 /* This is the end of symbol initialization. */
adcc3809 7567
6fc2811b 7568
ee78dc32 7569 Fput (Qundefined_color, Qerror_conditions,
3438fe21 7570 listn (CONSTYPE_PURE, 2, Qundefined_color, Qerror));
ee78dc32 7571 Fput (Qundefined_color, Qerror_message,
2a0213a6 7572 build_pure_c_string ("Undefined color"));
ee78dc32 7573
ccc2d29c
GV
7574 staticpro (&w32_grabbed_keys);
7575 w32_grabbed_keys = Qnil;
7576
29208e82 7577 DEFVAR_LISP ("w32-color-map", Vw32_color_map,
52deb19f 7578 doc: /* An array of color name mappings for Windows. */);
fbd6baed 7579 Vw32_color_map = Qnil;
ee78dc32 7580
29208e82 7581 DEFVAR_LISP ("w32-pass-alt-to-system", Vw32_pass_alt_to_system,
1133f8e7
EZ
7582 doc: /* Non-nil if Alt key presses are passed on to Windows.
7583When non-nil, for example, Alt pressed and released and then space will
7584open the System menu. When nil, Emacs processes the Alt key events, and
7585then silently swallows them. */);
fbd6baed 7586 Vw32_pass_alt_to_system = Qnil;
da36a4d6 7587
29208e82 7588 DEFVAR_LISP ("w32-alt-is-meta", Vw32_alt_is_meta,
1133f8e7
EZ
7589 doc: /* Non-nil if the Alt key is to be considered the same as the META key.
7590When nil, Emacs will translate the Alt key to the ALT modifier, not to META. */);
fbd6baed 7591 Vw32_alt_is_meta = Qt;
8c205c63 7592
29208e82 7593 DEFVAR_INT ("w32-quit-key", w32_quit_key,
2ba49441
JR
7594 doc: /* If non-zero, the virtual key code for an alternative quit key. */);
7595 w32_quit_key = 0;
7d081355 7596
7d0393cf 7597 DEFVAR_LISP ("w32-pass-lwindow-to-system",
29208e82 7598 Vw32_pass_lwindow_to_system,
1133f8e7
EZ
7599 doc: /* If non-nil, the left \"Windows\" key is passed on to Windows.
7600
7601When non-nil, the Start menu is opened by tapping the key.
7602If you set this to nil, the left \"Windows\" key is processed by Emacs
7603according to the value of `w32-lwindow-modifier', which see.
7604
7605Note that some combinations of the left \"Windows\" key with other keys are
7606caught by Windows at low level, and so binding them in Emacs will have no
7607effect. For example, <lwindow>-r always pops up the Windows Run dialog,
7608<lwindow>-<Pause> pops up the "System Properties" dialog, etc. However, see
7609the doc string of `w32-phantom-key-code'. */);
ccc2d29c
GV
7610 Vw32_pass_lwindow_to_system = Qt;
7611
7d0393cf 7612 DEFVAR_LISP ("w32-pass-rwindow-to-system",
29208e82 7613 Vw32_pass_rwindow_to_system,
1133f8e7
EZ
7614 doc: /* If non-nil, the right \"Windows\" key is passed on to Windows.
7615
7616When non-nil, the Start menu is opened by tapping the key.
7617If you set this to nil, the right \"Windows\" key is processed by Emacs
7618according to the value of `w32-rwindow-modifier', which see.
7619
7620Note that some combinations of the right \"Windows\" key with other keys are
7621caught by Windows at low level, and so binding them in Emacs will have no
7622effect. For example, <rwindow>-r always pops up the Windows Run dialog,
7623<rwindow>-<Pause> pops up the "System Properties" dialog, etc. However, see
7624the doc string of `w32-phantom-key-code'. */);
ccc2d29c
GV
7625 Vw32_pass_rwindow_to_system = Qt;
7626
2ba49441 7627 DEFVAR_LISP ("w32-phantom-key-code",
29208e82 7628 Vw32_phantom_key_code,
2ba49441 7629 doc: /* Virtual key code used to generate \"phantom\" key presses.
74e1aeec
JR
7630Value is a number between 0 and 255.
7631
7632Phantom key presses are generated in order to stop the system from
7633acting on \"Windows\" key events when `w32-pass-lwindow-to-system' or
7634`w32-pass-rwindow-to-system' is nil. */);
ce6059da
AI
7635 /* Although 255 is technically not a valid key code, it works and
7636 means that this hack won't interfere with any real key code. */
2ba49441 7637 XSETINT (Vw32_phantom_key_code, 255);
adcc3809 7638
7d0393cf 7639 DEFVAR_LISP ("w32-enable-num-lock",
29208e82 7640 Vw32_enable_num_lock,
1133f8e7
EZ
7641 doc: /* If non-nil, the Num Lock key acts normally.
7642Set to nil to handle Num Lock as the `kp-numlock' key. */);
ccc2d29c
GV
7643 Vw32_enable_num_lock = Qt;
7644
7d0393cf 7645 DEFVAR_LISP ("w32-enable-caps-lock",
29208e82 7646 Vw32_enable_caps_lock,
1133f8e7
EZ
7647 doc: /* If non-nil, the Caps Lock key acts normally.
7648Set to nil to handle Caps Lock as the `capslock' key. */);
ccc2d29c
GV
7649 Vw32_enable_caps_lock = Qt;
7650
7651 DEFVAR_LISP ("w32-scroll-lock-modifier",
29208e82 7652 Vw32_scroll_lock_modifier,
1133f8e7 7653 doc: /* Modifier to use for the Scroll Lock ON state.
74e1aeec 7654The value can be hyper, super, meta, alt, control or shift for the
1133f8e7
EZ
7655respective modifier, or nil to handle Scroll Lock as the `scroll' key.
7656Any other value will cause the Scroll Lock key to be ignored. */);
47e0e0e4 7657 Vw32_scroll_lock_modifier = Qnil;
ccc2d29c
GV
7658
7659 DEFVAR_LISP ("w32-lwindow-modifier",
29208e82 7660 Vw32_lwindow_modifier,
74e1aeec
JR
7661 doc: /* Modifier to use for the left \"Windows\" key.
7662The value can be hyper, super, meta, alt, control or shift for the
1133f8e7 7663respective modifier, or nil to appear as the `lwindow' key.
74e1aeec 7664Any other value will cause the key to be ignored. */);
ccc2d29c
GV
7665 Vw32_lwindow_modifier = Qnil;
7666
7667 DEFVAR_LISP ("w32-rwindow-modifier",
29208e82 7668 Vw32_rwindow_modifier,
74e1aeec
JR
7669 doc: /* Modifier to use for the right \"Windows\" key.
7670The value can be hyper, super, meta, alt, control or shift for the
1133f8e7 7671respective modifier, or nil to appear as the `rwindow' key.
74e1aeec 7672Any other value will cause the key to be ignored. */);
ccc2d29c
GV
7673 Vw32_rwindow_modifier = Qnil;
7674
7675 DEFVAR_LISP ("w32-apps-modifier",
29208e82 7676 Vw32_apps_modifier,
74e1aeec
JR
7677 doc: /* Modifier to use for the \"Apps\" key.
7678The value can be hyper, super, meta, alt, control or shift for the
1133f8e7 7679respective modifier, or nil to appear as the `apps' key.
74e1aeec 7680Any other value will cause the key to be ignored. */);
ccc2d29c 7681 Vw32_apps_modifier = Qnil;
da36a4d6 7682
29208e82 7683 DEFVAR_BOOL ("w32-enable-synthesized-fonts", w32_enable_synthesized_fonts,
74e1aeec 7684 doc: /* Non-nil enables selection of artificially italicized and bold fonts. */);
d84b082d 7685 w32_enable_synthesized_fonts = 0;
5ac45f98 7686
29208e82 7687 DEFVAR_LISP ("w32-enable-palette", Vw32_enable_palette,
74e1aeec 7688 doc: /* Non-nil enables Windows palette management to map colors exactly. */);
fbd6baed 7689 Vw32_enable_palette = Qt;
5ac45f98 7690
fbd6baed 7691 DEFVAR_INT ("w32-mouse-button-tolerance",
29208e82 7692 w32_mouse_button_tolerance,
74e1aeec
JR
7693 doc: /* Analogue of double click interval for faking middle mouse events.
7694The value is the minimum time in milliseconds that must elapse between
1133f8e7 7695left and right button down events before they are considered distinct events.
74e1aeec
JR
7696If both mouse buttons are depressed within this interval, a middle mouse
7697button down event is generated instead. */);
2ba49441 7698 w32_mouse_button_tolerance = GetDoubleClickTime () / 2;
5ac45f98 7699
fbd6baed 7700 DEFVAR_INT ("w32-mouse-move-interval",
29208e82 7701 w32_mouse_move_interval,
74e1aeec
JR
7702 doc: /* Minimum interval between mouse move events.
7703The value is the minimum time in milliseconds that must elapse between
7704successive mouse move (or scroll bar drag) events before they are
7705reported as lisp events. */);
2ba49441 7706 w32_mouse_move_interval = 0;
84fb1139 7707
74214547 7708 DEFVAR_BOOL ("w32-pass-extra-mouse-buttons-to-system",
29208e82 7709 w32_pass_extra_mouse_buttons_to_system,
1133f8e7 7710 doc: /* If non-nil, the fourth and fifth mouse buttons are passed to Windows.
74214547
JR
7711Recent versions of Windows support mice with up to five buttons.
7712Since most applications don't support these extra buttons, most mouse
7713drivers will allow you to map them to functions at the system level.
7714If this variable is non-nil, Emacs will pass them on, allowing the
7715system to handle them. */);
7716 w32_pass_extra_mouse_buttons_to_system = 0;
7717
0b151762 7718 DEFVAR_BOOL ("w32-pass-multimedia-buttons-to-system",
29208e82 7719 w32_pass_multimedia_buttons_to_system,
0b151762
JR
7720 doc: /* If non-nil, media buttons are passed to Windows.
7721Some modern keyboards contain buttons for controlling media players, web
74084731 7722browsers and other applications. Generally these buttons are handled on a
0b151762
JR
7723system wide basis, but by setting this to nil they are made available
7724to Emacs for binding. Depending on your keyboard, additional keys that
7725may be available are:
7726
7727browser-back, browser-forward, browser-refresh, browser-stop,
7728browser-search, browser-favorites, browser-home,
7729mail, mail-reply, mail-forward, mail-send,
7730app-1, app-2,
7731help, find, new, open, close, save, print, undo, redo, copy, cut, paste,
7732spell-check, correction-list, toggle-dictate-command,
7733media-next, media-previous, media-stop, media-play-pause, media-select,
7734media-play, media-pause, media-record, media-fast-forward, media-rewind,
7735media-channel-up, media-channel-down,
7736volume-mute, volume-up, volume-down,
7737mic-volume-mute, mic-volume-down, mic-volume-up, mic-toggle,
74084731 7738bass-down, bass-boost, bass-up, treble-down, treble-up */);
0b151762
JR
7739 w32_pass_multimedia_buttons_to_system = 1;
7740
5f004711 7741#if 0 /* TODO: Mouse cursor customization. */
29208e82 7742 DEFVAR_LISP ("x-pointer-shape", Vx_pointer_shape,
74e1aeec
JR
7743 doc: /* The shape of the pointer when over text.
7744Changing the value does not affect existing frames
7745unless you set the mouse color. */);
ee78dc32
GV
7746 Vx_pointer_shape = Qnil;
7747
ee78dc32
GV
7748 Vx_nontext_pointer_shape = Qnil;
7749
7750 Vx_mode_pointer_shape = Qnil;
7751
29208e82 7752 DEFVAR_LISP ("x-hourglass-pointer-shape", Vx_hourglass_pointer_shape,
74e1aeec
JR
7753 doc: /* The shape of the pointer when Emacs is busy.
7754This variable takes effect when you create a new frame
7755or when you set the mouse color. */);
0af913d7 7756 Vx_hourglass_pointer_shape = Qnil;
6fc2811b 7757
6fc2811b 7758 DEFVAR_LISP ("x-sensitive-text-pointer-shape",
29208e82 7759 Vx_sensitive_text_pointer_shape,
74e1aeec
JR
7760 doc: /* The shape of the pointer when over mouse-sensitive text.
7761This variable takes effect when you create a new frame
7762or when you set the mouse color. */);
ee78dc32
GV
7763 Vx_sensitive_text_pointer_shape = Qnil;
7764
4694d762 7765 DEFVAR_LISP ("x-window-horizontal-drag-cursor",
29208e82 7766 Vx_window_horizontal_drag_shape,
74e1aeec
JR
7767 doc: /* Pointer shape to use for indicating a window can be dragged horizontally.
7768This variable takes effect when you create a new frame
7769or when you set the mouse color. */);
4694d762 7770 Vx_window_horizontal_drag_shape = Qnil;
5f004711 7771#endif
4694d762 7772
29208e82 7773 DEFVAR_LISP ("x-cursor-fore-pixel", Vx_cursor_fore_pixel,
74e1aeec 7774 doc: /* A string indicating the foreground color of the cursor box. */);
ee78dc32
GV
7775 Vx_cursor_fore_pixel = Qnil;
7776
29208e82 7777 DEFVAR_LISP ("x-max-tooltip-size", Vx_max_tooltip_size,
b3700ae7 7778 doc: /* Maximum size for tooltips.
f5f6c0e0 7779Value is a pair (COLUMNS . ROWS). Text larger than this is clipped. */);
3cf3436e 7780 Vx_max_tooltip_size = Fcons (make_number (80), make_number (40));
7d0393cf 7781
29208e82 7782 DEFVAR_LISP ("x-no-window-manager", Vx_no_window_manager,
74e1aeec
JR
7783 doc: /* Non-nil if no window manager is in use.
7784Emacs doesn't try to figure this out; this is always nil
7785unless you set it to something else. */);
ee78dc32
GV
7786 /* We don't have any way to find this out, so set it to nil
7787 and maybe the user would like to set it to t. */
7788 Vx_no_window_manager = Qnil;
7789
4587b026 7790 DEFVAR_LISP ("x-pixel-size-width-font-regexp",
29208e82 7791 Vx_pixel_size_width_font_regexp,
74e1aeec
JR
7792 doc: /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'.
7793
7794Since Emacs gets width of a font matching with this regexp from
7795PIXEL_SIZE field of the name, font finding mechanism gets faster for
7796such a font. This is especially effective for such large fonts as
7797Chinese, Japanese, and Korean. */);
4587b026
GV
7798 Vx_pixel_size_width_font_regexp = Qnil;
7799
33d52f9c 7800 DEFVAR_LISP ("w32-bdf-filename-alist",
29208e82 7801 Vw32_bdf_filename_alist,
74e1aeec 7802 doc: /* List of bdf fonts and their corresponding filenames. */);
33d52f9c
GV
7803 Vw32_bdf_filename_alist = Qnil;
7804
1075afa9 7805 DEFVAR_BOOL ("w32-strict-fontnames",
29208e82 7806 w32_strict_fontnames,
74e1aeec
JR
7807 doc: /* Non-nil means only use fonts that are exact matches for those requested.
7808Default is nil, which allows old fontnames that are not XLFD compliant,
7809and allows third-party CJK display to work by specifying false charset
7810fields to trick Emacs into translating to Big5, SJIS etc.
7811Setting this to t will prevent wrong fonts being selected when
7812fontsets are automatically created. */);
1075afa9
GV
7813 w32_strict_fontnames = 0;
7814
c0611964 7815 DEFVAR_BOOL ("w32-strict-painting",
29208e82 7816 w32_strict_painting,
74e1aeec 7817 doc: /* Non-nil means use strict rules for repainting frames.
a8ab3e96 7818Set this to nil to get the old behavior for repainting; this should
74e1aeec 7819only be necessary if the default setting causes problems. */);
c0611964
AI
7820 w32_strict_painting = 1;
7821
767b1ff0 7822#if 0 /* TODO: Port to W32 */
6fc2811b
JR
7823 defsubr (&Sx_change_window_property);
7824 defsubr (&Sx_delete_window_property);
7825 defsubr (&Sx_window_property);
7826#endif
2d764c78 7827 defsubr (&Sxw_display_color_p);
ee78dc32 7828 defsubr (&Sx_display_grayscale_p);
2d764c78
EZ
7829 defsubr (&Sxw_color_defined_p);
7830 defsubr (&Sxw_color_values);
ee78dc32
GV
7831 defsubr (&Sx_server_max_request_size);
7832 defsubr (&Sx_server_vendor);
7833 defsubr (&Sx_server_version);
7834 defsubr (&Sx_display_pixel_width);
7835 defsubr (&Sx_display_pixel_height);
7836 defsubr (&Sx_display_mm_width);
7837 defsubr (&Sx_display_mm_height);
7838 defsubr (&Sx_display_screens);
7839 defsubr (&Sx_display_planes);
7840 defsubr (&Sx_display_color_cells);
7841 defsubr (&Sx_display_visual_class);
7842 defsubr (&Sx_display_backing_store);
7843 defsubr (&Sx_display_save_under);
ee78dc32 7844 defsubr (&Sx_create_frame);
ee78dc32
GV
7845 defsubr (&Sx_open_connection);
7846 defsubr (&Sx_close_connection);
7847 defsubr (&Sx_display_list);
7848 defsubr (&Sx_synchronize);
7849
fbd6baed 7850 /* W32 specific functions */
ee78dc32 7851
fbd6baed
GV
7852 defsubr (&Sw32_define_rgb_color);
7853 defsubr (&Sw32_default_color_map);
cf13177e 7854 defsubr (&Sw32_display_monitor_attributes_list);
1edf84e7 7855 defsubr (&Sw32_send_sys_command);
55dcfc15 7856 defsubr (&Sw32_shell_execute);
ccc2d29c
GV
7857 defsubr (&Sw32_register_hot_key);
7858 defsubr (&Sw32_unregister_hot_key);
7859 defsubr (&Sw32_registered_hot_keys);
7860 defsubr (&Sw32_reconstruct_hot_key);
adcc3809 7861 defsubr (&Sw32_toggle_lock_key);
a01763cb 7862 defsubr (&Sw32_window_exists_p);
2c2279c6 7863 defsubr (&Sw32_battery_status);
4587b026 7864
819e2da9 7865#ifdef WINDOWSNT
2254bcde 7866 defsubr (&Sfile_system_info);
819e2da9
DC
7867#endif
7868
6b61353c 7869 defsubr (&Sdefault_printer_name);
0fda9b75 7870 defsubr (&Sset_message_beep);
2254bcde 7871
d148e14d 7872 hourglass_hwnd = NULL;
1885ab29 7873
6fc2811b
JR
7874 defsubr (&Sx_show_tip);
7875 defsubr (&Sx_hide_tip);
6fc2811b 7876 tip_timer = Qnil;
57fa2774
JR
7877 staticpro (&tip_timer);
7878 tip_frame = Qnil;
7879 staticpro (&tip_frame);
6fc2811b 7880
ca56d953
JR
7881 last_show_tip_args = Qnil;
7882 staticpro (&last_show_tip_args);
7883
6fc2811b 7884 defsubr (&Sx_file_dialog);
0fda9b75 7885#ifdef WINDOWSNT
6cf29fe8 7886 defsubr (&Ssystem_move_file_to_trash);
0fda9b75 7887#endif
6fc2811b
JR
7888}
7889
c922a224 7890
9785d95b
BK
7891/*
7892 globals_of_w32fns is used to initialize those global variables that
7893 must always be initialized on startup even when the global variable
7894 initialized is non zero (see the function main in emacs.c).
7895 globals_of_w32fns is called from syms_of_w32fns when the global
7896 variable initialized is 0 and directly from main when initialized
7897 is non zero.
7898 */
02b39a28 7899void
b56ceb92 7900globals_of_w32fns (void)
9785d95b
BK
7901{
7902 HMODULE user32_lib = GetModuleHandle ("user32.dll");
ccc0fdaa
JR
7903 /*
7904 TrackMouseEvent not available in all versions of Windows, so must load
7905 it dynamically. Do it once, here, instead of every time it is used.
9785d95b 7906 */
ccc0fdaa
JR
7907 track_mouse_event_fn = (TrackMouseEvent_Proc)
7908 GetProcAddress (user32_lib, "TrackMouseEvent");
64f0809d
JR
7909
7910 monitor_from_point_fn = (MonitorFromPoint_Proc)
7911 GetProcAddress (user32_lib, "MonitorFromPoint");
7912 get_monitor_info_fn = (GetMonitorInfo_Proc)
7913 GetProcAddress (user32_lib, "GetMonitorInfoA");
1f635a07
EC
7914 monitor_from_window_fn = (MonitorFromWindow_Proc)
7915 GetProcAddress (user32_lib, "MonitorFromWindow");
cf13177e
YM
7916 enum_display_monitors_fn = (EnumDisplayMonitors_Proc)
7917 GetProcAddress (user32_lib, "EnumDisplayMonitors");
64f0809d 7918
820eff5a
JR
7919 {
7920 HMODULE imm32_lib = GetModuleHandle ("imm32.dll");
7921 get_composition_string_fn = (ImmGetCompositionString_Proc)
7922 GetProcAddress (imm32_lib, "ImmGetCompositionStringW");
7923 get_ime_context_fn = (ImmGetContext_Proc)
7924 GetProcAddress (imm32_lib, "ImmGetContext");
c902b920
JR
7925 release_ime_context_fn = (ImmReleaseContext_Proc)
7926 GetProcAddress (imm32_lib, "ImmReleaseContext");
7927 set_ime_composition_window_fn = (ImmSetCompositionWindow_Proc)
7928 GetProcAddress (imm32_lib, "ImmSetCompositionWindow");
820eff5a 7929 }
4bf91535 7930 DEFVAR_INT ("w32-ansi-code-page",
29208e82 7931 w32_ansi_code_page,
4bf91535 7932 doc: /* The ANSI code page used by the system. */);
2ba49441 7933 w32_ansi_code_page = GetACP ();
60860eb3 7934
9b855fd6
EZ
7935 if (os_subtype == OS_NT)
7936 w32_unicode_gui = 1;
7937 else
7938 w32_unicode_gui = 0;
7939
60860eb3
JR
7940 /* MessageBox does not work without this when linked to comctl32.dll 6.0. */
7941 InitCommonControls ();
cbfedb1c 7942
cbfedb1c 7943 syms_of_w32uniscribe ();
9785d95b 7944}
6fc2811b 7945
1005b4b9
EZ
7946typedef USHORT (WINAPI * CaptureStackBackTrace_proc) (ULONG, ULONG, PVOID *,
7947 PULONG);
7948
7949#define BACKTRACE_LIMIT_MAX 62
7950
7951int
7952w32_backtrace (void **buffer, int limit)
7953{
7954 static CaptureStackBackTrace_proc s_pfn_CaptureStackBackTrace = NULL;
7955 HMODULE hm_kernel32 = NULL;
7956
7957 if (!s_pfn_CaptureStackBackTrace)
7958 {
7959 hm_kernel32 = LoadLibrary ("Kernel32.dll");
7960 s_pfn_CaptureStackBackTrace =
7961 (CaptureStackBackTrace_proc) GetProcAddress (hm_kernel32,
7962 "RtlCaptureStackBackTrace");
7963 }
7964 if (s_pfn_CaptureStackBackTrace)
7965 return s_pfn_CaptureStackBackTrace (0, min (BACKTRACE_LIMIT_MAX, limit),
7966 buffer, NULL);
7967 return 0;
7968}
7969
7d0393cf 7970void
1088b922 7971emacs_abort (void)
ee78dc32 7972{
5ac45f98
GV
7973 int button;
7974 button = MessageBox (NULL,
7975 "A fatal error has occurred!\n\n"
c52e1638 7976 "Would you like to attach a debugger?\n\n"
1005b4b9
EZ
7977 "Select:\n"
7978 "YES -- to debug Emacs, or\n"
7979 "NO -- to abort Emacs and produce a backtrace\n"
7980 " (emacs_backtrace.txt in current directory)."
cb91d111
EZ
7981#if __GNUC__
7982 "\n\n(type \"gdb -p <emacs-PID>\" and\n"
7983 "\"continue\" inside GDB before clicking YES.)"
7984#endif
7985 , "Emacs Abort Dialog",
5ac45f98 7986 MB_ICONEXCLAMATION | MB_TASKMODAL
c52e1638 7987 | MB_SETFOREGROUND | MB_YESNO);
5ac45f98
GV
7988 switch (button)
7989 {
c52e1638 7990 case IDYES:
5ac45f98 7991 DebugBreak ();
c52e1638
EZ
7992 exit (2); /* tell the compiler we will never return */
7993 case IDNO:
5ac45f98 7994 default:
1005b4b9
EZ
7995 {
7996 void *stack[BACKTRACE_LIMIT_MAX + 1];
7997 int i = w32_backtrace (stack, BACKTRACE_LIMIT_MAX + 1);
7998
7999 if (i)
8000 {
c8e3a9c3
EZ
8001#ifdef CYGWIN
8002 int stderr_fd = 2;
8003#else
1005b4b9 8004 HANDLE errout = GetStdHandle (STD_ERROR_HANDLE);
c8e3a9c3
EZ
8005 int stderr_fd = -1;
8006#endif
8007 int errfile_fd = -1;
1005b4b9
EZ
8008 int j;
8009
c8e3a9c3 8010#ifndef CYGWIN
1005b4b9
EZ
8011 if (errout && errout != INVALID_HANDLE_VALUE)
8012 stderr_fd = _open_osfhandle ((intptr_t)errout, O_APPEND | O_BINARY);
c8e3a9c3 8013#endif
1005b4b9
EZ
8014 if (stderr_fd >= 0)
8015 write (stderr_fd, "\r\nBacktrace:\r\n", 14);
789b5e9a
KB
8016#ifdef CYGWIN
8017#define _open open
8018#endif
1005b4b9
EZ
8019 errfile_fd = _open ("emacs_backtrace.txt", O_RDWR | O_CREAT | O_BINARY, S_IREAD | S_IWRITE);
8020 if (errfile_fd >= 0)
8021 {
8022 lseek (errfile_fd, 0L, SEEK_END);
8023 write (errfile_fd, "\r\nBacktrace:\r\n", 14);
8024 }
8025
8026 for (j = 0; j < i; j++)
8027 {
8028 char buf[INT_BUFSIZE_BOUND (void *)];
8029
8030 /* stack[] gives the return addresses, whereas we want
8031 the address of the call, so decrease each address
8032 by approximate size of 1 CALL instruction. */
c56efa40 8033 sprintf (buf, "0x%p\r\n", (char *)stack[j] - sizeof(void *));
1005b4b9
EZ
8034 if (stderr_fd >= 0)
8035 write (stderr_fd, buf, strlen (buf));
8036 if (errfile_fd >= 0)
8037 write (errfile_fd, buf, strlen (buf));
8038 }
8039 if (i == BACKTRACE_LIMIT_MAX)
8040 {
8041 if (stderr_fd >= 0)
8042 write (stderr_fd, "...\r\n", 5);
8043 if (errfile_fd >= 0)
8044 write (errfile_fd, "...\r\n", 5);
8045 }
8046 if (errfile_fd >= 0)
8047 close (errfile_fd);
8048 }
8049 abort ();
8050 break;
8051 }
5ac45f98 8052 }
ee78dc32 8053}
819e2da9
DC
8054
8055#ifdef NTGUI_UNICODE
8056
8057Lisp_Object
8058ntgui_encode_system (Lisp_Object str)
8059{
8060 Lisp_Object encoded;
8061 to_unicode (str, &encoded);
8062 return encoded;
8063}
8064
8065#endif /* NTGUI_UNICODE */