*** empty log message ***
[bpt/emacs.git] / src / w32term.c
CommitLineData
e9e23e23 1/* Implementation of GUI terminal on the Microsoft W32 API.
c2cc16fa 2 Copyright (C) 1989, 93, 94, 95, 96, 1997, 1998, 1999, 2000, 2001
9ef2e2cf 3 Free Software Foundation, Inc.
ee78dc32
GV
4
5This file is part of GNU Emacs.
6
7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option)
10any later version.
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
9ef2e2cf
JR
18along with GNU Emacs; see the file COPYING. If not, write to
19the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1fb87c77 20Boston, MA 02111-1307, USA. */
ee78dc32 21
ee78dc32 22#include <config.h>
68c45bf0 23#include <signal.h>
ee78dc32 24#include <stdio.h>
791f420f 25#include <stdlib.h>
ee78dc32 26#include "lisp.h"
2091aeb2 27#include "charset.h"
ee78dc32
GV
28#include "blockinput.h"
29
e12ca9c2 30#include "w32heap.h"
689004fa 31#include "w32term.h"
791f420f 32#include "w32bdf.h"
12857dfd 33#include <shellapi.h>
ee78dc32
GV
34
35#include "systty.h"
36#include "systime.h"
f7737f5d 37#include "atimer.h"
8feddab4 38#include "keymap.h"
ee78dc32
GV
39
40#include <ctype.h>
41#include <errno.h>
42#include <setjmp.h>
43#include <sys/stat.h>
44
38006079 45#include "keyboard.h"
ee78dc32
GV
46#include "frame.h"
47#include "dispextern.h"
93ff4395 48#include "fontset.h"
ee78dc32
GV
49#include "termhooks.h"
50#include "termopts.h"
51#include "termchar.h"
52#include "gnu.h"
53#include "disptab.h"
54#include "buffer.h"
55#include "window.h"
ee78dc32 56#include "intervals.h"
791f420f 57#include "composite.h"
ef0e360f 58#include "coding.h"
ee78dc32 59
791f420f
JR
60#define abs(x) ((x) < 0 ? -(x) : (x))
61
791f420f 62\f
33c34bea 63/* Fringe bitmaps. */
791f420f 64
b6ae1532 65static HBITMAP fringe_bmp[MAX_FRINGE_BITMAPS];
791f420f 66
5bf04520 67/* Non-nil means Emacs uses toolkit scroll bars. */
791f420f 68
5bf04520 69Lisp_Object Vx_toolkit_scroll_bars;
791f420f 70
706ddb8f 71/* Temporary variables for w32_read_socket. */
791f420f 72
706ddb8f
JR
73static int last_mousemove_x = 0;
74static int last_mousemove_y = 0;
791f420f
JR
75
76/* Non-zero means that a HELP_EVENT has been generated since Emacs
77 start. */
78
79static int any_help_event_p;
80
a18bb28d
JR
81/* Last window where we saw the mouse. Used by mouse-autoselect-window. */
82static Lisp_Object last_window;
83
e7efd97e
GV
84extern unsigned int msh_mousewheel;
85
ee78dc32
GV
86extern void free_frame_menubar ();
87
9ef2e2cf 88extern int w32_codepage_for_font (char *fontname);
2bf04b9d 89extern Cursor w32_load_cursor (LPCTSTR name);
9ef2e2cf 90
82f9d565
AI
91extern glyph_metric *w32_BDF_TextMetric(bdffont *fontp,
92 unsigned char *text, int dim);
52cf03a1
GV
93extern Lisp_Object Vwindow_system;
94
ee78dc32
GV
95#define x_any_window_to_frame x_window_to_frame
96#define x_top_window_to_frame x_window_to_frame
97
98\f
fbd6baed
GV
99/* This is display since w32 does not support multiple ones. */
100struct w32_display_info one_w32_display_info;
8c3b00cb 101struct w32_display_info *x_display_list;
ee78dc32
GV
102
103/* This is a list of cons cells, each of the form (NAME . FONT-LIST-CACHE),
fbd6baed 104 one for each element of w32_display_list and in the same order.
ee78dc32
GV
105 NAME is the name of the frame.
106 FONT-LIST-CACHE records previous values returned by x-list-fonts. */
fbd6baed 107Lisp_Object w32_display_name_list;
ee78dc32
GV
108
109/* Frame being updated by update_frame. This is declared in term.c.
110 This is set by update_begin and looked at by all the
fbd6baed 111 w32 functions. It is zero while not inside an update.
791f420f 112 In that case, the w32 functions assume that `SELECTED_FRAME ()'
ee78dc32
GV
113 is the frame to apply to. */
114extern struct frame *updating_frame;
115
116/* This is a frame waiting to be autoraised, within w32_read_socket. */
117struct frame *pending_autoraise_frame;
118
abb15ebd
JR
119/* The handle of the frame that currently owns the system caret. */
120HWND w32_system_caret_hwnd;
abb15ebd
JR
121int w32_system_caret_height;
122int w32_system_caret_x;
123int w32_system_caret_y;
99558ce8 124int w32_use_visible_system_caret;
abb15ebd 125
484fa2c1 126/* Flag to enable Unicode output in case users wish to use programs
cabb23bc
GV
127 like Twinbridge on '95 rather than installed system level support
128 for Far East languages. */
484fa2c1 129int w32_enable_unicode_output;
cabb23bc 130
e9e23e23
GV
131DWORD dwWindowsThreadId = 0;
132HANDLE hWindowsThread = NULL;
ee78dc32
GV
133DWORD dwMainThreadId = 0;
134HANDLE hMainThread = NULL;
135
689004fa
GV
136#ifndef SIF_ALL
137/* These definitions are new with Windows 95. */
138#define SIF_RANGE 0x0001
139#define SIF_PAGE 0x0002
140#define SIF_POS 0x0004
141#define SIF_DISABLENOSCROLL 0x0008
142#define SIF_TRACKPOS 0x0010
143#define SIF_ALL (SIF_RANGE | SIF_PAGE | SIF_POS | SIF_TRACKPOS)
144
145typedef struct tagSCROLLINFO
146{
147 UINT cbSize;
148 UINT fMask;
149 int nMin;
150 int nMax;
151 UINT nPage;
152 int nPos;
153 int nTrackPos;
154} SCROLLINFO, FAR *LPSCROLLINFO;
155typedef SCROLLINFO CONST FAR *LPCSCROLLINFO;
156#endif /* SIF_ALL */
157
158/* Dynamic linking to new proportional scroll bar functions. */
159int (PASCAL *pfnSetScrollInfo) (HWND hwnd, int fnBar, LPSCROLLINFO lpsi, BOOL fRedraw);
160BOOL (PASCAL *pfnGetScrollInfo) (HWND hwnd, int fnBar, LPSCROLLINFO lpsi);
161
162int vertical_scroll_bar_min_handle;
163int vertical_scroll_bar_top_border;
164int vertical_scroll_bar_bottom_border;
165
166int last_scroll_bar_drag_pos;
167
ee78dc32
GV
168/* Mouse movement. */
169
170/* Where the mouse was last time we reported a mouse event. */
9ef2e2cf 171
ee78dc32 172static RECT last_mouse_glyph;
791f420f 173static Lisp_Object last_mouse_press_frame;
ee78dc32 174
fbd6baed 175Lisp_Object Vw32_num_mouse_buttons;
52cf03a1 176
fbd6baed 177Lisp_Object Vw32_swap_mouse_buttons;
52cf03a1 178
689004fa
GV
179/* Control whether x_raise_frame also sets input focus. */
180Lisp_Object Vw32_grab_focus_on_raise;
181
182/* Control whether Caps Lock affects non-ascii characters. */
183Lisp_Object Vw32_capslock_is_shiftlock;
184
ef0e360f
GV
185/* Control whether right-alt and left-ctrl should be recognized as AltGr. */
186Lisp_Object Vw32_recognize_altgr;
187
ee78dc32
GV
188/* The scroll bar in which the last motion event occurred.
189
190 If the last motion event occurred in a scroll bar, we set this
fbd6baed 191 so w32_mouse_position can know whether to report a scroll bar motion or
ee78dc32
GV
192 an ordinary motion.
193
194 If the last motion event didn't occur in a scroll bar, we set this
fbd6baed 195 to Qnil, to tell w32_mouse_position to return an ordinary motion event. */
9ef2e2cf
JR
196static Lisp_Object last_mouse_scroll_bar;
197static int last_mouse_scroll_bar_pos;
ee78dc32 198
fbd6baed 199/* This is a hack. We would really prefer that w32_mouse_position would
ee78dc32 200 return the time associated with the position it returns, but there
9ef2e2cf 201 doesn't seem to be any way to wrest the time-stamp from the server
ee78dc32
GV
202 along with the position query. So, we just keep track of the time
203 of the last movement we received, and return that in hopes that
204 it's somewhat accurate. */
ee78dc32 205
9ef2e2cf
JR
206static Time last_mouse_movement_time;
207
208/* Incremented by w32_read_socket whenever it really tries to read
209 events. */
a1b9438c 210
ee78dc32
GV
211#ifdef __STDC__
212static int volatile input_signal_count;
213#else
214static int input_signal_count;
215#endif
216
217extern Lisp_Object Vcommand_line_args, Vsystem_name;
218
219extern Lisp_Object Qface, Qmouse_face;
220
38006079 221#ifndef USE_CRT_DLL
ee78dc32 222extern int errno;
38006079 223#endif
ee78dc32
GV
224
225/* A mask of extra modifier bits to put into every keyboard char. */
9ef2e2cf 226
31ade731 227extern EMACS_INT extra_keyboard_modifiers;
ee78dc32 228
38006079 229static void x_update_window_end P_ ((struct window *, int, int));
791f420f 230void w32_delete_display P_ ((struct w32_display_info *));
791f420f
JR
231static void w32_handle_tool_bar_click P_ ((struct frame *,
232 struct input_event *));
2bf04b9d 233void w32_define_cursor P_ ((Window, Cursor));
791f420f
JR
234
235void x_lower_frame P_ ((struct frame *));
236void x_scroll_bar_clear P_ ((struct frame *));
237void x_wm_set_size_hint P_ ((struct frame *, long, int));
238void x_raise_frame P_ ((struct frame *));
239void x_set_window_size P_ ((struct frame *, int, int, int));
240void x_wm_set_window_state P_ ((struct frame *, int));
241void x_wm_set_icon_pixmap P_ ((struct frame *, int));
242void w32_initialize P_ ((void));
243static void x_font_min_bounds P_ ((XFontStruct *, int *, int *));
244int x_compute_min_glyph_bounds P_ ((struct frame *));
791f420f
JR
245static void x_update_end P_ ((struct frame *));
246static void w32_frame_up_to_date P_ ((struct frame *));
791f420f
JR
247static void w32_set_terminal_modes P_ ((void));
248static void w32_reset_terminal_modes P_ ((void));
791f420f 249static void x_clear_frame P_ ((void));
791f420f
JR
250static void frame_highlight P_ ((struct frame *));
251static void frame_unhighlight P_ ((struct frame *));
73dc743c
JR
252static void x_new_focus_frame P_ ((struct w32_display_info *,
253 struct frame *));
791f420f
JR
254static void w32_frame_rehighlight P_ ((struct frame *));
255static void x_frame_rehighlight P_ ((struct w32_display_info *));
256static void x_draw_hollow_cursor P_ ((struct window *, struct glyph_row *));
70fa9f1f
JR
257static void x_draw_bar_cursor P_ ((struct window *, struct glyph_row *, int,
258 enum text_cursor_kinds));
c2cc16fa
JR
259static void w32_clip_to_row P_ ((struct window *, struct glyph_row *,
260 HDC, int));
791f420f 261
ee78dc32
GV
262static Lisp_Object Qvendor_specific_keysyms;
263
ee78dc32 264\f
9ef2e2cf
JR
265/***********************************************************************
266 Debugging
267 ***********************************************************************/
268
ee78dc32 269#if 0
9ef2e2cf
JR
270
271/* This is a function useful for recording debugging information about
272 the sequence of occurrences in this file. */
ee78dc32 273
d67d1627 274struct record
ee78dc32
GV
275{
276 char *locus;
277 int type;
278};
279
280struct record event_record[100];
281
282int event_record_index;
283
284record_event (locus, type)
285 char *locus;
286 int type;
287{
288 if (event_record_index == sizeof (event_record) / sizeof (struct record))
289 event_record_index = 0;
290
291 event_record[event_record_index].locus = locus;
292 event_record[event_record_index].type = type;
293 event_record_index++;
294}
295
296#endif /* 0 */
297\f
791f420f
JR
298
299void XChangeGC (void * ignore, XGCValues* gc, unsigned long mask,
300 XGCValues *xgcv)
301{
302 if (mask & GCForeground)
303 gc->foreground = xgcv->foreground;
304 if (mask & GCBackground)
305 gc->background = xgcv->background;
306 if (mask & GCFont)
307 gc->font = xgcv->font;
308}
309
310XGCValues *XCreateGC (void * ignore, Window window, unsigned long mask,
311 XGCValues *xgcv)
312{
313 XGCValues *gc = (XGCValues *) xmalloc (sizeof (XGCValues));
314 bzero (gc, sizeof (XGCValues));
315
316 XChangeGC (ignore, gc, mask, xgcv);
317
318 return gc;
319}
320
321void XGetGCValues (void* ignore, XGCValues *gc,
322 unsigned long mask, XGCValues *xgcv)
323{
324 XChangeGC (ignore, xgcv, mask, gc);
325}
326
791f420f
JR
327static void
328w32_set_clip_rectangle (HDC hdc, RECT *rect)
329{
330 if (rect)
331 {
332 HRGN clip_region = CreateRectRgnIndirect (rect);
333 SelectClipRgn (hdc, clip_region);
334 DeleteObject (clip_region);
335 }
336 else
337 SelectClipRgn (hdc, NULL);
338}
339
791f420f
JR
340
341/* Draw a hollow rectangle at the specified position. */
342void
343w32_draw_rectangle (HDC hdc, XGCValues *gc, int x, int y,
344 int width, int height)
345{
346 HBRUSH hb, oldhb;
347 HPEN hp, oldhp;
348
349 hb = CreateSolidBrush (gc->background);
350 hp = CreatePen (PS_SOLID, 0, gc->foreground);
351 oldhb = SelectObject (hdc, hb);
352 oldhp = SelectObject (hdc, hp);
353
354 Rectangle (hdc, x, y, x + width, y + height);
355
356 SelectObject (hdc, oldhb);
357 SelectObject (hdc, oldhp);
358 DeleteObject (hb);
359 DeleteObject (hp);
360}
361
362/* Draw a filled rectangle at the specified position. */
d67d1627 363void
00fe468b 364w32_fill_rect (f, hdc, pix, lprect)
ee78dc32 365 FRAME_PTR f;
00fe468b 366 HDC hdc;
ee78dc32
GV
367 COLORREF pix;
368 RECT * lprect;
369{
ee78dc32 370 HBRUSH hb;
791f420f 371
ee78dc32 372 hb = CreateSolidBrush (pix);
ee78dc32 373 FillRect (hdc, lprect, hb);
ee78dc32 374 DeleteObject (hb);
ee78dc32
GV
375}
376
d67d1627 377void
fbd6baed 378w32_clear_window (f)
ee78dc32
GV
379 FRAME_PTR f;
380{
381 RECT rect;
00fe468b 382 HDC hdc = get_frame_dc (f);
52cf03a1 383
e4a52412
JR
384 /* Under certain conditions, this can be called at startup with
385 a console frame pointer before the GUI frame is created. An HDC
386 of 0 indicates this. */
387 if (hdc)
388 {
389 GetClientRect (FRAME_W32_WINDOW (f), &rect);
390 w32_clear_rect (f, hdc, &rect);
391 }
392
00fe468b 393 release_frame_dc (f, hdc);
ee78dc32
GV
394}
395
396\f
791f420f
JR
397/***********************************************************************
398 Starting and ending an update
399 ***********************************************************************/
d67d1627 400
791f420f
JR
401/* Start an update of frame F. This function is installed as a hook
402 for update_begin, i.e. it is called when update_begin is called.
403 This function is called prior to calls to x_update_window_begin for
99012074 404 each window being updated. */
ee78dc32 405
96214669 406static void
791f420f 407x_update_begin (f)
ee78dc32
GV
408 struct frame *f;
409{
99012074
AI
410 struct w32_display_info *display_info = FRAME_W32_DISPLAY_INFO (f);
411
7e6ac5b9
AI
412 if (! FRAME_W32_P (f))
413 return;
414
99012074
AI
415 /* Regenerate display palette before drawing if list of requested
416 colors has changed. */
417 if (display_info->regen_palette)
418 {
419 w32_regenerate_palette (f);
420 display_info->regen_palette = FALSE;
421 }
791f420f 422}
ee78dc32 423
791f420f
JR
424
425/* Start update of window W. Set the global variable updated_window
426 to the window being updated and set output_cursor to the cursor
427 position of W. */
428
429static void
430x_update_window_begin (w)
431 struct window *w;
432{
433 struct frame *f = XFRAME (WINDOW_FRAME (w));
434 struct w32_display_info *display_info = FRAME_W32_DISPLAY_INFO (f);
435
99558ce8 436 /* Hide the system caret during an update. */
9785d95b
BK
437 if (w32_use_visible_system_caret && w32_system_caret_hwnd)
438 {
439 SendMessage (w32_system_caret_hwnd, WM_EMACS_HIDE_CARET, 0, 0);
440 }
99558ce8 441
791f420f
JR
442 updated_window = w;
443 set_output_cursor (&w->cursor);
ee78dc32
GV
444
445 BLOCK_INPUT;
446
791f420f 447 if (f == display_info->mouse_face_mouse_frame)
ee78dc32
GV
448 {
449 /* Don't do highlighting for mouse motion during the update. */
791f420f 450 display_info->mouse_face_defer = 1;
ee78dc32 451
9ef2e2cf
JR
452 /* If F needs to be redrawn, simply forget about any prior mouse
453 highlighting. */
ee78dc32 454 if (FRAME_GARBAGED_P (f))
791f420f
JR
455 display_info->mouse_face_window = Qnil;
456
ec48c3a7
JR
457#if 0 /* Rows in a current matrix containing glyphs in mouse-face have
458 their mouse_face_p flag set, which means that they are always
459 unequal to rows in a desired matrix which never have that
460 flag set. So, rows containing mouse-face glyphs are never
461 scrolled, and we don't have to switch the mouse highlight off
462 here to prevent it from being scrolled. */
d67d1627 463
791f420f
JR
464 /* Can we tell that this update does not affect the window
465 where the mouse highlight is? If so, no need to turn off.
466 Likewise, don't do anything if the frame is garbaged;
467 in that case, the frame's current matrix that we would use
468 is all wrong, and we will redisplay that line anyway. */
469 if (!NILP (display_info->mouse_face_window)
470 && w == XWINDOW (display_info->mouse_face_window))
ee78dc32 471 {
791f420f 472 int i;
ee78dc32 473
791f420f
JR
474 for (i = 0; i < w->desired_matrix->nrows; ++i)
475 if (MATRIX_ROW_ENABLED_P (w->desired_matrix, i))
ee78dc32
GV
476 break;
477
791f420f
JR
478 if (i < w->desired_matrix->nrows)
479 clear_mouse_face (display_info);
ee78dc32 480 }
ec48c3a7 481#endif /* 0 */
ee78dc32
GV
482 }
483
484 UNBLOCK_INPUT;
485}
486
89271099 487/* Draw a vertical window border from (x,y0) to (x,y1) */
791f420f 488
96214669 489static void
89271099 490w32_draw_vertical_window_border (w, x, y0, y1)
791f420f 491 struct window *w;
89271099 492 int x, y0, y1;
ee78dc32 493{
791f420f 494 struct frame *f = XFRAME (WINDOW_FRAME (w));
89271099
KS
495 RECT r;
496 HDC hdc;
497
498 r.left = x;
499 r.right = x + 1;
500 r.top = y0;
501 r.bottom = y1;
d67d1627 502
89271099
KS
503 hdc = get_frame_dc (f);
504 w32_fill_rect (f, hdc, FRAME_FOREGROUND_PIXEL (f), &r);
505 release_frame_dc (f, hdc);
791f420f 506}
ee78dc32 507
d67d1627 508
ec48c3a7
JR
509/* End update of window W (which is equal to updated_window).
510
511 Draw vertical borders between horizontally adjacent windows, and
512 display W's cursor if CURSOR_ON_P is non-zero.
513
514 MOUSE_FACE_OVERWRITTEN_P non-zero means that some row containing
515 glyphs in mouse-face were overwritten. In that case we have to
516 make sure that the mouse-highlight is properly redrawn.
517
518 W may be a menu bar pseudo-window in case we don't have X toolkit
519 support. Such windows don't have a cursor, so don't display it
520 here. */
791f420f
JR
521
522static void
ec48c3a7 523x_update_window_end (w, cursor_on_p, mouse_face_overwritten_p)
791f420f 524 struct window *w;
ec48c3a7 525 int cursor_on_p, mouse_face_overwritten_p;
791f420f 526{
89271099 527 struct w32_display_info *dpyinfo = FRAME_W32_DISPLAY_INFO (XFRAME (w->frame));
9f5a911b 528
791f420f
JR
529 if (!w->pseudo_window_p)
530 {
531 BLOCK_INPUT;
ec48c3a7 532
791f420f 533 if (cursor_on_p)
89271099
KS
534 display_and_set_cursor (w, 1, output_cursor.hpos,
535 output_cursor.vpos,
536 output_cursor.x, output_cursor.y);
d67d1627 537
791f420f
JR
538 x_draw_vertical_border (w);
539 UNBLOCK_INPUT;
540 }
9f5a911b
JR
541
542 /* If a row with mouse-face was overwritten, arrange for
543 XTframe_up_to_date to redisplay the mouse highlight. */
544 if (mouse_face_overwritten_p)
545 {
546 dpyinfo->mouse_face_beg_row = dpyinfo->mouse_face_beg_col = -1;
547 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;
548 dpyinfo->mouse_face_window = Qnil;
549 }
550
99558ce8
JR
551 /* Unhide the caret. This won't actually show the cursor, unless it
552 was visible before the corresponding call to HideCaret in
553 x_update_window_begin. */
9785d95b
BK
554 if (w32_use_visible_system_caret && w32_system_caret_hwnd)
555 {
556 SendMessage (w32_system_caret_hwnd, WM_EMACS_SHOW_CARET, 0, 0);
557 }
99558ce8 558
791f420f
JR
559 updated_window = NULL;
560}
561
9ef2e2cf
JR
562
563/* End update of frame F. This function is installed as a hook in
564 update_end. */
565
791f420f
JR
566static void
567x_update_end (f)
568 struct frame *f;
569{
7e6ac5b9
AI
570 if (! FRAME_W32_P (f))
571 return;
572
791f420f
JR
573 /* Mouse highlight may be displayed again. */
574 FRAME_W32_DISPLAY_INFO (f)->mouse_face_defer = 0;
ee78dc32
GV
575}
576
9ef2e2cf 577
791f420f
JR
578/* This function is called from various places in xdisp.c whenever a
579 complete update has been performed. The global variable
580 updated_window is not available here. */
ee78dc32 581
96214669 582static void
fbd6baed 583w32_frame_up_to_date (f)
791f420f 584 struct frame *f;
ee78dc32 585{
791f420f 586 if (FRAME_W32_P (f))
ee78dc32 587 {
791f420f 588 struct w32_display_info *dpyinfo = FRAME_W32_DISPLAY_INFO (f);
89271099 589
791f420f
JR
590 if (dpyinfo->mouse_face_deferred_gc
591 || f == dpyinfo->mouse_face_mouse_frame)
592 {
593 BLOCK_INPUT;
594 if (dpyinfo->mouse_face_mouse_frame)
595 note_mouse_highlight (dpyinfo->mouse_face_mouse_frame,
596 dpyinfo->mouse_face_mouse_x,
597 dpyinfo->mouse_face_mouse_y);
598 dpyinfo->mouse_face_deferred_gc = 0;
599 UNBLOCK_INPUT;
600 }
ee78dc32
GV
601 }
602}
791f420f
JR
603
604
605/* Draw truncation mark bitmaps, continuation mark bitmaps, overlay
33c34bea 606 arrow bitmaps, or clear the fringes if no bitmaps are required
791f420f 607 before DESIRED_ROW is made current. The window being updated is
b71b8111 608 found in updated_window. This function is called from
791f420f
JR
609 update_window_line only if it is known that there are differences
610 between bitmaps to be drawn between current row and DESIRED_ROW. */
611
612static void
613x_after_update_window_line (desired_row)
614 struct glyph_row *desired_row;
615{
616 struct window *w = updated_window;
6ff3e5e3
JR
617 struct frame *f;
618 int width, height;
619
791f420f 620 xassert (w);
d67d1627 621
791f420f
JR
622 if (!desired_row->mode_line_p && !w->pseudo_window_p)
623 {
624 BLOCK_INPUT;
b6ae1532 625 draw_row_fringe_bitmaps (w, desired_row);
6ff3e5e3
JR
626 UNBLOCK_INPUT;
627 }
791f420f 628
6ff3e5e3
JR
629 /* When a window has disappeared, make sure that no rest of
630 full-width rows stays visible in the internal border. Could
631 check here if updated_window is the leftmost/rightmost window,
632 but I guess it's not worth doing since vertically split windows
633 are almost never used, internal border is rarely set, and the
634 overhead is very small. */
635 if (windows_or_buffers_changed
636 && desired_row->full_width_p
637 && (f = XFRAME (w->frame),
638 width = FRAME_INTERNAL_BORDER_WIDTH (f),
639 width != 0)
640 && (height = desired_row->visible_height,
641 height > 0))
642 {
643 int y = WINDOW_TO_FRAME_PIXEL_Y (w, max (0, desired_row->y));
89271099 644
6ff3e5e3
JR
645 /* Internal border is drawn below the tool bar. */
646 if (WINDOWP (f->tool_bar_window)
647 && w == XWINDOW (f->tool_bar_window))
648 y -= width;
649
650 BLOCK_INPUT;
651 {
652 HDC hdc = get_frame_dc (f);
653 w32_clear_area (f, hdc, 0, y, width, height);
654 w32_clear_area (f, hdc, f->output_data.w32->pixel_width - width,
655 y, width, height);
656 release_frame_dc (f, hdc);
657 }
791f420f
JR
658 UNBLOCK_INPUT;
659 }
660}
661
662
33c34bea 663/* Draw the bitmap WHICH in one of the left or right fringes of
791f420f
JR
664 window W. ROW is the glyph row for which to display the bitmap; it
665 determines the vertical position at which the bitmap has to be
666 drawn. */
667
668static void
b6ae1532 669w32_draw_fringe_bitmap (w, row, p)
791f420f 670 struct window *w;
791f420f 671 struct glyph_row *row;
b6ae1532 672 struct draw_fringe_bitmap_params *p;
791f420f
JR
673{
674 struct frame *f = XFRAME (WINDOW_FRAME (w));
b6ae1532
KS
675 HDC hdc;
676 struct face *face = p->face;
677
678 hdc = get_frame_dc (f);
791f420f
JR
679
680 /* Must clip because of partially visible lines. */
681 w32_clip_to_row (w, row, hdc, 1);
682
b6ae1532 683 if (p->bx >= 0)
791f420f 684 {
d33c49e8 685 w32_fill_area (f, hdc, face->background,
b6ae1532 686 p->bx, p->by, p->nx, p->ny);
d33c49e8
KS
687 }
688
b6ae1532
KS
689 if (p->which != NO_FRINGE_BITMAP)
690 {
691 HBITMAP pixmap = fringe_bmp[p->which];
692 HDC compat_hdc;
693 HANDLE horig_obj;
791f420f 694
b6ae1532
KS
695 compat_hdc = CreateCompatibleDC (hdc);
696 SaveDC (hdc);
791f420f 697
b6ae1532
KS
698 horig_obj = SelectObject (compat_hdc, pixmap);
699 SetTextColor (hdc, face->background);
700 SetBkColor (hdc, face->foreground);
fccb8288 701
b6ae1532
KS
702 BitBlt (hdc, p->x, p->y, p->wd, p->h,
703 compat_hdc, 0, p->dh,
704 SRCCOPY);
791f420f 705
b6ae1532
KS
706 SelectObject (compat_hdc, horig_obj);
707 DeleteDC (compat_hdc);
708 RestoreDC (hdc, -1);
d33c49e8 709 }
791f420f 710
b6ae1532 711 w32_set_clip_rectangle (hdc, NULL);
791f420f 712
791f420f
JR
713 release_frame_dc (f, hdc);
714}
715
ee78dc32 716\f
9ef2e2cf
JR
717/* This is called when starting Emacs and when restarting after
718 suspend. When starting Emacs, no window is mapped. And nothing
719 must be done to Emacs's own window if it is suspended (though that
720 rarely happens). */
ee78dc32 721
96214669
GV
722static void
723w32_set_terminal_modes (void)
ee78dc32
GV
724{
725}
726
9ef2e2cf
JR
727/* This is called when exiting or suspending Emacs. Exiting will make
728 the W32 windows go away, and suspending requires no action. */
ee78dc32 729
96214669
GV
730static void
731w32_reset_terminal_modes (void)
ee78dc32
GV
732{
733}
791f420f 734
9ef2e2cf 735
ee78dc32 736\f
791f420f
JR
737/***********************************************************************
738 Display Iterator
739 ***********************************************************************/
740
741/* Function prototypes of this page. */
742
82f9d565 743static XCharStruct *w32_per_char_metric P_ ((XFontStruct *,
6b6bd726
KS
744 wchar_t *, int));
745static int w32_encode_char P_ ((int, wchar_t *, struct font_info *, int *));
cabb23bc 746
791f420f
JR
747
748/* Get metrics of character CHAR2B in FONT. Value is always non-null.
749 If CHAR2B is not contained in FONT, the font's default character
9ef2e2cf 750 metric is returned. */
791f420f 751
82f9d565
AI
752static int
753w32_bdf_per_char_metric (font, char2b, dim, pcm)
9127e20e
JR
754 XFontStruct *font;
755 wchar_t *char2b;
756 int dim;
82f9d565 757 XCharStruct * pcm;
9127e20e
JR
758{
759 glyph_metric * bdf_metric;
760 char buf[2];
9127e20e
JR
761
762 if (dim == 1)
4b99045f 763 buf[0] = (char)(*char2b);
9127e20e
JR
764 else
765 {
6b6bd726
KS
766 buf[0] = XCHAR2B_BYTE1 (char2b);
767 buf[1] = XCHAR2B_BYTE2 (char2b);
9127e20e
JR
768 }
769
770 bdf_metric = w32_BDF_TextMetric (font->bdf, buf, dim);
771
772 if (bdf_metric)
773 {
774 pcm->width = bdf_metric->dwidth;
775 pcm->lbearing = bdf_metric->bbox;
776 pcm->rbearing = bdf_metric->dwidth
777 - (bdf_metric->bbox + bdf_metric->bbw);
778 pcm->ascent = bdf_metric->bboy + bdf_metric->bbh;
00c96995 779 pcm->descent = -bdf_metric->bboy;
82f9d565
AI
780
781 return 1;
9127e20e 782 }
82f9d565 783 return 0;
9127e20e
JR
784}
785
786
82f9d565
AI
787static int
788w32_native_per_char_metric (font, char2b, font_type, pcm)
791f420f
JR
789 XFontStruct *font;
790 wchar_t *char2b;
9ef2e2cf 791 enum w32_char_font_type font_type;
82f9d565 792 XCharStruct * pcm;
cabb23bc 793{
82f9d565
AI
794 HDC hdc = GetDC (NULL);
795 HFONT old_font;
796 BOOL retval = FALSE;
cabb23bc 797
791f420f 798 xassert (font && char2b);
82f9d565
AI
799 xassert (font->hfont);
800 xassert (font_type == UNICODE_FONT || font_type == ANSI_FONT);
cabb23bc 801
82f9d565 802 old_font = SelectObject (hdc, font->hfont);
791f420f 803
dfaaaafb 804 if ((font->tm.tmPitchAndFamily & TMPF_TRUETYPE) != 0)
791f420f 805 {
dfaaaafb
AI
806 ABC char_widths;
807
808 if (font_type == UNICODE_FONT)
809 retval = GetCharABCWidthsW (hdc, *char2b, *char2b, &char_widths);
82f9d565 810 else
dfaaaafb
AI
811 retval = GetCharABCWidthsA (hdc, *char2b, *char2b, &char_widths);
812
813 if (retval)
814 {
f6dd0c50
JR
815#if 0
816 /* Disabled until we can find a way to get the right results
817 on all versions of Windows. */
818
73dc743c
JR
819 /* Don't trust the ABC widths. For synthesized fonts they are
820 wrong, and so is the result of GetCharWidth()! */
821 int real_width;
822 GetCharWidth (hdc, *char2b, *char2b, &real_width);
f6dd0c50 823#endif
dfaaaafb 824 pcm->width = char_widths.abcA + char_widths.abcB + char_widths.abcC;
f6dd0c50 825#if 0
73dc743c
JR
826 /* As far as I can tell, this is the best way to determine what
827 ExtTextOut will do with the broken font. */
828 if (pcm->width != real_width)
829 pcm->width = (pcm->width + real_width) / 2;
f6dd0c50 830#endif
dfaaaafb 831 pcm->lbearing = char_widths.abcA;
73dc743c 832 pcm->rbearing = char_widths.abcA + char_widths.abcB;
82f9d565
AI
833 pcm->ascent = FONT_BASE (font);
834 pcm->descent = FONT_DESCENT (font);
dfaaaafb 835 }
791f420f 836 }
82f9d565
AI
837
838 if (!retval)
791f420f 839 {
82f9d565
AI
840 /* Either font is not a True-type font, or GetCharABCWidthsW
841 failed (it is not supported on Windows 9x for instance), so we
842 can't determine the full info we would like. All is not lost
843 though - we can call GetTextExtentPoint32 to get rbearing and
844 deduce width based on the font's per-string overhang. lbearing
845 is assumed to be zero. */
01b220b6
JR
846
847 /* TODO: Some Thai characters (and other composites if Windows
848 supports them) do have lbearing, and report their total width
849 as zero. Need some way of handling them when
850 GetCharABCWidthsW fails. */
82f9d565
AI
851 SIZE sz;
852
853 if (font_type == UNICODE_FONT)
854 retval = GetTextExtentPoint32W (hdc, char2b, 1, &sz);
855 else
856 retval = GetTextExtentPoint32A (hdc, (char*)char2b, 1, &sz);
791f420f
JR
857
858 if (retval)
dfaaaafb 859 {
82f9d565
AI
860 pcm->width = sz.cx - font->tm.tmOverhang;
861 pcm->rbearing = sz.cx;
dfaaaafb 862 pcm->lbearing = 0;
82f9d565
AI
863 pcm->ascent = FONT_BASE (font);
864 pcm->descent = FONT_DESCENT (font);
dfaaaafb 865 }
791f420f
JR
866 }
867
791f420f 868
93ff4395
JR
869 if (pcm->width == 0 && (pcm->rbearing - pcm->lbearing) == 0)
870 {
82f9d565 871 retval = FALSE;
93ff4395
JR
872 }
873
82f9d565
AI
874 SelectObject (hdc, old_font);
875 ReleaseDC (NULL, hdc);
876
877 return retval;
878}
879
880
881static XCharStruct *
882w32_per_char_metric (font, char2b, font_type)
883 XFontStruct *font;
884 wchar_t *char2b;
6b6bd726 885 int /* enum w32_char_font_type */ font_type;
82f9d565
AI
886{
887 /* The result metric information. */
888 XCharStruct *pcm;
889 BOOL retval;
890
891 xassert (font && char2b);
892 xassert (font_type != UNKNOWN_FONT);
893
894 /* Handle the common cases quickly. */
4b99045f 895 if (!font->bdf && font->per_char == NULL)
82f9d565
AI
896 /* TODO: determine whether char2b exists in font? */
897 return &font->max_bounds;
4b99045f 898 else if (!font->bdf && *char2b < 128)
82f9d565
AI
899 return &font->per_char[*char2b];
900
901 pcm = &font->scratch;
902
903 if (font_type == BDF_1D_FONT)
904 retval = w32_bdf_per_char_metric (font, char2b, 1, pcm);
905 else if (font_type == BDF_2D_FONT)
906 retval = w32_bdf_per_char_metric (font, char2b, 2, pcm);
907 else
908 retval = w32_native_per_char_metric (font, char2b, font_type, pcm);
909
910 if (retval)
911 return pcm;
912
913 return NULL;
914}
915
916void
917w32_cache_char_metrics (font)
918 XFontStruct *font;
919{
920 wchar_t char2b = L'x';
921
922 /* Cache char metrics for the common cases. */
923 if (font->bdf)
924 {
925 /* TODO: determine whether font is fixed-pitch. */
00c96995
JR
926 if (!w32_bdf_per_char_metric (font, &char2b, 1, &font->max_bounds))
927 {
928 /* Use the font width and height as max bounds, as not all BDF
929 fonts contain the letter 'x'. */
930 font->max_bounds.width = FONT_MAX_WIDTH (font);
931 font->max_bounds.lbearing = -font->bdf->llx;
932 font->max_bounds.rbearing = FONT_MAX_WIDTH (font) - font->bdf->urx;
933 font->max_bounds.ascent = FONT_BASE (font);
934 font->max_bounds.descent = FONT_DESCENT (font);
935 }
82f9d565
AI
936 }
937 else
938 {
f1eed8ff
JR
939 if (((font->tm.tmPitchAndFamily & TMPF_FIXED_PITCH) != 0)
940 /* Some fonts (eg DBCS fonts) are marked as fixed width even
941 though they contain characters of different widths. */
942 || (font->tm.tmMaxCharWidth != font->tm.tmAveCharWidth))
82f9d565
AI
943 {
944 /* Font is not fixed pitch, so cache per_char info for the
945 ASCII characters. It would be much more work, and probably
946 not worth it, to cache other chars, since we may change
947 between using Unicode and ANSI text drawing functions at
948 run-time. */
949 int i;
950
951 font->per_char = xmalloc (128 * sizeof(XCharStruct));
952 for (i = 0; i < 128; i++)
953 {
954 char2b = i;
955 w32_native_per_char_metric (font, &char2b, ANSI_FONT,
956 &font->per_char[i]);
957 }
958 }
959 else
960 w32_native_per_char_metric (font, &char2b, ANSI_FONT,
961 &font->max_bounds);
962 }
791f420f
JR
963}
964
965
9ef2e2cf
JR
966/* Determine if a font is double byte. */
967int w32_font_is_double_byte (XFontStruct *font)
968{
969 return font->double_byte_p;
970}
971
972
d67d1627 973static BOOL
d6ff54d5
JR
974w32_use_unicode_for_codepage (codepage)
975 int codepage;
976{
977 /* If the current codepage is supported, use Unicode for output. */
978 return (w32_enable_unicode_output
979 && codepage != CP_8BIT
980 && (codepage == CP_UNICODE || IsValidCodePage (codepage)));
981}
982
791f420f
JR
983/* Encode CHAR2B using encoding information from FONT_INFO. CHAR2B is
984 the two-byte form of C. Encoding is returned in *CHAR2B. */
985
6b6bd726 986static int /* enum w32_char_font_type */
9ef2e2cf 987w32_encode_char (c, char2b, font_info, two_byte_p)
791f420f
JR
988 int c;
989 wchar_t *char2b;
990 struct font_info *font_info;
9ef2e2cf 991 int * two_byte_p;
791f420f
JR
992{
993 int charset = CHAR_CHARSET (c);
994 int codepage;
9ef2e2cf 995 int unicode_p = 0;
344630d6 996 int internal_two_byte_p = 0;
9ef2e2cf 997
791f420f
JR
998 XFontStruct *font = font_info->font;
999
344630d6 1000 internal_two_byte_p = w32_font_is_double_byte (font);
9ef2e2cf 1001
791f420f
JR
1002 /* FONT_INFO may define a scheme by which to encode byte1 and byte2.
1003 This may be either a program in a special encoder language or a
1004 fixed encoding. */
1005 if (font_info->font_encoder)
1006 {
1007 /* It's a program. */
1008 struct ccl_program *ccl = font_info->font_encoder;
1009
1010 if (CHARSET_DIMENSION (charset) == 1)
1011 {
1012 ccl->reg[0] = charset;
6b6bd726 1013 ccl->reg[1] = XCHAR2B_BYTE2 (char2b);
2bf04b9d 1014 ccl->reg[2] = -1;
791f420f
JR
1015 }
1016 else
1017 {
1018 ccl->reg[0] = charset;
6b6bd726
KS
1019 ccl->reg[1] = XCHAR2B_BYTE1 (char2b);
1020 ccl->reg[2] = XCHAR2B_BYTE2 (char2b);
791f420f
JR
1021 }
1022
1023 ccl_driver (ccl, NULL, NULL, 0, 0, NULL);
1024
1025 /* We assume that MSBs are appropriately set/reset by CCL
1026 program. */
344630d6 1027 if (!internal_two_byte_p) /* 1-byte font */
6b6bd726 1028 STORE_XCHAR2B (char2b, 0, ccl->reg[1]);
791f420f 1029 else
6b6bd726 1030 STORE_XCHAR2B (char2b, ccl->reg[1], ccl->reg[2]);
791f420f
JR
1031 }
1032 else if (font_info->encoding[charset])
1033 {
1034 /* Fixed encoding scheme. See fontset.h for the meaning of the
1035 encoding numbers. */
1036 int enc = font_info->encoding[charset];
d67d1627 1037
791f420f
JR
1038 if ((enc == 1 || enc == 2)
1039 && CHARSET_DIMENSION (charset) == 2)
6b6bd726 1040 STORE_XCHAR2B (char2b, XCHAR2B_BYTE1 (char2b) | 0x80, XCHAR2B_BYTE2 (char2b));
d67d1627 1041
791f420f
JR
1042 if (enc == 1 || enc == 3
1043 || (enc == 4 && CHARSET_DIMENSION (charset) == 1))
6b6bd726 1044 STORE_XCHAR2B (char2b, XCHAR2B_BYTE1 (char2b), XCHAR2B_BYTE2 (char2b) | 0x80);
791f420f
JR
1045 else if (enc == 4)
1046 {
1047 int sjis1, sjis2;
1048
6b6bd726 1049 ENCODE_SJIS (XCHAR2B_BYTE1 (char2b), XCHAR2B_BYTE2 (char2b),
791f420f 1050 sjis1, sjis2);
6b6bd726 1051 STORE_XCHAR2B (char2b, sjis1, sjis2);
791f420f
JR
1052 }
1053 }
0e804d38 1054 codepage = font_info->codepage;
791f420f
JR
1055
1056 /* If charset is not ASCII or Latin-1, may need to move it into
1057 Unicode space. */
1058 if ( font && !font->bdf && w32_use_unicode_for_codepage (codepage)
49be9f70
JR
1059 && charset != CHARSET_ASCII && charset != charset_latin_iso8859_1
1060 && charset != CHARSET_8_BIT_CONTROL && charset != CHARSET_8_BIT_GRAPHIC)
791f420f
JR
1061 {
1062 char temp[3];
6b6bd726
KS
1063 temp[0] = XCHAR2B_BYTE1 (char2b);
1064 temp[1] = XCHAR2B_BYTE2 (char2b);
791f420f 1065 temp[2] = '\0';
02f593f3
JR
1066 if (codepage != CP_UNICODE)
1067 {
1068 if (temp[0])
1069 MultiByteToWideChar (codepage, 0, temp, 2, char2b, 1);
1070 else
1071 MultiByteToWideChar (codepage, 0, temp+1, 1, char2b, 1);
1072 }
9ef2e2cf 1073 unicode_p = 1;
344630d6 1074 internal_two_byte_p = 1;
9ef2e2cf 1075 }
344630d6
JR
1076
1077 if (two_byte_p)
1078 *two_byte_p = internal_two_byte_p;
1079
9ef2e2cf
JR
1080 if (!font)
1081 return UNKNOWN_FONT;
9127e20e
JR
1082 else if (font->bdf && CHARSET_DIMENSION (charset) == 1)
1083 return BDF_1D_FONT;
9ef2e2cf 1084 else if (font->bdf)
9127e20e 1085 return BDF_2D_FONT;
9ef2e2cf
JR
1086 else if (unicode_p)
1087 return UNICODE_FONT;
1088 else
1089 return ANSI_FONT;
791f420f
JR
1090}
1091
1092
cabb23bc 1093\f
791f420f
JR
1094/***********************************************************************
1095 Glyph display
1096 ***********************************************************************/
1097
791f420f 1098
9ef2e2cf 1099/* Encapsulate the different ways of displaying text under W32. */
791f420f 1100
1cb8c82e
JR
1101static void
1102w32_text_out (s, x, y,chars,nchars)
791f420f
JR
1103 struct glyph_string * s;
1104 int x, y;
1105 wchar_t * chars;
1106 int nchars;
1107{
9ef2e2cf 1108 int charset_dim = w32_font_is_double_byte (s->gc->font) ? 2 : 1;
791f420f
JR
1109 if (s->gc->font->bdf)
1110 w32_BDF_TextOut (s->gc->font->bdf, s->hdc,
00c96995
JR
1111 x, y, (char *) chars, charset_dim,
1112 nchars * charset_dim, 0);
6b6bd726 1113 else if (s->first_glyph->font_type == UNICODE_FONT)
791f420f
JR
1114 ExtTextOutW (s->hdc, x, y, 0, NULL, chars, nchars, NULL);
1115 else
1cb8c82e
JR
1116 ExtTextOutA (s->hdc, x, y, 0, NULL, (char *) chars,
1117 nchars * charset_dim, NULL);
791f420f
JR
1118}
1119
6b6bd726
KS
1120
1121
791f420f
JR
1122static void x_set_glyph_string_clipping P_ ((struct glyph_string *));
1123static void x_set_glyph_string_gc P_ ((struct glyph_string *));
1124static void x_draw_glyph_string_background P_ ((struct glyph_string *,
1125 int));
1126static void x_draw_glyph_string_foreground P_ ((struct glyph_string *));
1127static void x_draw_composite_glyph_string_foreground P_ ((struct glyph_string *));
791f420f
JR
1128static void x_draw_glyph_string_box P_ ((struct glyph_string *));
1129static void x_draw_glyph_string P_ ((struct glyph_string *));
791f420f
JR
1130static void x_set_cursor_gc P_ ((struct glyph_string *));
1131static void x_set_mode_line_face_gc P_ ((struct glyph_string *));
1132static void x_set_mouse_face_gc P_ ((struct glyph_string *));
791f420f
JR
1133static int w32_alloc_lighter_color (struct frame *, COLORREF *, double, int);
1134static void w32_setup_relief_color P_ ((struct frame *, struct relief *,
1135 double, int, COLORREF));
1136static void x_setup_relief_colors P_ ((struct glyph_string *));
1137static void x_draw_image_glyph_string P_ ((struct glyph_string *));
1138static void x_draw_image_relief P_ ((struct glyph_string *));
1139static void x_draw_image_foreground P_ ((struct glyph_string *));
1140static void w32_draw_image_foreground_1 P_ ((struct glyph_string *, HBITMAP));
791f420f
JR
1141static void x_clear_glyph_string_rect P_ ((struct glyph_string *, int,
1142 int, int, int));
1143static void w32_draw_relief_rect P_ ((struct frame *, int, int, int, int,
1144 int, int, int, int, RECT *));
1145static void w32_draw_box_rect P_ ((struct glyph_string *, int, int, int, int,
1146 int, int, int, RECT *));
c2cc16fa
JR
1147
1148#if GLYPH_DEBUG
1149static void x_check_font P_ ((struct frame *, XFontStruct *));
1150#endif
791f420f 1151
d67d1627 1152
791f420f
JR
1153/* Set S->gc to a suitable GC for drawing glyph string S in cursor
1154 face. */
1155
1156static void
1157x_set_cursor_gc (s)
1158 struct glyph_string *s;
1159{
1160 if (s->font == FRAME_FONT (s->f)
1161 && s->face->background == FRAME_BACKGROUND_PIXEL (s->f)
1162 && s->face->foreground == FRAME_FOREGROUND_PIXEL (s->f)
1163 && !s->cmp)
1164 s->gc = s->f->output_data.w32->cursor_gc;
1165 else
1166 {
1167 /* Cursor on non-default face: must merge. */
1168 XGCValues xgcv;
1169 unsigned long mask;
1170
1171 xgcv.background = s->f->output_data.w32->cursor_pixel;
1172 xgcv.foreground = s->face->background;
1173
1174 /* If the glyph would be invisible, try a different foreground. */
1175 if (xgcv.foreground == xgcv.background)
1176 xgcv.foreground = s->face->foreground;
1177 if (xgcv.foreground == xgcv.background)
1178 xgcv.foreground = s->f->output_data.w32->cursor_foreground_pixel;
1179 if (xgcv.foreground == xgcv.background)
1180 xgcv.foreground = s->face->foreground;
1181
1182 /* Make sure the cursor is distinct from text in this face. */
1183 if (xgcv.background == s->face->background
1184 && xgcv.foreground == s->face->foreground)
1185 {
1186 xgcv.background = s->face->foreground;
1187 xgcv.foreground = s->face->background;
1188 }
1189
1190 IF_DEBUG (x_check_font (s->f, s->font));
1191 xgcv.font = s->font;
1192 mask = GCForeground | GCBackground | GCFont;
1193
1194 if (FRAME_W32_DISPLAY_INFO (s->f)->scratch_cursor_gc)
1195 XChangeGC (NULL, FRAME_W32_DISPLAY_INFO (s->f)->scratch_cursor_gc,
1196 mask, &xgcv);
1197 else
1198 FRAME_W32_DISPLAY_INFO (s->f)->scratch_cursor_gc
1199 = XCreateGC (NULL, s->window, mask, &xgcv);
1200
1201 s->gc = FRAME_W32_DISPLAY_INFO (s->f)->scratch_cursor_gc;
1202 }
1203}
1204
1205
1206/* Set up S->gc of glyph string S for drawing text in mouse face. */
d67d1627 1207
791f420f
JR
1208static void
1209x_set_mouse_face_gc (s)
1210 struct glyph_string *s;
d67d1627 1211{
791f420f 1212 int face_id;
93ff4395 1213 struct face *face;
791f420f 1214
c2cc16fa 1215 /* What face has to be used last for the mouse face? */
791f420f 1216 face_id = FRAME_W32_DISPLAY_INFO (s->f)->mouse_face_face_id;
93ff4395 1217 face = FACE_FROM_ID (s->f, face_id);
c2cc16fa
JR
1218 if (face == NULL)
1219 face = FACE_FROM_ID (s->f, MOUSE_FACE_ID);
d67d1627 1220
c2cc16fa
JR
1221 if (s->first_glyph->type == CHAR_GLYPH)
1222 face_id = FACE_FOR_CHAR (s->f, face, s->first_glyph->u.ch);
1223 else
1224 face_id = FACE_FOR_CHAR (s->f, face, 0);
791f420f
JR
1225 s->face = FACE_FROM_ID (s->f, face_id);
1226 PREPARE_FACE_FOR_DISPLAY (s->f, s->face);
1227
1228 /* If font in this face is same as S->font, use it. */
1229 if (s->font == s->face->font)
1230 s->gc = s->face->gc;
1231 else
1232 {
1233 /* Otherwise construct scratch_cursor_gc with values from FACE
1234 but font FONT. */
1235 XGCValues xgcv;
1236 unsigned long mask;
d67d1627 1237
791f420f
JR
1238 xgcv.background = s->face->background;
1239 xgcv.foreground = s->face->foreground;
1240 IF_DEBUG (x_check_font (s->f, s->font));
1241 xgcv.font = s->font;
1242 mask = GCForeground | GCBackground | GCFont;
d67d1627 1243
791f420f
JR
1244 if (FRAME_W32_DISPLAY_INFO (s->f)->scratch_cursor_gc)
1245 XChangeGC (NULL, FRAME_W32_DISPLAY_INFO (s->f)->scratch_cursor_gc,
1246 mask, &xgcv);
1247 else
1248 FRAME_W32_DISPLAY_INFO (s->f)->scratch_cursor_gc
1249 = XCreateGC (NULL, s->window, mask, &xgcv);
d67d1627 1250
791f420f
JR
1251 s->gc = FRAME_W32_DISPLAY_INFO (s->f)->scratch_cursor_gc;
1252 }
1253
1254 xassert (s->gc != 0);
1255}
1256
1257
1258/* Set S->gc of glyph string S to a GC suitable for drawing a mode line.
1259 Faces to use in the mode line have already been computed when the
1260 matrix was built, so there isn't much to do, here. */
1261
1262static INLINE void
1263x_set_mode_line_face_gc (s)
1264 struct glyph_string *s;
d67d1627 1265{
791f420f 1266 s->gc = s->face->gc;
791f420f
JR
1267}
1268
1269
1270/* Set S->gc of glyph string S for drawing that glyph string. Set
1271 S->stippled_p to a non-zero value if the face of S has a stipple
1272 pattern. */
1273
1274static INLINE void
1275x_set_glyph_string_gc (s)
1276 struct glyph_string *s;
1277{
ec48c3a7 1278 PREPARE_FACE_FOR_DISPLAY (s->f, s->face);
d67d1627 1279
791f420f
JR
1280 if (s->hl == DRAW_NORMAL_TEXT)
1281 {
1282 s->gc = s->face->gc;
1283 s->stippled_p = s->face->stipple != 0;
1284 }
1285 else if (s->hl == DRAW_INVERSE_VIDEO)
1286 {
1287 x_set_mode_line_face_gc (s);
1288 s->stippled_p = s->face->stipple != 0;
1289 }
1290 else if (s->hl == DRAW_CURSOR)
1291 {
1292 x_set_cursor_gc (s);
1293 s->stippled_p = 0;
1294 }
1295 else if (s->hl == DRAW_MOUSE_FACE)
1296 {
1297 x_set_mouse_face_gc (s);
1298 s->stippled_p = s->face->stipple != 0;
1299 }
1300 else if (s->hl == DRAW_IMAGE_RAISED
1301 || s->hl == DRAW_IMAGE_SUNKEN)
1302 {
1303 s->gc = s->face->gc;
1304 s->stippled_p = s->face->stipple != 0;
1305 }
1306 else
1307 {
1308 s->gc = s->face->gc;
1309 s->stippled_p = s->face->stipple != 0;
1310 }
1311
1312 /* GC must have been set. */
1313 xassert (s->gc != 0);
1314}
1315
1316
791f420f
JR
1317/* Set clipping for output of glyph string S. S may be part of a mode
1318 line or menu if we don't have X toolkit support. */
1319
1320static INLINE void
1321x_set_glyph_string_clipping (s)
1322 struct glyph_string *s;
1323{
1324 RECT r;
89271099 1325 get_glyph_string_clip_rect (s, &r);
791f420f
JR
1326 w32_set_clip_rectangle (s->hdc, &r);
1327}
1328
1329
6b6bd726
KS
1330/* RIF:
1331 Compute left and right overhang of glyph string S. If S is a glyph
791f420f
JR
1332 string for a composition, assume overhangs don't exist. */
1333
6b6bd726
KS
1334static void
1335w32_compute_glyph_string_overhangs (s)
791f420f
JR
1336 struct glyph_string *s;
1337{
01b220b6 1338 /* TODO: Windows does not appear to have a method for
158cba56
JR
1339 getting this info without getting the ABC widths for each
1340 individual character and working it out manually. */
791f420f
JR
1341}
1342
1343
791f420f 1344static void
6b6bd726 1345w32_get_glyph_overhangs (glyph, f, left, right)
791f420f
JR
1346 struct glyph *glyph;
1347 struct frame *f;
1348 int *left, *right;
1349{
1350 HDC hdc = get_frame_dc (f);
9ef2e2cf 1351 /* Convert to unicode! */
6b6bd726 1352 x_get_glyph_overhangs (glyph, f, left, right);
791f420f
JR
1353 release_frame_dc (f, hdc);
1354}
1355
1356
791f420f
JR
1357/* Fill rectangle X, Y, W, H with background color of glyph string S. */
1358
1359static INLINE void
1360x_clear_glyph_string_rect (s, x, y, w, h)
1361 struct glyph_string *s;
1362 int x, y, w, h;
1363{
1364 int real_x = x;
1365 int real_y = y;
1366 int real_w = w;
1367 int real_h = h;
1368#if 0
1369 /* Take clipping into account. */
1370 if (s->gc->clip_mask == Rect)
1371 {
1372 real_x = max (real_x, s->gc->clip_rectangle.left);
1373 real_y = max (real_y, s->gc->clip_rectangle.top);
1374 real_w = min (real_w, s->gc->clip_rectangle.right
1375 - s->gc->clip_rectangle.left);
1376 real_h = min (real_h, s->gc->clip_rectangle.bottom
1377 - s->gc->clip_rectangle.top);
1378 }
1379#endif
1380 w32_fill_area (s->f, s->hdc, s->gc->background, real_x, real_y,
1381 real_w, real_h);
1382}
1383
1384
1385/* Draw the background of glyph_string S. If S->background_filled_p
1386 is non-zero don't draw it. FORCE_P non-zero means draw the
1387 background even if it wouldn't be drawn normally. This is used
1388 when a string preceding S draws into the background of S, or S
1389 contains the first component of a composition. */
1390
1391static void
1392x_draw_glyph_string_background (s, force_p)
1393 struct glyph_string *s;
1394 int force_p;
1395{
1396 /* Nothing to do if background has already been drawn or if it
1397 shouldn't be drawn in the first place. */
1398 if (!s->background_filled_p)
1399 {
60222d69
AI
1400 int box_line_width = max (s->face->box_line_width, 0);
1401
01b220b6 1402#if 0 /* TODO: stipple */
791f420f
JR
1403 if (s->stippled_p)
1404 {
1405 /* Fill background with a stipple pattern. */
1406 XSetFillStyle (s->display, s->gc, FillOpaqueStippled);
1407 XFillRectangle (s->display, s->window, s->gc, s->x,
60222d69 1408 s->y + box_line_width,
791f420f 1409 s->background_width,
60222d69 1410 s->height - 2 * box_line_width);
791f420f
JR
1411 XSetFillStyle (s->display, s->gc, FillSolid);
1412 s->background_filled_p = 1;
1413 }
1414 else
1415#endif
60222d69 1416 if (FONT_HEIGHT (s->font) < s->height - 2 * box_line_width
791f420f
JR
1417 || s->font_not_found_p
1418 || s->extends_to_end_of_line_p
9127e20e 1419 || s->font->bdf
791f420f
JR
1420 || force_p)
1421 {
60222d69 1422 x_clear_glyph_string_rect (s, s->x, s->y + box_line_width,
791f420f 1423 s->background_width,
60222d69 1424 s->height - 2 * box_line_width);
791f420f
JR
1425 s->background_filled_p = 1;
1426 }
1427 }
1428}
1429
1430
1431/* Draw the foreground of glyph string S. */
1432
1433static void
1434x_draw_glyph_string_foreground (s)
1435 struct glyph_string *s;
1436{
1437 int i, x;
01b220b6 1438 HFONT old_font;
791f420f
JR
1439
1440 /* If first glyph of S has a left box line, start drawing the text
1441 of S to the right of that box line. */
1442 if (s->face->box != FACE_NO_BOX
1443 && s->first_glyph->left_box_line_p)
60222d69 1444 x = s->x + abs (s->face->box_line_width);
791f420f
JR
1445 else
1446 x = s->x;
1447
1448 if (s->for_overlaps_p || (s->background_filled_p && s->hl != DRAW_CURSOR))
1449 SetBkMode (s->hdc, TRANSPARENT);
1450 else
1451 SetBkMode (s->hdc, OPAQUE);
1452
1453 SetTextColor (s->hdc, s->gc->foreground);
1454 SetBkColor (s->hdc, s->gc->background);
1455 SetTextAlign (s->hdc, TA_BASELINE | TA_LEFT);
1456
1457 if (s->font && s->font->hfont)
01b220b6 1458 old_font = SelectObject (s->hdc, s->font->hfont);
791f420f
JR
1459
1460 /* Draw characters of S as rectangles if S's font could not be
1461 loaded. */
1462 if (s->font_not_found_p)
1463 {
1464 for (i = 0; i < s->nchars; ++i)
1465 {
1466 struct glyph *g = s->first_glyph + i;
1467
1468 w32_draw_rectangle (s->hdc, s->gc, x, s->y, g->pixel_width - 1,
1469 s->height - 1);
1470 x += g->pixel_width;
1471 }
1472 }
1473 else
1474 {
1475 char *char1b = (char *) s->char2b;
1476 int boff = s->font_info->baseline_offset;
1477
1478 if (s->font_info->vertical_centering)
1479 boff = VCENTER_BASELINE_OFFSET (s->font, s->f) - boff;
1480
1481 /* If we can use 8-bit functions, condense S->char2b. */
1482 if (!s->two_byte_p)
1483 for (i = 0; i < s->nchars; ++i)
6b6bd726 1484 char1b[i] = XCHAR2B_BYTE2 (&s->char2b[i]);
791f420f
JR
1485
1486 /* Draw text with TextOut and friends. */
1cb8c82e 1487 w32_text_out (s, x, s->ybase - boff, s->char2b, s->nchars);
a18bb28d
JR
1488
1489 if (s->face->overstrike)
1490 {
1491 /* For overstriking (to simulate bold-face), draw the
1492 characters again shifted to the right by one pixel. */
1493 w32_text_out (s, x + 1, s->ybase - boff, s->char2b, s->nchars);
1494 }
791f420f 1495 }
01b220b6
JR
1496 if (s->font && s->font->hfont)
1497 SelectObject (s->hdc, old_font);
791f420f
JR
1498}
1499
1500/* Draw the foreground of composite glyph string S. */
1501
1502static void
1503x_draw_composite_glyph_string_foreground (s)
1504 struct glyph_string *s;
1505{
1506 int i, x;
01b220b6 1507 HFONT old_font;
791f420f
JR
1508
1509 /* If first glyph of S has a left box line, start drawing the text
1510 of S to the right of that box line. */
1511 if (s->face->box != FACE_NO_BOX
1512 && s->first_glyph->left_box_line_p)
60222d69 1513 x = s->x + abs (s->face->box_line_width);
791f420f
JR
1514 else
1515 x = s->x;
1516
1517 /* S is a glyph string for a composition. S->gidx is the index of
1518 the first character drawn for glyphs of this composition.
1519 S->gidx == 0 means we are drawing the very first character of
1520 this composition. */
1521
1522 SetTextColor (s->hdc, s->gc->foreground);
1523 SetBkColor (s->hdc, s->gc->background);
1524 SetBkMode (s->hdc, TRANSPARENT);
1525 SetTextAlign (s->hdc, TA_BASELINE | TA_LEFT);
1526
01b220b6
JR
1527 if (s->font && s->font->hfont)
1528 old_font = SelectObject (s->hdc, s->font->hfont);
1529
791f420f
JR
1530 /* Draw a rectangle for the composition if the font for the very
1531 first character of the composition could not be loaded. */
1532 if (s->font_not_found_p)
1533 {
1534 if (s->gidx == 0)
1535 w32_draw_rectangle (s->hdc, s->gc, x, s->y, s->width - 1,
1536 s->height - 1);
1537 }
1538 else
1539 {
1540 for (i = 0; i < s->nchars; i++, ++s->gidx)
a18bb28d
JR
1541 {
1542 w32_text_out (s, x + s->cmp->offsets[s->gidx * 2],
1543 s->ybase - s->cmp->offsets[s->gidx * 2 + 1],
1544 s->char2b + i, 1);
1545 if (s->face->overstrike)
1546 w32_text_out (s, x + s->cmp->offsets[s->gidx * 2] + 1,
1547 s->ybase - s->cmp->offsets[s->gidx * 2 + 1],
1548 s->char2b + i, 1);
1549 }
791f420f 1550 }
a18bb28d 1551
01b220b6
JR
1552 if (s->font && s->font->hfont)
1553 SelectObject (s->hdc, old_font);
791f420f
JR
1554}
1555
e5fa381b
JR
1556
1557/* Brightness beyond which a color won't have its highlight brightness
1558 boosted.
1559
1560 Nominally, highlight colors for `3d' faces are calculated by
1561 brightening an object's color by a constant scale factor, but this
1562 doesn't yield good results for dark colors, so for colors who's
1563 brightness is less than this value (on a scale of 0-255) have to
1564 use an additional additive factor.
1565
1566 The value here is set so that the default menu-bar/mode-line color
1567 (grey75) will not have its highlights changed at all. */
1568#define HIGHLIGHT_COLOR_DARK_BOOST_LIMIT 187
1569
1570
791f420f
JR
1571/* Allocate a color which is lighter or darker than *COLOR by FACTOR
1572 or DELTA. Try a color with RGB values multiplied by FACTOR first.
1573 If this produces the same color as COLOR, try a color where all RGB
1574 values have DELTA added. Return the allocated color in *COLOR.
1575 DISPLAY is the X display, CMAP is the colormap to operate on.
1576 Value is non-zero if successful. */
1577
1578static int
1579w32_alloc_lighter_color (f, color, factor, delta)
1580 struct frame *f;
1581 COLORREF *color;
1582 double factor;
1583 int delta;
1584{
1585 COLORREF new;
e5fa381b
JR
1586 long bright;
1587
1588 /* On Windows, RGB values are 0-255, not 0-65535, so scale delta. */
1589 delta /= 256;
791f420f
JR
1590
1591 /* Change RGB values by specified FACTOR. Avoid overflow! */
1592 xassert (factor >= 0);
1593 new = PALETTERGB (min (0xff, factor * GetRValue (*color)),
1594 min (0xff, factor * GetGValue (*color)),
1595 min (0xff, factor * GetBValue (*color)));
e5fa381b
JR
1596
1597 /* Calculate brightness of COLOR. */
1598 bright = (2 * GetRValue (*color) + 3 * GetGValue (*color)
1599 + GetBValue (*color)) / 6;
1600
1601 /* We only boost colors that are darker than
1602 HIGHLIGHT_COLOR_DARK_BOOST_LIMIT. */
1603 if (bright < HIGHLIGHT_COLOR_DARK_BOOST_LIMIT)
1604 /* Make an additive adjustment to NEW, because it's dark enough so
1605 that scaling by FACTOR alone isn't enough. */
1606 {
1607 /* How far below the limit this color is (0 - 1, 1 being darker). */
1608 double dimness = 1 - (double)bright / HIGHLIGHT_COLOR_DARK_BOOST_LIMIT;
1609 /* The additive adjustment. */
1610 int min_delta = delta * dimness * factor / 2;
d67d1627 1611
e5fa381b
JR
1612 if (factor < 1)
1613 new = PALETTERGB (max (0, min (0xff, min_delta - GetRValue (*color))),
1614 max (0, min (0xff, min_delta - GetGValue (*color))),
1615 max (0, min (0xff, min_delta - GetBValue (*color))));
1616 else
1617 new = PALETTERGB (max (0, min (0xff, min_delta + GetRValue (*color))),
1618 max (0, min (0xff, min_delta + GetGValue (*color))),
1619 max (0, min (0xff, min_delta + GetBValue (*color))));
1620 }
d67d1627 1621
791f420f
JR
1622 if (new == *color)
1623 new = PALETTERGB (max (0, min (0xff, delta + GetRValue (*color))),
1624 max (0, min (0xff, delta + GetGValue (*color))),
1625 max (0, min (0xff, delta + GetBValue (*color))));
1626
01b220b6
JR
1627 /* TODO: Map to palette and retry with delta if same? */
1628 /* TODO: Free colors (if using palette)? */
93ff4395 1629
791f420f
JR
1630 if (new == *color)
1631 return 0;
1632
1633 *color = new;
1634
1635 return 1;
1636}
1637
1638
1639/* Set up the foreground color for drawing relief lines of glyph
1640 string S. RELIEF is a pointer to a struct relief containing the GC
1641 with which lines will be drawn. Use a color that is FACTOR or
1642 DELTA lighter or darker than the relief's background which is found
1643 in S->f->output_data.x->relief_background. If such a color cannot
1644 be allocated, use DEFAULT_PIXEL, instead. */
d67d1627 1645
791f420f
JR
1646static void
1647w32_setup_relief_color (f, relief, factor, delta, default_pixel)
1648 struct frame *f;
1649 struct relief *relief;
1650 double factor;
1651 int delta;
1652 COLORREF default_pixel;
1653{
1654 XGCValues xgcv;
1655 struct w32_output *di = f->output_data.w32;
1656 unsigned long mask = GCForeground;
1657 COLORREF pixel;
1658 COLORREF background = di->relief_background;
1659 struct w32_display_info *dpyinfo = FRAME_W32_DISPLAY_INFO (f);
1660
01b220b6 1661 /* TODO: Free colors (if using palette)? */
93ff4395 1662
791f420f
JR
1663 /* Allocate new color. */
1664 xgcv.foreground = default_pixel;
1665 pixel = background;
1666 if (w32_alloc_lighter_color (f, &pixel, factor, delta))
1667 {
1668 relief->allocated_p = 1;
1669 xgcv.foreground = relief->pixel = pixel;
1670 }
d67d1627 1671
791f420f
JR
1672 if (relief->gc == 0)
1673 {
01b220b6 1674#if 0 /* TODO: stipple */
791f420f
JR
1675 xgcv.stipple = dpyinfo->gray;
1676 mask |= GCStipple;
1677#endif
1678 relief->gc = XCreateGC (NULL, FRAME_W32_WINDOW (f), mask, &xgcv);
1679 }
1680 else
1681 XChangeGC (NULL, relief->gc, mask, &xgcv);
1682}
1683
1684
1685/* Set up colors for the relief lines around glyph string S. */
1686
1687static void
1688x_setup_relief_colors (s)
1689 struct glyph_string *s;
1690{
1691 struct w32_output *di = s->f->output_data.w32;
1692 COLORREF color;
1693
1694 if (s->face->use_box_color_for_shadows_p)
1695 color = s->face->box_color;
6ff3e5e3 1696 else if (s->first_glyph->type == IMAGE_GLYPH
6637c996 1697 && s->img->pixmap
6ff3e5e3
JR
1698 && !IMAGE_BACKGROUND_TRANSPARENT (s->img, s->f, 0))
1699 color = IMAGE_BACKGROUND (s->img, s->f, 0);
791f420f
JR
1700 else
1701 color = s->gc->background;
1702
1703 if (di->white_relief.gc == 0
1704 || color != di->relief_background)
1705 {
1706 di->relief_background = color;
1707 w32_setup_relief_color (s->f, &di->white_relief, 1.2, 0x8000,
1708 WHITE_PIX_DEFAULT (s->f));
1709 w32_setup_relief_color (s->f, &di->black_relief, 0.6, 0x4000,
1710 BLACK_PIX_DEFAULT (s->f));
1711 }
1712}
1713
1714
1715/* Draw a relief on frame F inside the rectangle given by LEFT_X,
1716 TOP_Y, RIGHT_X, and BOTTOM_Y. WIDTH is the thickness of the relief
1717 to draw, it must be >= 0. RAISED_P non-zero means draw a raised
1718 relief. LEFT_P non-zero means draw a relief on the left side of
1719 the rectangle. RIGHT_P non-zero means draw a relief on the right
1720 side of the rectangle. CLIP_RECT is the clipping rectangle to use
1721 when drawing. */
1722
1723static void
1724w32_draw_relief_rect (f, left_x, top_y, right_x, bottom_y, width,
1725 raised_p, left_p, right_p, clip_rect)
1726 struct frame *f;
2bf04b9d 1727 int left_x, top_y, right_x, bottom_y, width, left_p, right_p, raised_p;
791f420f
JR
1728 RECT *clip_rect;
1729{
1730 int i;
1731 XGCValues gc;
1732 HDC hdc = get_frame_dc (f);
1733
1734 if (raised_p)
e5fa381b 1735 gc.foreground = f->output_data.w32->white_relief.gc->foreground;
791f420f 1736 else
e5fa381b 1737 gc.foreground = f->output_data.w32->black_relief.gc->foreground;
791f420f
JR
1738
1739 w32_set_clip_rectangle (hdc, clip_rect);
1740
1741 /* Top. */
1742 for (i = 0; i < width; ++i)
9f5a911b
JR
1743 w32_fill_area (f, hdc, gc.foreground,
1744 left_x + i * left_p, top_y + i,
df3bd29d 1745 right_x - left_x - i * (left_p + right_p ) + 1, 1);
791f420f
JR
1746
1747 /* Left. */
1748 if (left_p)
1749 for (i = 0; i < width; ++i)
9f5a911b
JR
1750 w32_fill_area (f, hdc, gc.foreground,
1751 left_x + i, top_y + i, 1,
df3bd29d 1752 bottom_y - top_y - 2 * i + 1);
791f420f
JR
1753
1754 if (raised_p)
e5fa381b 1755 gc.foreground = f->output_data.w32->black_relief.gc->foreground;
791f420f 1756 else
e5fa381b 1757 gc.foreground = f->output_data.w32->white_relief.gc->foreground;
d67d1627 1758
791f420f
JR
1759 /* Bottom. */
1760 for (i = 0; i < width; ++i)
d67d1627 1761 w32_fill_area (f, hdc, gc.foreground,
9f5a911b 1762 left_x + i * left_p, bottom_y - i,
df3bd29d 1763 right_x - left_x - i * (left_p + right_p) + 1, 1);
791f420f
JR
1764
1765 /* Right. */
1766 if (right_p)
1767 for (i = 0; i < width; ++i)
9f5a911b
JR
1768 w32_fill_area (f, hdc, gc.foreground,
1769 right_x - i, top_y + i + 1, 1,
df3bd29d 1770 bottom_y - top_y - 2 * i - 1);
791f420f
JR
1771
1772 w32_set_clip_rectangle (hdc, NULL);
d67d1627 1773
791f420f
JR
1774 release_frame_dc (f, hdc);
1775}
1776
1777
1778/* Draw a box on frame F inside the rectangle given by LEFT_X, TOP_Y,
1779 RIGHT_X, and BOTTOM_Y. WIDTH is the thickness of the lines to
1780 draw, it must be >= 0. LEFT_P non-zero means draw a line on the
1781 left side of the rectangle. RIGHT_P non-zero means draw a line
1782 on the right side of the rectangle. CLIP_RECT is the clipping
1783 rectangle to use when drawing. */
1784
1785static void
1786w32_draw_box_rect (s, left_x, top_y, right_x, bottom_y, width,
1787 left_p, right_p, clip_rect)
1788 struct glyph_string *s;
1789 int left_x, top_y, right_x, bottom_y, width, left_p, right_p;
1790 RECT *clip_rect;
1791{
00fe468b 1792 w32_set_clip_rectangle (s->hdc, clip_rect);
d67d1627 1793
791f420f 1794 /* Top. */
00fe468b 1795 w32_fill_area (s->f, s->hdc, s->face->box_color,
2d0c0bd7 1796 left_x, top_y, right_x - left_x + 1, width);
791f420f
JR
1797
1798 /* Left. */
1799 if (left_p)
1800 {
00fe468b 1801 w32_fill_area (s->f, s->hdc, s->face->box_color,
2d0c0bd7 1802 left_x, top_y, width, bottom_y - top_y + 1);
791f420f 1803 }
d67d1627 1804
791f420f 1805 /* Bottom. */
00fe468b 1806 w32_fill_area (s->f, s->hdc, s->face->box_color,
2d0c0bd7 1807 left_x, bottom_y - width + 1, right_x - left_x + 1, width);
d67d1627 1808
791f420f
JR
1809 /* Right. */
1810 if (right_p)
1811 {
00fe468b 1812 w32_fill_area (s->f, s->hdc, s->face->box_color,
2d0c0bd7 1813 right_x - width + 1, top_y, width, bottom_y - top_y + 1);
791f420f
JR
1814 }
1815
00fe468b 1816 w32_set_clip_rectangle (s->hdc, NULL);
791f420f
JR
1817}
1818
1819
1820/* Draw a box around glyph string S. */
1821
1822static void
1823x_draw_glyph_string_box (s)
1824 struct glyph_string *s;
1825{
1826 int width, left_x, right_x, top_y, bottom_y, last_x, raised_p;
1827 int left_p, right_p;
1828 struct glyph *last_glyph;
1829 RECT clip_rect;
1830
1831 last_x = window_box_right (s->w, s->area);
1832 if (s->row->full_width_p
1833 && !s->w->pseudo_window_p)
1834 {
33c34bea 1835 last_x += FRAME_X_RIGHT_FRINGE_WIDTH (s->f);
791f420f
JR
1836 if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT (s->f))
1837 last_x += FRAME_SCROLL_BAR_WIDTH (s->f) * CANON_X_UNIT (s->f);
1838 }
d67d1627 1839
791f420f
JR
1840 /* The glyph that may have a right box line. */
1841 last_glyph = (s->cmp || s->img
1842 ? s->first_glyph
1843 : s->first_glyph + s->nchars - 1);
1844
60222d69 1845 width = abs (s->face->box_line_width);
791f420f
JR
1846 raised_p = s->face->box == FACE_RAISED_BOX;
1847 left_x = s->x;
9f5a911b 1848 right_x = ((s->row->full_width_p && s->extends_to_end_of_line_p
791f420f
JR
1849 ? last_x - 1
1850 : min (last_x, s->x + s->background_width) - 1));
1851 top_y = s->y;
1852 bottom_y = top_y + s->height - 1;
1853
1854 left_p = (s->first_glyph->left_box_line_p
1855 || (s->hl == DRAW_MOUSE_FACE
1856 && (s->prev == NULL
1857 || s->prev->hl != s->hl)));
1858 right_p = (last_glyph->right_box_line_p
1859 || (s->hl == DRAW_MOUSE_FACE
1860 && (s->next == NULL
1861 || s->next->hl != s->hl)));
d67d1627 1862
89271099 1863 get_glyph_string_clip_rect (s, &clip_rect);
791f420f
JR
1864
1865 if (s->face->box == FACE_SIMPLE_BOX)
1866 w32_draw_box_rect (s, left_x, top_y, right_x, bottom_y, width,
1867 left_p, right_p, &clip_rect);
1868 else
1869 {
1870 x_setup_relief_colors (s);
1871 w32_draw_relief_rect (s->f, left_x, top_y, right_x, bottom_y,
1872 width, raised_p, left_p, right_p, &clip_rect);
1873 }
1874}
1875
1876
1877/* Draw foreground of image glyph string S. */
1878
1879static void
1880x_draw_image_foreground (s)
1881 struct glyph_string *s;
1882{
1883 int x;
9ef2e2cf 1884 int y = s->ybase - image_ascent (s->img, s->face);
791f420f
JR
1885
1886 /* If first glyph of S has a left box line, start drawing it to the
1887 right of that line. */
1888 if (s->face->box != FACE_NO_BOX
1889 && s->first_glyph->left_box_line_p)
60222d69 1890 x = s->x + abs (s->face->box_line_width);
791f420f
JR
1891 else
1892 x = s->x;
1893
1894 /* If there is a margin around the image, adjust x- and y-position
1895 by that margin. */
d6ff54d5
JR
1896 x += s->img->hmargin;
1897 y += s->img->vmargin;
791f420f
JR
1898
1899 SaveDC (s->hdc);
1900
1901 if (s->img->pixmap)
1902 {
d30591dc
JR
1903 HDC compat_hdc = CreateCompatibleDC (s->hdc);
1904 HBRUSH fg_brush = CreateSolidBrush (s->gc->foreground);
1905 HBRUSH orig_brush = SelectObject (s->hdc, fg_brush);
1906 HGDIOBJ orig_obj = SelectObject (compat_hdc, s->img->pixmap);
1907 SetBkColor (compat_hdc, RGB (255, 255, 255));
1908 SetTextColor (s->hdc, RGB (0, 0, 0));
1909 x_set_glyph_string_clipping (s);
1910
791f420f
JR
1911 if (s->img->mask)
1912 {
d30591dc
JR
1913 HDC mask_dc = CreateCompatibleDC (s->hdc);
1914 HGDIOBJ mask_orig_obj = SelectObject (mask_dc, s->img->mask);
1915
1916 SetTextColor (s->hdc, RGB (255, 255, 255));
1917 SetBkColor (s->hdc, RGB (0, 0, 0));
1918
1919 BitBlt (s->hdc, x, y, s->img->width, s->img->height,
4108c39d 1920 compat_hdc, 0, 0, SRCINVERT);
d30591dc
JR
1921 BitBlt (s->hdc, x, y, s->img->width, s->img->height,
1922 mask_dc, 0, 0, SRCAND);
1923 BitBlt (s->hdc, x, y, s->img->width, s->img->height,
4108c39d 1924 compat_hdc, 0, 0, SRCINVERT);
d30591dc
JR
1925
1926 SelectObject (mask_dc, mask_orig_obj);
1927 DeleteDC (mask_dc);
791f420f
JR
1928 }
1929 else
791f420f 1930 {
d30591dc
JR
1931 SetTextColor (s->hdc, s->gc->foreground);
1932 SetBkColor (s->hdc, s->gc->background);
1933
9436cdf9 1934 BitBlt (s->hdc, x, y, s->img->width, s->img->height,
4108c39d 1935 compat_hdc, 0, 0, SRCCOPY);
791f420f
JR
1936
1937 /* When the image has a mask, we can expect that at
1938 least part of a mouse highlight or a block cursor will
1939 be visible. If the image doesn't have a mask, make
1940 a block cursor visible by drawing a rectangle around
1941 the image. I believe it's looking better if we do
1942 nothing here for mouse-face. */
1943 if (s->hl == DRAW_CURSOR)
c65eff23
KS
1944 {
1945 int r = s->img->relief;
1946 if (r < 0) r = -r;
1947 w32_draw_rectangle (s->hdc, s->gc, x - r, y - r ,
1948 s->img->width + r*2 - 1, s->img->height + r*2 - 1);
1949 }
791f420f 1950 }
d30591dc
JR
1951
1952 w32_set_clip_rectangle (s->hdc, NULL);
1953 SelectObject (s->hdc, orig_brush);
1954 DeleteObject (fg_brush);
1955 SelectObject (compat_hdc, orig_obj);
1956 DeleteDC (compat_hdc);
791f420f
JR
1957 }
1958 else
1959 w32_draw_rectangle (s->hdc, s->gc, x, y, s->img->width -1,
1960 s->img->height - 1);
ee78dc32 1961
791f420f
JR
1962 RestoreDC (s->hdc ,-1);
1963}
ee78dc32 1964
791f420f
JR
1965
1966
1967/* Draw a relief around the image glyph string S. */
1968
1969static void
1970x_draw_image_relief (s)
1971 struct glyph_string *s;
1972{
1973 int x0, y0, x1, y1, thick, raised_p;
1974 RECT r;
1975 int x;
9ef2e2cf 1976 int y = s->ybase - image_ascent (s->img, s->face);
d67d1627 1977
791f420f
JR
1978 /* If first glyph of S has a left box line, start drawing it to the
1979 right of that line. */
1980 if (s->face->box != FACE_NO_BOX
1981 && s->first_glyph->left_box_line_p)
60222d69 1982 x = s->x + abs (s->face->box_line_width);
791f420f
JR
1983 else
1984 x = s->x;
d67d1627 1985
791f420f
JR
1986 /* If there is a margin around the image, adjust x- and y-position
1987 by that margin. */
d6ff54d5
JR
1988 x += s->img->hmargin;
1989 y += s->img->vmargin;
d67d1627 1990
791f420f
JR
1991 if (s->hl == DRAW_IMAGE_SUNKEN
1992 || s->hl == DRAW_IMAGE_RAISED)
1993 {
6637c996 1994 thick = tool_bar_button_relief >= 0 ? tool_bar_button_relief : DEFAULT_TOOL_BAR_BUTTON_RELIEF;
791f420f
JR
1995 raised_p = s->hl == DRAW_IMAGE_RAISED;
1996 }
1997 else
ee78dc32 1998 {
791f420f
JR
1999 thick = abs (s->img->relief);
2000 raised_p = s->img->relief > 0;
2001 }
d67d1627 2002
791f420f
JR
2003 x0 = x - thick;
2004 y0 = y - thick;
2005 x1 = x + s->img->width + thick - 1;
2006 y1 = y + s->img->height + thick - 1;
d67d1627 2007
791f420f 2008 x_setup_relief_colors (s);
89271099 2009 get_glyph_string_clip_rect (s, &r);
791f420f
JR
2010 w32_draw_relief_rect (s->f, x0, y0, x1, y1, thick, raised_p, 1, 1, &r);
2011}
ee78dc32 2012
791f420f
JR
2013
2014/* Draw the foreground of image glyph string S to PIXMAP. */
2015
2016static void
2017w32_draw_image_foreground_1 (s, pixmap)
2018 struct glyph_string *s;
2019 HBITMAP pixmap;
2020{
2021 HDC hdc = CreateCompatibleDC (s->hdc);
2022 HGDIOBJ orig_hdc_obj = SelectObject (hdc, pixmap);
2023 int x;
9ef2e2cf 2024 int y = s->ybase - s->y - image_ascent (s->img, s->face);
791f420f
JR
2025
2026 /* If first glyph of S has a left box line, start drawing it to the
2027 right of that line. */
2028 if (s->face->box != FACE_NO_BOX
2029 && s->first_glyph->left_box_line_p)
60222d69 2030 x = abs (s->face->box_line_width);
791f420f
JR
2031 else
2032 x = 0;
2033
2034 /* If there is a margin around the image, adjust x- and y-position
2035 by that margin. */
d6ff54d5
JR
2036 x += s->img->hmargin;
2037 y += s->img->vmargin;
791f420f
JR
2038
2039 if (s->img->pixmap)
2040 {
d30591dc
JR
2041 HDC compat_hdc = CreateCompatibleDC (hdc);
2042 HBRUSH fg_brush = CreateSolidBrush (s->gc->foreground);
2043 HBRUSH orig_brush = SelectObject (hdc, fg_brush);
2044 HGDIOBJ orig_obj = SelectObject (compat_hdc, s->img->pixmap);
2045
791f420f
JR
2046 if (s->img->mask)
2047 {
d30591dc
JR
2048 HDC mask_dc = CreateCompatibleDC (hdc);
2049 HGDIOBJ mask_orig_obj = SelectObject (mask_dc, s->img->mask);
2050
2051 SetTextColor (hdc, RGB (0, 0, 0));
2052 SetBkColor (hdc, RGB (255, 255, 255));
2053 BitBlt (hdc, x, y, s->img->width, s->img->height,
2054 compat_hdc, 0, 0, SRCINVERT);
2055 BitBlt (hdc, x, y, s->img->width, s->img->height,
2056 mask_dc, 0, 0, SRCAND);
2057 BitBlt (hdc, x, y, s->img->width, s->img->height,
2058 compat_hdc, 0, 0, SRCINVERT);
2059
2060 SelectObject (mask_dc, mask_orig_obj);
2061 DeleteDC (mask_dc);
791f420f
JR
2062 }
2063 else
ef0e360f 2064 {
d30591dc
JR
2065 SetTextColor (hdc, s->gc->foreground);
2066 SetBkColor (hdc, s->gc->background);
2067
9436cdf9 2068 BitBlt (hdc, x, y, s->img->width, s->img->height,
4108c39d 2069 compat_hdc, 0, 0, SRCCOPY);
791f420f
JR
2070
2071 /* When the image has a mask, we can expect that at
2072 least part of a mouse highlight or a block cursor will
2073 be visible. If the image doesn't have a mask, make
2074 a block cursor visible by drawing a rectangle around
2075 the image. I believe it's looking better if we do
2076 nothing here for mouse-face. */
2077 if (s->hl == DRAW_CURSOR)
c65eff23
KS
2078 {
2079 int r = s->img->relief;
2080 if (r < 0) r = -r;
d30591dc 2081 w32_draw_rectangle (hdc, s->gc, x - r, y - r ,
c65eff23
KS
2082 s->img->width + r*2 - 1, s->img->height + r*2 - 1);
2083 }
ef0e360f 2084 }
d30591dc
JR
2085
2086 SelectObject (hdc, orig_brush);
2087 DeleteObject (fg_brush);
2088 SelectObject (compat_hdc, orig_obj);
2089 DeleteDC (compat_hdc);
791f420f
JR
2090 }
2091 else
2092 w32_draw_rectangle (hdc, s->gc, x, y, s->img->width - 1,
2093 s->img->height - 1);
2094
2095 SelectObject (hdc, orig_hdc_obj);
2096 DeleteDC (hdc);
2097}
2098
2099
2100/* Draw part of the background of glyph string S. X, Y, W, and H
2101 give the rectangle to draw. */
2102
2103static void
2104x_draw_glyph_string_bg_rect (s, x, y, w, h)
2105 struct glyph_string *s;
2106 int x, y, w, h;
2107{
01b220b6 2108#if 0 /* TODO: stipple */
791f420f
JR
2109 if (s->stippled_p)
2110 {
2111 /* Fill background with a stipple pattern. */
2112 XSetFillStyle (s->display, s->gc, FillOpaqueStippled);
2113 XFillRectangle (s->display, s->window, s->gc, x, y, w, h);
2114 XSetFillStyle (s->display, s->gc, FillSolid);
2115 }
2116 else
2117#endif
2118 x_clear_glyph_string_rect (s, x, y, w, h);
2119}
2120
2121
d67d1627 2122/* Draw image glyph string S.
791f420f
JR
2123
2124 s->y
2125 s->x +-------------------------
2126 | s->face->box
2127 |
2128 | +-------------------------
d6ff54d5 2129 | | s->img->vmargin
791f420f
JR
2130 | |
2131 | | +-------------------
2132 | | | the image
cabb23bc 2133
791f420f
JR
2134 */
2135
2136static void
2137x_draw_image_glyph_string (s)
2138 struct glyph_string *s;
2139{
2140 int x, y;
60222d69
AI
2141 int box_line_hwidth = abs (s->face->box_line_width);
2142 int box_line_vwidth = max (s->face->box_line_width, 0);
791f420f
JR
2143 int height;
2144 HBITMAP pixmap = 0;
2145
60222d69 2146 height = s->height - 2 * box_line_vwidth;
791f420f
JR
2147
2148 /* Fill background with face under the image. Do it only if row is
2149 taller than image or if image has a clip mask to reduce
2150 flickering. */
2151 s->stippled_p = s->face->stipple != 0;
2152 if (height > s->img->height
d6ff54d5 2153 || s->img->hmargin
c2cc16fa 2154 || s->img->vmargin
791f420f 2155 || s->img->mask
791f420f
JR
2156 || s->img->pixmap == 0
2157 || s->width != s->background_width)
2158 {
60222d69
AI
2159 if (box_line_hwidth && s->first_glyph->left_box_line_p)
2160 x = s->x + box_line_hwidth;
791f420f
JR
2161 else
2162 x = s->x;
d67d1627 2163
60222d69 2164 y = s->y + box_line_vwidth;
d30591dc 2165#if 0 /* TODO: figure out if we need to do this on Windows. */
791f420f 2166 if (s->img->mask)
ee78dc32 2167 {
c2cc16fa
JR
2168 /* Create a pixmap as large as the glyph string. Fill it
2169 with the background color. Copy the image to it, using
2170 its mask. Copy the temporary pixmap to the display. */
791f420f
JR
2171 Screen *screen = FRAME_X_SCREEN (s->f);
2172 int depth = DefaultDepthOfScreen (screen);
2173
2174 /* Create a pixmap as large as the glyph string. */
2175 pixmap = XCreatePixmap (s->display, s->window,
2176 s->background_width,
2177 s->height, depth);
d67d1627 2178
791f420f
JR
2179 /* Don't clip in the following because we're working on the
2180 pixmap. */
2181 XSetClipMask (s->display, s->gc, None);
ee78dc32 2182
791f420f
JR
2183 /* Fill the pixmap with the background color/stipple. */
2184 if (s->stippled_p)
2185 {
2186 /* Fill background with a stipple pattern. */
2187 XSetFillStyle (s->display, s->gc, FillOpaqueStippled);
2188 XFillRectangle (s->display, pixmap, s->gc,
2189 0, 0, s->background_width, s->height);
2190 XSetFillStyle (s->display, s->gc, FillSolid);
2191 }
ef0e360f 2192 else
791f420f
JR
2193 {
2194 XGCValues xgcv;
2195 XGetGCValues (s->display, s->gc, GCForeground | GCBackground,
2196 &xgcv);
2197 XSetForeground (s->display, s->gc, xgcv.background);
2198 XFillRectangle (s->display, pixmap, s->gc,
2199 0, 0, s->background_width, s->height);
2200 XSetForeground (s->display, s->gc, xgcv.foreground);
2201 }
ee78dc32 2202 }
791f420f
JR
2203 else
2204#endif
791f420f 2205 x_draw_glyph_string_bg_rect (s, x, y, s->background_width, height);
d67d1627 2206
791f420f
JR
2207 s->background_filled_p = 1;
2208 }
ee78dc32 2209
791f420f
JR
2210 /* Draw the foreground. */
2211 if (pixmap != 0)
2212 {
2213 w32_draw_image_foreground_1 (s, pixmap);
2214 x_set_glyph_string_clipping (s);
ee78dc32 2215 {
791f420f
JR
2216 HDC compat_hdc = CreateCompatibleDC (s->hdc);
2217 HBRUSH fg_brush = CreateSolidBrush (s->gc->foreground);
2218 HBRUSH orig_brush = SelectObject (s->hdc, fg_brush);
2219 HGDIOBJ orig_obj = SelectObject (compat_hdc, pixmap);
2220
2221 SetTextColor (s->hdc, s->gc->foreground);
2222 SetBkColor (s->hdc, s->gc->background);
791f420f
JR
2223 BitBlt (s->hdc, s->x, s->y, s->background_width, s->height,
2224 compat_hdc, 0, 0, SRCCOPY);
d30591dc 2225
791f420f
JR
2226 SelectObject (s->hdc, orig_brush);
2227 DeleteObject (fg_brush);
2228 SelectObject (compat_hdc, orig_obj);
2229 DeleteDC (compat_hdc);
2230 }
2231 DeleteObject (pixmap);
2232 pixmap = 0;
2233 }
2234 else
2235 x_draw_image_foreground (s);
ee78dc32 2236
791f420f
JR
2237 /* If we must draw a relief around the image, do it. */
2238 if (s->img->relief
2239 || s->hl == DRAW_IMAGE_RAISED
2240 || s->hl == DRAW_IMAGE_SUNKEN)
2241 x_draw_image_relief (s);
2242}
ee78dc32 2243
cabb23bc 2244
791f420f 2245/* Draw stretch glyph string S. */
cabb23bc 2246
791f420f
JR
2247static void
2248x_draw_stretch_glyph_string (s)
2249 struct glyph_string *s;
2250{
2251 xassert (s->first_glyph->type == STRETCH_GLYPH);
2252 s->stippled_p = s->face->stipple != 0;
65c4903c 2253
791f420f
JR
2254 if (s->hl == DRAW_CURSOR
2255 && !x_stretch_cursor_p)
2256 {
2257 /* If `x-stretch-block-cursor' is nil, don't draw a block cursor
2258 as wide as the stretch glyph. */
2259 int width = min (CANON_X_UNIT (s->f), s->background_width);
cabb23bc 2260
791f420f
JR
2261 /* Draw cursor. */
2262 x_draw_glyph_string_bg_rect (s, s->x, s->y, width, s->height);
cabb23bc 2263
791f420f
JR
2264 /* Clear rest using the GC of the original non-cursor face. */
2265 if (width < s->background_width)
2266 {
2267 XGCValues *gc = s->face->gc;
2268 int x = s->x + width, y = s->y;
2269 int w = s->background_width - width, h = s->height;
2270 RECT r;
2271 HDC hdc = s->hdc;
9f5a911b
JR
2272
2273 if (s->row->mouse_face_p
2274 && cursor_in_mouse_face_p (s->w))
2275 {
2276 x_set_mouse_face_gc (s);
2277 gc = s->gc;
2278 }
2279 else
2280 gc = s->face->gc;
d67d1627 2281
89271099 2282 get_glyph_string_clip_rect (s, &r);
791f420f
JR
2283 w32_set_clip_rectangle (hdc, &r);
2284
01b220b6 2285#if 0 /* TODO: stipple */
791f420f
JR
2286 if (s->face->stipple)
2287 {
2288 /* Fill background with a stipple pattern. */
2289 XSetFillStyle (s->display, gc, FillOpaqueStippled);
2290 XFillRectangle (s->display, s->window, gc, x, y, w, h);
2291 XSetFillStyle (s->display, gc, FillSolid);
2292 }
2293 else
2294#endif
2295 {
2296 w32_fill_area (s->f, s->hdc, gc->background, x, y, w, h);
2297 }
2298 }
2299 }
9f5a911b 2300 else if (!s->background_filled_p)
791f420f
JR
2301 x_draw_glyph_string_bg_rect (s, s->x, s->y, s->background_width,
2302 s->height);
d67d1627 2303
791f420f
JR
2304 s->background_filled_p = 1;
2305}
cabb23bc 2306
cabb23bc 2307
791f420f
JR
2308/* Draw glyph string S. */
2309
2310static void
2311x_draw_glyph_string (s)
2312 struct glyph_string *s;
2313{
858a55c1
AI
2314 int relief_drawn_p = 0;
2315
791f420f
JR
2316 /* If S draws into the background of its successor, draw the
2317 background of the successor first so that S can draw into it.
2318 This makes S->next use XDrawString instead of XDrawImageString. */
2319 if (s->next && s->right_overhang && !s->for_overlaps_p)
2320 {
2321 xassert (s->next->img == NULL);
2322 x_set_glyph_string_gc (s->next);
2323 x_set_glyph_string_clipping (s->next);
2324 x_draw_glyph_string_background (s->next, 1);
2325 }
2326
2327 /* Set up S->gc, set clipping and draw S. */
2328 x_set_glyph_string_gc (s);
791f420f 2329
858a55c1
AI
2330 /* Draw relief (if any) in advance for char/composition so that the
2331 glyph string can be drawn over it. */
2332 if (!s->for_overlaps_p
2333 && s->face->box != FACE_NO_BOX
2334 && (s->first_glyph->type == CHAR_GLYPH
2335 || s->first_glyph->type == COMPOSITE_GLYPH))
2336
2337 {
9f5a911b 2338 x_set_glyph_string_clipping (s);
858a55c1
AI
2339 x_draw_glyph_string_background (s, 1);
2340 x_draw_glyph_string_box (s);
9f5a911b 2341 x_set_glyph_string_clipping (s);
858a55c1
AI
2342 relief_drawn_p = 1;
2343 }
9f5a911b
JR
2344 else
2345 x_set_glyph_string_clipping (s);
858a55c1 2346
791f420f
JR
2347 switch (s->first_glyph->type)
2348 {
2349 case IMAGE_GLYPH:
2350 x_draw_image_glyph_string (s);
2351 break;
2352
2353 case STRETCH_GLYPH:
2354 x_draw_stretch_glyph_string (s);
2355 break;
2356
2357 case CHAR_GLYPH:
2358 if (s->for_overlaps_p)
2359 s->background_filled_p = 1;
2360 else
2361 x_draw_glyph_string_background (s, 0);
2362 x_draw_glyph_string_foreground (s);
2363 break;
2364
2365 case COMPOSITE_GLYPH:
2366 if (s->for_overlaps_p || s->gidx > 0)
2367 s->background_filled_p = 1;
2368 else
2369 x_draw_glyph_string_background (s, 1);
2370 x_draw_composite_glyph_string_foreground (s);
2371 break;
2372
2373 default:
2374 abort ();
2375 }
2376
2377 if (!s->for_overlaps_p)
2378 {
2379 /* Draw underline. */
9ef2e2cf
JR
2380 if (s->face->underline_p
2381 && (s->font->bdf || !s->font->tm.tmUnderlined))
791f420f
JR
2382 {
2383 unsigned long h = 1;
2384 unsigned long dy = s->height - h;
2385
9f5a911b
JR
2386 /* TODO: Use font information for positioning and thickness
2387 of underline. See OUTLINETEXTMETRIC, and xterm.c. */
791f420f
JR
2388 if (s->face->underline_defaulted_p)
2389 {
2390 w32_fill_area (s->f, s->hdc, s->gc->foreground, s->x,
2391 s->y + dy, s->width, 1);
2392 }
2393 else
2394 {
2395 w32_fill_area (s->f, s->hdc, s->face->underline_color, s->x,
2396 s->y + dy, s->width, 1);
2397 }
2398 }
2399
2400 /* Draw overline. */
2401 if (s->face->overline_p)
2402 {
2403 unsigned long dy = 0, h = 1;
2404
2405 if (s->face->overline_color_defaulted_p)
2406 {
2407 w32_fill_area (s->f, s->hdc, s->gc->foreground, s->x,
2408 s->y + dy, s->width, h);
2409 }
2410 else
2411 {
2412 w32_fill_area (s->f, s->hdc, s->face->underline_color, s->x,
2413 s->y + dy, s->width, h);
2414 }
2415 }
2416
2417 /* Draw strike-through. */
9ef2e2cf
JR
2418 if (s->face->strike_through_p
2419 && (s->font->bdf || !s->font->tm.tmStruckOut))
791f420f
JR
2420 {
2421 unsigned long h = 1;
2422 unsigned long dy = (s->height - h) / 2;
2423
2424 if (s->face->strike_through_color_defaulted_p)
2425 {
2426 w32_fill_area (s->f, s->hdc, s->gc->foreground, s->x, s->y + dy,
2427 s->width, h);
2428 }
2429 else
2430 {
2431 w32_fill_area (s->f, s->hdc, s->face->underline_color, s->x,
2432 s->y + dy, s->width, h);
2433 }
2434 }
2435
2436 /* Draw relief. */
858a55c1 2437 if (!relief_drawn_p && s->face->box != FACE_NO_BOX)
791f420f
JR
2438 x_draw_glyph_string_box (s);
2439 }
2440
2441 /* Reset clipping. */
2442 w32_set_clip_rectangle (s->hdc, NULL);
2443}
2444
2445
89271099 2446/* Shift display to make room for inserted glyphs. */
ee78dc32 2447
89271099
KS
2448void
2449w32_shift_glyphs_for_insert (f, x, y, width, height, shift_by)
2450 struct frame *f;
2451 int x, y, width, height, shift_by;
791f420f 2452{
791f420f
JR
2453 HDC hdc;
2454
791f420f 2455 hdc = get_frame_dc (f);
89271099
KS
2456 BitBlt (hdc, x + shift_by, y, width, height,
2457 hdc, x, y, SRCCOPY);
791f420f 2458
791f420f 2459 release_frame_dc (f, hdc);
ee78dc32 2460}
791f420f
JR
2461
2462
2463/* Delete N glyphs at the nominal cursor position. Not implemented
2464 for X frames. */
ee78dc32 2465
96214669 2466static void
791f420f
JR
2467x_delete_glyphs (n)
2468 register int n;
ee78dc32 2469{
7e6ac5b9
AI
2470 struct frame *f;
2471
2472 if (updating_frame)
2473 f = updating_frame;
2474 else
2475 f = SELECTED_FRAME ();
2476
2477 if (! FRAME_W32_P (f))
2478 return;
2479
791f420f
JR
2480 abort ();
2481}
ee78dc32 2482
ee78dc32 2483
791f420f
JR
2484/* Clear entire frame. If updating_frame is non-null, clear that
2485 frame. Otherwise clear the selected frame. */
2486
96214669 2487static void
791f420f 2488x_clear_frame ()
ee78dc32 2489{
791f420f 2490 struct frame *f;
ee78dc32 2491
791f420f
JR
2492 if (updating_frame)
2493 f = updating_frame;
2494 else
2495 f = SELECTED_FRAME ();
ee78dc32 2496
7e6ac5b9
AI
2497 if (! FRAME_W32_P (f))
2498 return;
2499
791f420f
JR
2500 /* Clearing the frame will erase any cursor, so mark them all as no
2501 longer visible. */
2502 mark_window_cursors_off (XWINDOW (FRAME_ROOT_WINDOW (f)));
2503 output_cursor.hpos = output_cursor.vpos = 0;
2504 output_cursor.x = -1;
ee78dc32 2505
791f420f
JR
2506 /* We don't set the output cursor here because there will always
2507 follow an explicit cursor_to. */
ee78dc32
GV
2508 BLOCK_INPUT;
2509
fbd6baed 2510 w32_clear_window (f);
ee78dc32
GV
2511
2512 /* We have to clear the scroll bars, too. If we have changed
2513 colors or something like that, then they should be notified. */
2514 x_scroll_bar_clear (f);
2515
2516 UNBLOCK_INPUT;
2517}
791f420f 2518
ee78dc32
GV
2519\f
2520/* Make audible bell. */
2521
96214669
GV
2522static void
2523w32_ring_bell (void)
ee78dc32 2524{
7e6ac5b9
AI
2525 struct frame *f;
2526
2527 f = SELECTED_FRAME ();
2528
ee78dc32
GV
2529 BLOCK_INPUT;
2530
0f32f023 2531 if (FRAME_W32_P (f) && visible_bell)
8331e676
GV
2532 {
2533 int i;
791f420f 2534 HWND hwnd = FRAME_W32_WINDOW (SELECTED_FRAME ());
8331e676 2535
d67d1627 2536 for (i = 0; i < 5; i++)
8331e676
GV
2537 {
2538 FlashWindow (hwnd, TRUE);
2539 Sleep (10);
2540 }
2541 FlashWindow (hwnd, FALSE);
2542 }
ee78dc32 2543 else
fbd6baed 2544 w32_sys_ring_bell ();
ee78dc32
GV
2545
2546 UNBLOCK_INPUT;
ee78dc32 2547}
791f420f 2548
ee78dc32 2549\f
791f420f
JR
2550/* Specify how many text lines, from the top of the window,
2551 should be affected by insert-lines and delete-lines operations.
2552 This, and those operations, are used only within an update
2553 that is bounded by calls to x_update_begin and x_update_end. */
ee78dc32 2554
96214669 2555static void
791f420f
JR
2556w32_set_terminal_window (n)
2557 register int n;
ee78dc32 2558{
791f420f 2559 /* This function intentionally left blank. */
ee78dc32 2560}
791f420f
JR
2561
2562\f
2563/***********************************************************************
2564 Line Dance
2565 ***********************************************************************/
2566
2567/* Perform an insert-lines or delete-lines operation, inserting N
2568 lines or deleting -N lines at vertical position VPOS. */
ee78dc32 2569
96214669 2570static void
791f420f
JR
2571x_ins_del_lines (vpos, n)
2572 int vpos, n;
ee78dc32 2573{
7e6ac5b9
AI
2574 struct frame *f;
2575
2576 if (updating_frame)
2577 f = updating_frame;
2578 else
2579 f = SELECTED_FRAME ();
2580
2581 if (! FRAME_W32_P (f))
2582 return;
2583
ee78dc32
GV
2584 abort ();
2585}
791f420f
JR
2586
2587
2588/* Scroll part of the display as described by RUN. */
2589
2590static void
2591x_scroll_run (w, run)
2592 struct window *w;
2593 struct run *run;
2594{
2595 struct frame *f = XFRAME (w->frame);
2596 int x, y, width, height, from_y, to_y, bottom_y;
4d6e8199
JR
2597 HWND hwnd = FRAME_W32_WINDOW (f);
2598 HRGN expect_dirty;
791f420f
JR
2599
2600 /* Get frame-relative bounding box of the text display area of W,
33c34bea
KS
2601 without mode lines. Include in this box the left and right
2602 fringes of W. */
791f420f 2603 window_box (w, -1, &x, &y, &width, &height);
33c34bea
KS
2604 width += FRAME_X_FRINGE_WIDTH (f);
2605 x -= FRAME_X_LEFT_FRINGE_WIDTH (f);
791f420f
JR
2606
2607 from_y = WINDOW_TO_FRAME_PIXEL_Y (w, run->current_y);
2608 to_y = WINDOW_TO_FRAME_PIXEL_Y (w, run->desired_y);
2609 bottom_y = y + height;
2610
2611 if (to_y < from_y)
2612 {
2613 /* Scrolling up. Make sure we don't copy part of the mode
2614 line at the bottom. */
2615 if (from_y + run->height > bottom_y)
2616 height = bottom_y - from_y;
2617 else
2618 height = run->height;
4d6e8199 2619 expect_dirty = CreateRectRgn (x, y + height, x + width, bottom_y);
791f420f
JR
2620 }
2621 else
2622 {
2623 /* Scolling down. Make sure we don't copy over the mode line.
2624 at the bottom. */
2625 if (to_y + run->height > bottom_y)
2626 height = bottom_y - to_y;
2627 else
2628 height = run->height;
4d6e8199 2629 expect_dirty = CreateRectRgn (x, y, x + width, to_y);
791f420f
JR
2630 }
2631
2632 BLOCK_INPUT;
d67d1627 2633
791f420f
JR
2634 /* Cursor off. Will be switched on again in x_update_window_end. */
2635 updated_window = w;
2636 x_clear_cursor (w);
2637
4d6e8199
JR
2638 {
2639 RECT from;
2640 RECT to;
2641 HRGN dirty = CreateRectRgn (0, 0, 0, 0);
2642 HRGN combined = CreateRectRgn (0, 0, 0, 0);
2643
2644 from.left = to.left = x;
2645 from.right = to.right = x + width;
2646 from.top = from_y;
2647 from.bottom = from_y + height;
2648 to.top = y;
2649 to.bottom = bottom_y;
2650
2651 ScrollWindowEx (hwnd, 0, to_y - from_y, &from, &to, dirty,
2652 NULL, SW_INVALIDATE);
2653
2654 /* Combine this with what we expect to be dirty. This covers the
2655 case where not all of the region we expect is actually dirty. */
2656 CombineRgn (combined, dirty, expect_dirty, RGN_OR);
2657
2658 /* If the dirty region is not what we expected, redraw the entire frame. */
2659 if (!EqualRgn (combined, expect_dirty))
2660 SET_FRAME_GARBAGED (f);
2661 }
2662
791f420f 2663 UNBLOCK_INPUT;
791f420f
JR
2664}
2665
9ef2e2cf 2666
ee78dc32 2667\f
791f420f
JR
2668/***********************************************************************
2669 Exposure Events
2670 ***********************************************************************/
d67d1627 2671
96214669 2672static void
89271099 2673frame_highlight (f)
791f420f 2674 struct frame *f;
ee78dc32 2675{
89271099
KS
2676 x_update_cursor (f, 1);
2677}
791f420f 2678
89271099
KS
2679static void
2680frame_unhighlight (f)
2681 struct frame *f;
2682{
2683 x_update_cursor (f, 1);
2684}
791f420f 2685
89271099
KS
2686/* The focus has changed. Update the frames as necessary to reflect
2687 the new situation. Note that we can't change the selected frame
2688 here, because the Lisp code we are interrupting might become confused.
2689 Each event gets marked with the frame in which it occurred, so the
2690 Lisp code can tell when the switch took place by examining the events. */
791f420f 2691
89271099
KS
2692static void
2693x_new_focus_frame (dpyinfo, frame)
2694 struct w32_display_info *dpyinfo;
2695 struct frame *frame;
2696{
2697 struct frame *old_focus = dpyinfo->w32_focus_frame;
791f420f 2698
89271099 2699 if (frame != dpyinfo->w32_focus_frame)
791f420f 2700 {
89271099
KS
2701 /* Set this before calling other routines, so that they see
2702 the correct value of w32_focus_frame. */
2703 dpyinfo->w32_focus_frame = frame;
791f420f 2704
89271099
KS
2705 if (old_focus && old_focus->auto_lower)
2706 x_lower_frame (old_focus);
791f420f
JR
2707
2708
791f420f 2709
9f5a911b 2710
791f420f 2711
9f5a911b 2712
791f420f
JR
2713
2714
791f420f 2715
89271099
KS
2716 if (dpyinfo->w32_focus_frame && dpyinfo->w32_focus_frame->auto_raise)
2717 pending_autoraise_frame = dpyinfo->w32_focus_frame;
2df85294 2718 else
89271099 2719 pending_autoraise_frame = 0;
791f420f 2720 }
89271099
KS
2721
2722 x_frame_rehighlight (dpyinfo);
791f420f
JR
2723}
2724
89271099 2725/* Handle an event saying the mouse has moved out of an Emacs frame. */
ee78dc32
GV
2726
2727void
2728x_mouse_leave (dpyinfo)
fbd6baed 2729 struct w32_display_info *dpyinfo;
ee78dc32 2730{
fbd6baed 2731 x_new_focus_frame (dpyinfo, dpyinfo->w32_focus_event_frame);
ee78dc32
GV
2732}
2733
2734/* The focus has changed, or we have redirected a frame's focus to
2735 another frame (this happens when a frame uses a surrogate
9ef2e2cf 2736 mini-buffer frame). Shift the highlight as appropriate.
ee78dc32
GV
2737
2738 The FRAME argument doesn't necessarily have anything to do with which
9ef2e2cf
JR
2739 frame is being highlighted or un-highlighted; we only use it to find
2740 the appropriate X display info. */
2741
ee78dc32 2742static void
fbd6baed 2743w32_frame_rehighlight (frame)
ee78dc32
GV
2744 struct frame *frame;
2745{
7e6ac5b9
AI
2746 if (! FRAME_W32_P (frame))
2747 return;
fbd6baed 2748 x_frame_rehighlight (FRAME_W32_DISPLAY_INFO (frame));
ee78dc32
GV
2749}
2750
2751static void
2752x_frame_rehighlight (dpyinfo)
fbd6baed 2753 struct w32_display_info *dpyinfo;
ee78dc32 2754{
4baaed0f 2755 struct frame *old_highlight = dpyinfo->x_highlight_frame;
ee78dc32 2756
fbd6baed 2757 if (dpyinfo->w32_focus_frame)
ee78dc32 2758 {
4baaed0f 2759 dpyinfo->x_highlight_frame
fbd6baed
GV
2760 = ((GC_FRAMEP (FRAME_FOCUS_FRAME (dpyinfo->w32_focus_frame)))
2761 ? XFRAME (FRAME_FOCUS_FRAME (dpyinfo->w32_focus_frame))
2762 : dpyinfo->w32_focus_frame);
4baaed0f 2763 if (! FRAME_LIVE_P (dpyinfo->x_highlight_frame))
ee78dc32 2764 {
fbd6baed 2765 FRAME_FOCUS_FRAME (dpyinfo->w32_focus_frame) = Qnil;
4baaed0f 2766 dpyinfo->x_highlight_frame = dpyinfo->w32_focus_frame;
ee78dc32
GV
2767 }
2768 }
2769 else
4baaed0f 2770 dpyinfo->x_highlight_frame = 0;
ee78dc32 2771
4baaed0f 2772 if (dpyinfo->x_highlight_frame != old_highlight)
ee78dc32
GV
2773 {
2774 if (old_highlight)
2775 frame_unhighlight (old_highlight);
4baaed0f
KS
2776 if (dpyinfo->x_highlight_frame)
2777 frame_highlight (dpyinfo->x_highlight_frame);
ee78dc32
GV
2778 }
2779}
2780\f
2781/* Keyboard processing - modifier keys, etc. */
2782
2783/* Convert a keysym to its name. */
2784
2785char *
2786x_get_keysym_name (keysym)
2787 int keysym;
2788{
2789 /* Make static so we can always return it */
2790 static char value[100];
2791
2792 BLOCK_INPUT;
9127e20e 2793 GetKeyNameText (keysym, value, 100);
ee78dc32
GV
2794 UNBLOCK_INPUT;
2795
2796 return value;
2797}
9ef2e2cf
JR
2798
2799
ee78dc32
GV
2800\f
2801/* Mouse clicks and mouse movement. Rah. */
2802
9ef2e2cf
JR
2803/* Given a pixel position (PIX_X, PIX_Y) on frame F, return glyph
2804 co-ordinates in (*X, *Y). Set *BOUNDS to the rectangle that the
2805 glyph at X, Y occupies, if BOUNDS != 0. If NOCLIP is non-zero, do
2806 not force the value into range. */
ee78dc32
GV
2807
2808void
2809pixel_to_glyph_coords (f, pix_x, pix_y, x, y, bounds, noclip)
2810 FRAME_PTR f;
2811 register int pix_x, pix_y;
2812 register int *x, *y;
2813 RECT *bounds;
2814 int noclip;
2815{
52cf03a1
GV
2816 /* Support tty mode: if Vwindow_system is nil, behave correctly. */
2817 if (NILP (Vwindow_system))
2818 {
2819 *x = pix_x;
2820 *y = pix_y;
2821 return;
2822 }
2823
ee78dc32
GV
2824 /* Arrange for the division in PIXEL_TO_CHAR_COL etc. to round down
2825 even for negative values. */
2826 if (pix_x < 0)
9127e20e 2827 pix_x -= FONT_WIDTH (FRAME_FONT (f)) - 1;
ee78dc32 2828 if (pix_y < 0)
fbd6baed 2829 pix_y -= (f)->output_data.w32->line_height - 1;
ee78dc32
GV
2830
2831 pix_x = PIXEL_TO_CHAR_COL (f, pix_x);
2832 pix_y = PIXEL_TO_CHAR_ROW (f, pix_y);
2833
2834 if (bounds)
2835 {
2836 bounds->left = CHAR_TO_PIXEL_COL (f, pix_x);
2837 bounds->top = CHAR_TO_PIXEL_ROW (f, pix_y);
9127e20e 2838 bounds->right = bounds->left + FONT_WIDTH (FRAME_FONT (f)) - 1;
fbd6baed 2839 bounds->bottom = bounds->top + f->output_data.w32->line_height - 1;
ee78dc32
GV
2840 }
2841
2842 if (!noclip)
2843 {
2844 if (pix_x < 0)
2845 pix_x = 0;
ec48c3a7
JR
2846 else if (pix_x > FRAME_WINDOW_WIDTH (f))
2847 pix_x = FRAME_WINDOW_WIDTH (f);
ee78dc32
GV
2848
2849 if (pix_y < 0)
2850 pix_y = 0;
2851 else if (pix_y > f->height)
2852 pix_y = f->height;
2853 }
2854
2855 *x = pix_x;
2856 *y = pix_y;
2857}
2858
791f420f
JR
2859
2860/* Given HPOS/VPOS in the current matrix of W, return corresponding
2861 frame-relative pixel positions in *FRAME_X and *FRAME_Y. If we
2862 can't tell the positions because W's display is not up to date,
2863 return 0. */
2864
2865int
2866glyph_to_pixel_coords (w, hpos, vpos, frame_x, frame_y)
2867 struct window *w;
2868 int hpos, vpos;
2869 int *frame_x, *frame_y;
ee78dc32 2870{
791f420f
JR
2871 int success_p;
2872
2873 xassert (hpos >= 0 && hpos < w->current_matrix->matrix_w);
2874 xassert (vpos >= 0 && vpos < w->current_matrix->matrix_h);
2875
2876 if (display_completed)
52cf03a1 2877 {
791f420f
JR
2878 struct glyph_row *row = MATRIX_ROW (w->current_matrix, vpos);
2879 struct glyph *glyph = row->glyphs[TEXT_AREA];
2880 struct glyph *end = glyph + min (hpos, row->used[TEXT_AREA]);
2881
2882 *frame_y = row->y;
2883 *frame_x = row->x;
2884 while (glyph < end)
2885 {
2886 *frame_x += glyph->pixel_width;
2887 ++glyph;
2888 }
2889
2890 success_p = 1;
2891 }
2892 else
2893 {
2894 *frame_y = *frame_x = 0;
2895 success_p = 0;
52cf03a1
GV
2896 }
2897
791f420f
JR
2898 *frame_y = WINDOW_TO_FRAME_PIXEL_Y (w, *frame_y);
2899 *frame_x = WINDOW_TO_FRAME_PIXEL_X (w, *frame_x);
2900 return success_p;
ee78dc32
GV
2901}
2902
53823ab9
JR
2903/* Parse a button MESSAGE. The button index is returned in PBUTTON, and
2904 the state in PUP. XBUTTON provides extra information for extended mouse
2905 button messages. Returns FALSE if unable to parse the message. */
d67d1627 2906BOOL
53823ab9 2907parse_button (message, xbutton, pbutton, pup)
ee78dc32 2908 int message;
53823ab9 2909 int xbutton;
ee78dc32
GV
2910 int * pbutton;
2911 int * pup;
2912{
2913 int button = 0;
2914 int up = 0;
d67d1627 2915
ee78dc32
GV
2916 switch (message)
2917 {
2918 case WM_LBUTTONDOWN:
2919 button = 0;
2920 up = 0;
2921 break;
2922 case WM_LBUTTONUP:
2923 button = 0;
2924 up = 1;
2925 break;
2926 case WM_MBUTTONDOWN:
fbd6baed 2927 if (NILP (Vw32_swap_mouse_buttons))
52cf03a1
GV
2928 button = 1;
2929 else
2930 button = 2;
ee78dc32
GV
2931 up = 0;
2932 break;
2933 case WM_MBUTTONUP:
fbd6baed 2934 if (NILP (Vw32_swap_mouse_buttons))
52cf03a1
GV
2935 button = 1;
2936 else
2937 button = 2;
ee78dc32
GV
2938 up = 1;
2939 break;
2940 case WM_RBUTTONDOWN:
fbd6baed 2941 if (NILP (Vw32_swap_mouse_buttons))
52cf03a1
GV
2942 button = 2;
2943 else
2944 button = 1;
ee78dc32
GV
2945 up = 0;
2946 break;
2947 case WM_RBUTTONUP:
fbd6baed 2948 if (NILP (Vw32_swap_mouse_buttons))
52cf03a1
GV
2949 button = 2;
2950 else
2951 button = 1;
ee78dc32
GV
2952 up = 1;
2953 break;
53823ab9
JR
2954 case WM_XBUTTONDOWN:
2955 button = xbutton + 2;
2956 up = 0;
2957 break;
2958 case WM_XBUTTONUP:
2959 button = xbutton + 2;
2960 up = 1;
2961 break;
ee78dc32
GV
2962 default:
2963 return (FALSE);
2964 }
d67d1627 2965
ee78dc32
GV
2966 if (pup) *pup = up;
2967 if (pbutton) *pbutton = button;
d67d1627 2968
ee78dc32
GV
2969 return (TRUE);
2970}
2971
2972
2973/* Prepare a mouse-event in *RESULT for placement in the input queue.
2974
2975 If the event is a button press, then note that we have grabbed
2976 the mouse. */
2977
ec48c3a7 2978static Lisp_Object
ee78dc32
GV
2979construct_mouse_click (result, msg, f)
2980 struct input_event *result;
fbd6baed 2981 W32Msg *msg;
ee78dc32
GV
2982 struct frame *f;
2983{
2984 int button;
2985 int up;
2986
53823ab9
JR
2987 parse_button (msg->msg.message, HIWORD (msg->msg.wParam),
2988 &button, &up);
ee78dc32 2989
3b8f9651 2990 /* Make the event type NO_EVENT; we'll change that when we decide
ee78dc32 2991 otherwise. */
3b8f9651 2992 result->kind = MOUSE_CLICK_EVENT;
ee78dc32
GV
2993 result->code = button;
2994 result->timestamp = msg->msg.time;
2995 result->modifiers = (msg->dwModifiers
2996 | (up
2997 ? up_modifier
2998 : down_modifier));
2999
ec48c3a7
JR
3000 XSETINT (result->x, LOWORD (msg->msg.lParam));
3001 XSETINT (result->y, HIWORD (msg->msg.lParam));
3002 XSETFRAME (result->frame_or_window, f);
3003 result->arg = Qnil;
3004 return Qnil;
ee78dc32
GV
3005}
3006
ec48c3a7 3007static Lisp_Object
689004fa
GV
3008construct_mouse_wheel (result, msg, f)
3009 struct input_event *result;
3010 W32Msg *msg;
3011 struct frame *f;
3012{
3013 POINT p;
3b8f9651 3014 result->kind = MOUSE_WHEEL_EVENT;
689004fa
GV
3015 result->code = (short) HIWORD (msg->msg.wParam);
3016 result->timestamp = msg->msg.time;
3017 result->modifiers = msg->dwModifiers;
3018 p.x = LOWORD (msg->msg.lParam);
3019 p.y = HIWORD (msg->msg.lParam);
9127e20e 3020 ScreenToClient (msg->msg.hwnd, &p);
689004fa
GV
3021 XSETINT (result->x, p.x);
3022 XSETINT (result->y, p.y);
3023 XSETFRAME (result->frame_or_window, f);
7e889510 3024 result->arg = Qnil;
ec48c3a7 3025 return Qnil;
689004fa
GV
3026}
3027
ec48c3a7 3028static Lisp_Object
12857dfd
RS
3029construct_drag_n_drop (result, msg, f)
3030 struct input_event *result;
3031 W32Msg *msg;
3032 struct frame *f;
3033{
3034 Lisp_Object files;
3035 Lisp_Object frame;
3036 HDROP hdrop;
3037 POINT p;
3038 WORD num_files;
89271099
KS
3039 char *name;
3040 int i, len;
d67d1627 3041
89271099
KS
3042 result->kind = DRAG_N_DROP_EVENT;
3043 result->code = 0;
3044 result->timestamp = msg->msg.time;
3045 result->modifiers = msg->dwModifiers;
791f420f 3046
89271099
KS
3047 hdrop = (HDROP) msg->msg.wParam;
3048 DragQueryPoint (hdrop, &p);
791f420f 3049
89271099
KS
3050#if 0
3051 p.x = LOWORD (msg->msg.lParam);
3052 p.y = HIWORD (msg->msg.lParam);
3053 ScreenToClient (msg->msg.hwnd, &p);
3054#endif
791f420f 3055
89271099
KS
3056 XSETINT (result->x, p.x);
3057 XSETINT (result->y, p.y);
791f420f 3058
89271099
KS
3059 num_files = DragQueryFile (hdrop, 0xFFFFFFFF, NULL, 0);
3060 files = Qnil;
ee78dc32 3061
89271099
KS
3062 for (i = 0; i < num_files; i++)
3063 {
3064 len = DragQueryFile (hdrop, i, NULL, 0);
3065 if (len <= 0)
3066 continue;
3067 name = alloca (len + 1);
3068 DragQueryFile (hdrop, i, name, len + 1);
3069 files = Fcons (DECODE_FILE (build_string (name)), files);
ee78dc32
GV
3070 }
3071
89271099 3072 DragFinish (hdrop);
2bf04b9d 3073
89271099
KS
3074 XSETFRAME (frame, f);
3075 result->frame_or_window = Fcons (frame, files);
3076 result->arg = Qnil;
3077 return Qnil;
ee78dc32
GV
3078}
3079
89271099
KS
3080\f
3081/* Function to report a mouse movement to the mainstream Emacs code.
3082 The input handler calls this.
ee78dc32 3083
89271099
KS
3084 We have received a mouse movement event, which is given in *event.
3085 If the mouse is over a different glyph than it was last time, tell
3086 the mainstream emacs code by setting mouse_moved. If not, ask for
3087 another motion event, so we can check again the next time it moves. */
31d4844a 3088
89271099
KS
3089static MSG last_mouse_motion_event;
3090static Lisp_Object last_mouse_motion_frame;
ec48c3a7 3091
89271099 3092static void remember_mouse_glyph P_ ((struct frame *, int, int));
ec48c3a7
JR
3093
3094static void
89271099
KS
3095note_mouse_movement (frame, msg)
3096 FRAME_PTR frame;
3097 MSG *msg;
ec48c3a7 3098{
89271099
KS
3099 int mouse_x = LOWORD (msg->lParam);
3100 int mouse_y = HIWORD (msg->lParam);
ec48c3a7 3101
89271099
KS
3102 last_mouse_movement_time = msg->time;
3103 memcpy (&last_mouse_motion_event, msg, sizeof (last_mouse_motion_event));
3104 XSETFRAME (last_mouse_motion_frame, frame);
31d4844a 3105
89271099
KS
3106 if (msg->hwnd != FRAME_W32_WINDOW (frame))
3107 {
3108 frame->mouse_moved = 1;
3109 last_mouse_scroll_bar = Qnil;
3110 note_mouse_highlight (frame, -1, -1);
3111 }
31d4844a 3112
89271099
KS
3113 /* Has the mouse moved off the glyph it was on at the last sighting? */
3114 else if (mouse_x < last_mouse_glyph.left
3115 || mouse_x > last_mouse_glyph.right
3116 || mouse_y < last_mouse_glyph.top
3117 || mouse_y > last_mouse_glyph.bottom)
31d4844a 3118 {
89271099
KS
3119 frame->mouse_moved = 1;
3120 last_mouse_scroll_bar = Qnil;
3121 note_mouse_highlight (frame, mouse_x, mouse_y);
3122 /* Remember the mouse position here, as w32_mouse_position only
3123 gets called when mouse tracking is enabled but we also need
3124 to keep track of the mouse for help_echo and highlighting at
3125 other times. */
3126 remember_mouse_glyph (frame, mouse_x, mouse_y);
31d4844a
KH
3127 }
3128}
89271099 3129
ee78dc32 3130\f
89271099
KS
3131/************************************************************************
3132 Mouse Face
3133 ************************************************************************/
3134
9ef2e2cf 3135static struct scroll_bar *x_window_to_scroll_bar ();
ee78dc32 3136static void x_scroll_bar_report_motion ();
549808db
JR
3137static void x_check_fullscreen P_ ((struct frame *));
3138static void x_check_fullscreen_move P_ ((struct frame *));
9f5a911b
JR
3139static int glyph_rect P_ ((struct frame *f, int, int, RECT *));
3140
3141
89271099
KS
3142static void
3143redo_mouse_highlight ()
3144{
3145 if (!NILP (last_mouse_motion_frame)
3146 && FRAME_LIVE_P (XFRAME (last_mouse_motion_frame)))
3147 note_mouse_highlight (XFRAME (last_mouse_motion_frame),
3148 LOWORD (last_mouse_motion_event.lParam),
3149 HIWORD (last_mouse_motion_event.lParam));
3150}
3151
3152void
3153w32_define_cursor (window, cursor)
3154 Window window;
3155 Cursor cursor;
3156{
3157 PostMessage (window, WM_EMACS_SETCURSOR, (WPARAM) cursor, 0);
3158}
3159
9f5a911b
JR
3160/* Try to determine frame pixel position and size of the glyph under
3161 frame pixel coordinates X/Y on frame F . Return the position and
3162 size in *RECT. Value is non-zero if we could compute these
3163 values. */
3164
3165static int
3166glyph_rect (f, x, y, rect)
3167 struct frame *f;
3168 int x, y;
3169 RECT *rect;
3170{
3171 Lisp_Object window;
9f5a911b 3172
89271099 3173 window = window_from_coordinates (f, x, y, 0, 0);
9f5a911b
JR
3174 if (!NILP (window))
3175 {
3176 struct window *w = XWINDOW (window);
3177 struct glyph_row *r = MATRIX_FIRST_TEXT_ROW (w->current_matrix);
3178 struct glyph_row *end = r + w->current_matrix->nrows - 1;
9f5a911b
JR
3179
3180 frame_to_window_pixel_xy (w, &x, &y);
1e2eddb4
JR
3181
3182 for (; r < end && r->enabled_p; ++r)
3183 if (r->y <= y && r->y + r->height > y)
9f5a911b 3184 {
1e2eddb4 3185 /* Found the row at y. */
9f5a911b
JR
3186 struct glyph *g = r->glyphs[TEXT_AREA];
3187 struct glyph *end = g + r->used[TEXT_AREA];
3188 int gx;
1e2eddb4
JR
3189
3190 rect->top = WINDOW_TO_FRAME_PIXEL_Y (w, r->y);
3191 rect->bottom = rect->top + r->height;
3192
3193 if (x < r->x)
3194 {
3195 /* x is to the left of the first glyph in the row. */
3196 rect->left = XINT (w->left);
3197 rect->right = WINDOW_TO_FRAME_PIXEL_X (w, r->x);
3198 return 1;
3199 }
3200
3201 for (gx = r->x; g < end; gx += g->pixel_width, ++g)
3202 if (gx <= x && gx + g->pixel_width > x)
9f5a911b 3203 {
1e2eddb4 3204 /* x is on a glyph. */
9f5a911b 3205 rect->left = WINDOW_TO_FRAME_PIXEL_X (w, gx);
9f5a911b 3206 rect->right = rect->left + g->pixel_width;
1e2eddb4 3207 return 1;
9f5a911b 3208 }
1e2eddb4
JR
3209
3210 /* x is to the right of the last glyph in the row. */
3211 rect->left = WINDOW_TO_FRAME_PIXEL_X (w, gx);
3212 rect->right = XINT (w->left) + XINT (w->width);
3213 return 1;
9f5a911b
JR
3214 }
3215 }
3216
1e2eddb4
JR
3217 /* The y is not on any row. */
3218 return 0;
9f5a911b
JR
3219}
3220
3221/* Record the position of the mouse in last_mouse_glyph. */
565153ff
JR
3222static void
3223remember_mouse_glyph (f1, gx, gy)
9f5a911b
JR
3224 struct frame * f1;
3225 int gx, gy;
3226{
3227 if (!glyph_rect (f1, gx, gy, &last_mouse_glyph))
3228 {
3229 int width = FRAME_SMALLEST_CHAR_WIDTH (f1);
3230 int height = FRAME_SMALLEST_FONT_HEIGHT (f1);
3231
3232 /* Arrange for the division in PIXEL_TO_CHAR_COL etc. to
3233 round down even for negative values. */
3234 if (gx < 0)
3235 gx -= width - 1;
3236 if (gy < 0)
3237 gy -= height - 1;
3238#if 0
3239 /* This was the original code from XTmouse_position, but it seems
3240 to give the position of the glyph diagonally next to the one
3241 the mouse is over. */
3242 gx = (gx + width - 1) / width * width;
3243 gy = (gy + height - 1) / height * height;
3244#else
3245 gx = gx / width * width;
3246 gy = gy / height * height;
3247#endif
3248
3249 last_mouse_glyph.left = gx;
3250 last_mouse_glyph.top = gy;
3251 last_mouse_glyph.right = gx + width;
3252 last_mouse_glyph.bottom = gy + height;
3253 }
3254}
ee78dc32
GV
3255
3256/* Return the current position of the mouse.
3257 *fp should be a frame which indicates which display to ask about.
3258
3259 If the mouse movement started in a scroll bar, set *fp, *bar_window,
3260 and *part to the frame, window, and scroll bar part that the mouse
3261 is over. Set *x and *y to the portion and whole of the mouse's
3262 position on the scroll bar.
3263
3264 If the mouse movement started elsewhere, set *fp to the frame the
3265 mouse is on, *bar_window to nil, and *x and *y to the character cell
3266 the mouse is over.
3267
9ef2e2cf 3268 Set *time to the server time-stamp for the time at which the mouse
ee78dc32
GV
3269 was at this position.
3270
3271 Don't store anything if we don't have a valid set of values to report.
3272
3273 This clears the mouse_moved flag, so we can wait for the next mouse
9ef2e2cf 3274 movement. */
ee78dc32
GV
3275
3276static void
fbd6baed 3277w32_mouse_position (fp, insist, bar_window, part, x, y, time)
ee78dc32
GV
3278 FRAME_PTR *fp;
3279 int insist;
3280 Lisp_Object *bar_window;
3281 enum scroll_bar_part *part;
3282 Lisp_Object *x, *y;
3283 unsigned long *time;
3284{
3285 FRAME_PTR f1;
3286
3287 BLOCK_INPUT;
3288
95fa970d 3289 if (! NILP (last_mouse_scroll_bar) && insist == 0)
ee78dc32
GV
3290 x_scroll_bar_report_motion (fp, bar_window, part, x, y, time);
3291 else
3292 {
3293 POINT pt;
3294
3295 Lisp_Object frame, tail;
3296
3297 /* Clear the mouse-moved flag for every frame on this display. */
3298 FOR_EACH_FRAME (tail, frame)
3299 XFRAME (frame)->mouse_moved = 0;
3300
3301 last_mouse_scroll_bar = Qnil;
d67d1627 3302
ee78dc32
GV
3303 GetCursorPos (&pt);
3304
3305 /* Now we have a position on the root; find the innermost window
3306 containing the pointer. */
3307 {
fbd6baed 3308 if (FRAME_W32_DISPLAY_INFO (*fp)->grabbed && last_mouse_frame
ee78dc32
GV
3309 && FRAME_LIVE_P (last_mouse_frame))
3310 {
08712a41
AI
3311 /* If mouse was grabbed on a frame, give coords for that frame
3312 even if the mouse is now outside it. */
ee78dc32
GV
3313 f1 = last_mouse_frame;
3314 }
3315 else
3316 {
08712a41 3317 /* Is window under mouse one of our frames? */
9f5a911b 3318 f1 = x_any_window_to_frame (FRAME_W32_DISPLAY_INFO (*fp),
9127e20e 3319 WindowFromPoint (pt));
ee78dc32
GV
3320 }
3321
3322 /* If not, is it one of our scroll bars? */
3323 if (! f1)
3324 {
9127e20e
JR
3325 struct scroll_bar *bar
3326 = x_window_to_scroll_bar (WindowFromPoint (pt));
ee78dc32
GV
3327
3328 if (bar)
3329 {
3330 f1 = XFRAME (WINDOW_FRAME (XWINDOW (bar->window)));
3331 }
3332 }
3333
95fa970d 3334 if (f1 == 0 && insist > 0)
791f420f 3335 f1 = SELECTED_FRAME ();
ee78dc32
GV
3336
3337 if (f1)
3338 {
791f420f
JR
3339 /* Ok, we found a frame. Store all the values.
3340 last_mouse_glyph is a rectangle used to reduce the
3341 generation of mouse events. To not miss any motion
3342 events, we must divide the frame into rectangles of the
3343 size of the smallest character that could be displayed
3344 on it, i.e. into the same rectangles that matrices on
3345 the frame are divided into. */
3346
3347#if OLD_REDISPLAY_CODE
ee78dc32
GV
3348 int ignore1, ignore2;
3349
fbd6baed 3350 ScreenToClient (FRAME_W32_WINDOW (f1), &pt);
ee78dc32 3351
ee78dc32
GV
3352 pixel_to_glyph_coords (f1, pt.x, pt.y, &ignore1, &ignore2,
3353 &last_mouse_glyph,
fbd6baed 3354 FRAME_W32_DISPLAY_INFO (f1)->grabbed
ee78dc32 3355 || insist);
791f420f
JR
3356#else
3357 ScreenToClient (FRAME_W32_WINDOW (f1), &pt);
9f5a911b 3358 remember_mouse_glyph (f1, pt.x, pt.y);
791f420f 3359#endif
ee78dc32
GV
3360
3361 *bar_window = Qnil;
3362 *part = 0;
3363 *fp = f1;
3364 XSETINT (*x, pt.x);
3365 XSETINT (*y, pt.y);
3366 *time = last_mouse_movement_time;
3367 }
3368 }
3369 }
3370
3371 UNBLOCK_INPUT;
3372}
791f420f 3373
ee78dc32 3374\f
89271099
KS
3375/***********************************************************************
3376 Tool-bars
3377 ***********************************************************************/
3378
3379/* Handle mouse button event on the tool-bar of frame F, at
3380 frame-relative coordinates X/Y. EVENT_TYPE is either ButtionPress
3381 or ButtonRelase. */
3382
3383static void
3384w32_handle_tool_bar_click (f, button_event)
3385 struct frame *f;
3386 struct input_event *button_event;
3387{
3388 int x = XFASTINT (button_event->x);
3389 int y = XFASTINT (button_event->y);
3390
3391 if (button_event->modifiers & down_modifier)
3392 handle_tool_bar_click (f, x, y, 1, 0);
3393 else
3394 handle_tool_bar_click (f, x, y, 0,
3395 button_event->modifiers & ~up_modifier);
3396}
3397
3398
3399\f
3400/***********************************************************************
3401 Scroll bars
3402 ***********************************************************************/
3403
ee78dc32
GV
3404/* Scroll bar support. */
3405
ec48c3a7 3406/* Given a window ID, find the struct scroll_bar which manages it.
ee78dc32
GV
3407 This can be called in GC, so we have to make sure to strip off mark
3408 bits. */
9ef2e2cf
JR
3409
3410static struct scroll_bar *
ee78dc32
GV
3411x_window_to_scroll_bar (window_id)
3412 Window window_id;
3413{
791f420f 3414 Lisp_Object tail;
ee78dc32
GV
3415
3416 for (tail = Vframe_list;
3417 XGCTYPE (tail) == Lisp_Cons;
8e713be6 3418 tail = XCDR (tail))
ee78dc32
GV
3419 {
3420 Lisp_Object frame, bar, condemned;
3421
8e713be6 3422 frame = XCAR (tail);
ee78dc32
GV
3423 /* All elements of Vframe_list should be frames. */
3424 if (! GC_FRAMEP (frame))
3425 abort ();
3426
3427 /* Scan this frame's scroll bar list for a scroll bar with the
3428 right window ID. */
3429 condemned = FRAME_CONDEMNED_SCROLL_BARS (XFRAME (frame));
3430 for (bar = FRAME_SCROLL_BARS (XFRAME (frame));
3431 /* This trick allows us to search both the ordinary and
3432 condemned scroll bar lists with one loop. */
3433 ! GC_NILP (bar) || (bar = condemned,
3434 condemned = Qnil,
3435 ! GC_NILP (bar));
3436 bar = XSCROLL_BAR (bar)->next)
fbd6baed 3437 if (SCROLL_BAR_W32_WINDOW (XSCROLL_BAR (bar)) == window_id)
ee78dc32
GV
3438 return XSCROLL_BAR (bar);
3439 }
3440
3441 return 0;
3442}
3443
791f420f
JR
3444
3445\f
3446/* Set the thumb size and position of scroll bar BAR. We are currently
3447 displaying PORTION out of a whole WHOLE, and our position POSITION. */
3448
3449static void
3450w32_set_scroll_bar_thumb (bar, portion, position, whole)
3451 struct scroll_bar *bar;
3452 int portion, position, whole;
3453{
3454 Window w = SCROLL_BAR_W32_WINDOW (bar);
d8e675f5 3455 double range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height));
791f420f
JR
3456 int sb_page, sb_pos;
3457 BOOL draggingp = !NILP (bar->dragging) ? TRUE : FALSE;
3458
3459 if (whole)
3460 {
3461 /* Position scroll bar at rock bottom if the bottom of the
3462 buffer is visible. This avoids shinking the thumb away
3463 to nothing if it is held at the bottom of the buffer. */
3464 if (position + portion >= whole)
3465 {
3466 sb_page = range * (whole - position) / whole
3467 + VERTICAL_SCROLL_BAR_MIN_HANDLE;
3468 sb_pos = range;
3469 }
3470
3471 sb_page = portion * range / whole + VERTICAL_SCROLL_BAR_MIN_HANDLE;
3472 sb_pos = position * range / whole;
3473 }
3474 else
3475 {
3476 sb_page = range;
3477 sb_pos = 0;
3478 }
3479
3480 BLOCK_INPUT;
3481
3482 if (pfnSetScrollInfo)
3483 {
3484 SCROLLINFO si;
3485
3486 si.cbSize = sizeof (si);
3487 /* Only update page size if currently dragging, to reduce
3488 flicker effects. */
3489 if (draggingp)
3490 si.fMask = SIF_PAGE;
3491 else
3492 si.fMask = SIF_PAGE | SIF_POS;
3493 si.nPage = sb_page;
3494 si.nPos = sb_pos;
3495
3496 pfnSetScrollInfo (w, SB_CTL, &si, !draggingp);
3497 }
3498 else
3499 SetScrollPos (w, SB_CTL, sb_pos, !draggingp);
3500
3501 UNBLOCK_INPUT;
3502}
3503
3504\f
3505/************************************************************************
3506 Scroll bars, general
3507 ************************************************************************/
d67d1627
JB
3508
3509HWND
ee78dc32
GV
3510my_create_scrollbar (f, bar)
3511 struct frame * f;
3512 struct scroll_bar * bar;
3513{
689004fa 3514 return (HWND) SendMessage (FRAME_W32_WINDOW (f),
d67d1627 3515 WM_EMACS_CREATESCROLLBAR, (WPARAM) f,
689004fa 3516 (LPARAM) bar);
ee78dc32
GV
3517}
3518
ab76d376 3519/*#define ATTACH_THREADS*/
52cf03a1 3520
689004fa
GV
3521BOOL
3522my_show_window (FRAME_PTR f, HWND hwnd, int how)
52cf03a1
GV
3523{
3524#ifndef ATTACH_THREADS
689004fa
GV
3525 return SendMessage (FRAME_W32_WINDOW (f), WM_EMACS_SHOWWINDOW,
3526 (WPARAM) hwnd, (LPARAM) how);
52cf03a1 3527#else
689004fa 3528 return ShowWindow (hwnd, how);
52cf03a1
GV
3529#endif
3530}
3531
3532void
3533my_set_window_pos (HWND hwnd, HWND hwndAfter,
689004fa 3534 int x, int y, int cx, int cy, UINT flags)
52cf03a1
GV
3535{
3536#ifndef ATTACH_THREADS
689004fa
GV
3537 WINDOWPOS pos;
3538 pos.hwndInsertAfter = hwndAfter;
52cf03a1
GV
3539 pos.x = x;
3540 pos.y = y;
3541 pos.cx = cx;
3542 pos.cy = cy;
3543 pos.flags = flags;
3544 SendMessage (hwnd, WM_EMACS_SETWINDOWPOS, (WPARAM) &pos, 0);
3545#else
3546 SetWindowPos (hwnd, hwndAfter, x, y, cx, cy, flags);
3547#endif
3548}
3549
ec48c3a7 3550void
689004fa
GV
3551my_set_focus (f, hwnd)
3552 struct frame * f;
3553 HWND hwnd;
3554{
d67d1627 3555 SendMessage (FRAME_W32_WINDOW (f), WM_EMACS_SETFOCUS,
689004fa
GV
3556 (WPARAM) hwnd, 0);
3557}
3558
ec48c3a7 3559void
ef0e360f
GV
3560my_set_foreground_window (hwnd)
3561 HWND hwnd;
3562{
3563 SendMessage (hwnd, WM_EMACS_SETFOREGROUND, (WPARAM) hwnd, 0);
3564}
3565
ee78dc32
GV
3566void
3567my_destroy_window (f, hwnd)
3568 struct frame * f;
3569 HWND hwnd;
3570{
d67d1627 3571 SendMessage (FRAME_W32_WINDOW (f), WM_EMACS_DESTROYWINDOW,
ee78dc32
GV
3572 (WPARAM) hwnd, 0);
3573}
3574
791f420f
JR
3575/* Create a scroll bar and return the scroll bar vector for it. W is
3576 the Emacs window on which to create the scroll bar. TOP, LEFT,
3577 WIDTH and HEIGHT are.the pixel coordinates and dimensions of the
3578 scroll bar. */
3579
ee78dc32 3580static struct scroll_bar *
791f420f
JR
3581x_scroll_bar_create (w, top, left, width, height)
3582 struct window *w;
ee78dc32
GV
3583 int top, left, width, height;
3584{
791f420f
JR
3585 struct frame *f = XFRAME (WINDOW_FRAME (w));
3586 HWND hwnd;
ee78dc32
GV
3587 struct scroll_bar *bar
3588 = XSCROLL_BAR (Fmake_vector (make_number (SCROLL_BAR_VEC_SIZE), Qnil));
ee78dc32
GV
3589
3590 BLOCK_INPUT;
3591
791f420f 3592 XSETWINDOW (bar->window, w);
ee78dc32
GV
3593 XSETINT (bar->top, top);
3594 XSETINT (bar->left, left);
3595 XSETINT (bar->width, width);
3596 XSETINT (bar->height, height);
3597 XSETINT (bar->start, 0);
3598 XSETINT (bar->end, 0);
3599 bar->dragging = Qnil;
3600
3601 /* Requires geometry to be set before call to create the real window */
3602
3603 hwnd = my_create_scrollbar (f, bar);
3604
689004fa
GV
3605 if (pfnSetScrollInfo)
3606 {
3607 SCROLLINFO si;
3608
3609 si.cbSize = sizeof (si);
3610 si.fMask = SIF_ALL;
3611 si.nMin = 0;
791f420f
JR
3612 si.nMax = VERTICAL_SCROLL_BAR_TOP_RANGE (f, height)
3613 + VERTICAL_SCROLL_BAR_MIN_HANDLE;
689004fa
GV
3614 si.nPage = si.nMax;
3615 si.nPos = 0;
3616
3617 pfnSetScrollInfo (hwnd, SB_CTL, &si, FALSE);
3618 }
3619 else
3620 {
791f420f
JR
3621 SetScrollRange (hwnd, SB_CTL, 0,
3622 VERTICAL_SCROLL_BAR_TOP_RANGE (f, height), FALSE);
689004fa
GV
3623 SetScrollPos (hwnd, SB_CTL, 0, FALSE);
3624 }
ee78dc32 3625
fbd6baed 3626 SET_SCROLL_BAR_W32_WINDOW (bar, hwnd);
ee78dc32
GV
3627
3628 /* Add bar to its frame's list of scroll bars. */
3629 bar->next = FRAME_SCROLL_BARS (f);
3630 bar->prev = Qnil;
3631 XSETVECTOR (FRAME_SCROLL_BARS (f), bar);
3632 if (! NILP (bar->next))
3633 XSETVECTOR (XSCROLL_BAR (bar->next)->prev, bar);
3634
3635 UNBLOCK_INPUT;
3636
3637 return bar;
3638}
3639
ee78dc32 3640
791f420f
JR
3641/* Destroy scroll bar BAR, and set its Emacs window's scroll bar to
3642 nil. */
ee78dc32 3643
ee78dc32
GV
3644static void
3645x_scroll_bar_remove (bar)
3646 struct scroll_bar *bar;
3647{
3648 FRAME_PTR f = XFRAME (WINDOW_FRAME (XWINDOW (bar->window)));
3649
3650 BLOCK_INPUT;
3651
3652 /* Destroy the window. */
fbd6baed 3653 my_destroy_window (f, SCROLL_BAR_W32_WINDOW (bar));
ee78dc32
GV
3654
3655 /* Disassociate this scroll bar from its window. */
3656 XWINDOW (bar->window)->vertical_scroll_bar = Qnil;
3657
3658 UNBLOCK_INPUT;
3659}
3660
3661/* Set the handle of the vertical scroll bar for WINDOW to indicate
3662 that we are displaying PORTION characters out of a total of WHOLE
3663 characters, starting at POSITION. If WINDOW has no scroll bar,
3664 create one. */
3665static void
791f420f
JR
3666w32_set_vertical_scroll_bar (w, portion, whole, position)
3667 struct window *w;
ee78dc32
GV
3668 int portion, whole, position;
3669{
791f420f 3670 struct frame *f = XFRAME (w->frame);
ee78dc32 3671 struct scroll_bar *bar;
9ef2e2cf 3672 int top, height, left, sb_left, width, sb_width;
791f420f
JR
3673 int window_x, window_y, window_width, window_height;
3674
3675 /* Get window dimensions. */
3676 window_box (w, -1, &window_x, &window_y, &window_width, &window_height);
3677 top = window_y;
3678 width = FRAME_SCROLL_BAR_COLS (f) * CANON_X_UNIT (f);
3679 height = window_height;
3680
3681 /* Compute the left edge of the scroll bar area. */
3682 if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT (f))
3683 left = XINT (w->left) + XINT (w->width) - FRAME_SCROLL_BAR_COLS (f);
3684 else
3685 left = XFASTINT (w->left);
3686 left *= CANON_X_UNIT (f);
3687 left += FRAME_INTERNAL_BORDER_WIDTH (f);
3688
3689 /* Compute the width of the scroll bar which might be less than
3690 the width of the area reserved for the scroll bar. */
3691 if (FRAME_SCROLL_BAR_PIXEL_WIDTH (f) > 0)
3692 sb_width = FRAME_SCROLL_BAR_PIXEL_WIDTH (f);
3693 else
3694 sb_width = width;
ee78dc32 3695
791f420f
JR
3696 /* Compute the left edge of the scroll bar. */
3697 if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT (f))
d67d1627 3698 sb_left = left + width - sb_width - (width - sb_width) / 2;
ee78dc32 3699 else
791f420f
JR
3700 sb_left = left + (width - sb_width) / 2;
3701
3702 /* Does the scroll bar exist yet? */
3703 if (NILP (w->vertical_scroll_bar))
ee78dc32 3704 {
00fe468b 3705 HDC hdc;
791f420f 3706 BLOCK_INPUT;
6ff3e5e3 3707 if (width > 0 && height > 0)
9f5a911b
JR
3708 {
3709 hdc = get_frame_dc (f);
3710 w32_clear_area (f, hdc, left, top, width, height);
3711 release_frame_dc (f, hdc);
3712 }
791f420f 3713 UNBLOCK_INPUT;
00fe468b 3714
791f420f 3715 bar = x_scroll_bar_create (w, top, sb_left, sb_width, height);
ee78dc32 3716 }
791f420f
JR
3717 else
3718 {
d67d1627 3719 /* It may just need to be moved and resized. */
791f420f
JR
3720 HWND hwnd;
3721
3722 bar = XSCROLL_BAR (w->vertical_scroll_bar);
3723 hwnd = SCROLL_BAR_W32_WINDOW (bar);
3724
3725 /* If already correctly positioned, do nothing. */
3726 if ( XINT (bar->left) == sb_left
3727 && XINT (bar->top) == top
3728 && XINT (bar->width) == sb_width
3729 && XINT (bar->height) == height )
3730 {
3731 /* Redraw after clear_frame. */
3732 if (!my_show_window (f, hwnd, SW_NORMAL))
3733 InvalidateRect (hwnd, NULL, FALSE);
3734 }
3735 else
3736 {
00fe468b 3737 HDC hdc;
791f420f 3738 BLOCK_INPUT;
9f5a911b
JR
3739 if (width && height)
3740 {
3741 hdc = get_frame_dc (f);
3742 /* Since Windows scroll bars are smaller than the space reserved
3743 for them on the frame, we have to clear "under" them. */
3744 w32_clear_area (f, hdc,
3745 left,
3746 top,
3747 width,
3748 height);
3749 release_frame_dc (f, hdc);
3750 }
791f420f
JR
3751 /* Make sure scroll bar is "visible" before moving, to ensure the
3752 area of the parent window now exposed will be refreshed. */
3753 my_show_window (f, hwnd, SW_HIDE);
9f5a911b
JR
3754 MoveWindow (hwnd, sb_left + VERTICAL_SCROLL_BAR_WIDTH_TRIM,
3755 top, sb_width - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2,
3756 max (height, 1), TRUE);
791f420f
JR
3757 if (pfnSetScrollInfo)
3758 {
3759 SCROLLINFO si;
ee78dc32 3760
791f420f
JR
3761 si.cbSize = sizeof (si);
3762 si.fMask = SIF_RANGE;
3763 si.nMin = 0;
3764 si.nMax = VERTICAL_SCROLL_BAR_TOP_RANGE (f, height)
3765 + VERTICAL_SCROLL_BAR_MIN_HANDLE;
ee78dc32 3766
00fe468b 3767 pfnSetScrollInfo (hwnd, SB_CTL, &si, FALSE);
791f420f
JR
3768 }
3769 else
00fe468b 3770 SetScrollRange (hwnd, SB_CTL, 0,
791f420f
JR
3771 VERTICAL_SCROLL_BAR_TOP_RANGE (f, height), FALSE);
3772 my_show_window (f, hwnd, SW_NORMAL);
ab76d376 3773 /* InvalidateRect (w, NULL, FALSE); */
791f420f
JR
3774
3775 /* Remember new settings. */
3776 XSETINT (bar->left, sb_left);
3777 XSETINT (bar->top, top);
3778 XSETINT (bar->width, sb_width);
3779 XSETINT (bar->height, height);
3780
3781 UNBLOCK_INPUT;
3782 }
3783 }
3784 w32_set_scroll_bar_thumb (bar, portion, position, whole);
ee78dc32 3785
791f420f 3786 XSETVECTOR (w->vertical_scroll_bar, bar);
ee78dc32
GV
3787}
3788
3789
3790/* The following three hooks are used when we're doing a thorough
3791 redisplay of the frame. We don't explicitly know which scroll bars
3792 are going to be deleted, because keeping track of when windows go
3793 away is a real pain - "Can you say set-window-configuration, boys
3794 and girls?" Instead, we just assert at the beginning of redisplay
3795 that *all* scroll bars are to be removed, and then save a scroll bar
3796 from the fiery pit when we actually redisplay its window. */
3797
3798/* Arrange for all scroll bars on FRAME to be removed at the next call
3799 to `*judge_scroll_bars_hook'. A scroll bar may be spared if
9ef2e2cf
JR
3800 `*redeem_scroll_bar_hook' is applied to its window before the judgment. */
3801
ee78dc32 3802static void
fbd6baed 3803w32_condemn_scroll_bars (frame)
ee78dc32
GV
3804 FRAME_PTR frame;
3805{
ef0e360f
GV
3806 /* Transfer all the scroll bars to FRAME_CONDEMNED_SCROLL_BARS. */
3807 while (! NILP (FRAME_SCROLL_BARS (frame)))
3808 {
3809 Lisp_Object bar;
3810 bar = FRAME_SCROLL_BARS (frame);
3811 FRAME_SCROLL_BARS (frame) = XSCROLL_BAR (bar)->next;
3812 XSCROLL_BAR (bar)->next = FRAME_CONDEMNED_SCROLL_BARS (frame);
3813 XSCROLL_BAR (bar)->prev = Qnil;
3814 if (! NILP (FRAME_CONDEMNED_SCROLL_BARS (frame)))
3815 XSCROLL_BAR (FRAME_CONDEMNED_SCROLL_BARS (frame))->prev = bar;
3816 FRAME_CONDEMNED_SCROLL_BARS (frame) = bar;
3817 }
ee78dc32
GV
3818}
3819
c2cc16fa 3820
9ef2e2cf 3821/* Un-mark WINDOW's scroll bar for deletion in this judgment cycle.
ee78dc32 3822 Note that WINDOW isn't necessarily condemned at all. */
c2cc16fa 3823
ee78dc32 3824static void
fbd6baed 3825w32_redeem_scroll_bar (window)
ee78dc32
GV
3826 struct window *window;
3827{
3828 struct scroll_bar *bar;
c2cc16fa 3829 struct frame *f;
ee78dc32
GV
3830
3831 /* We can't redeem this window's scroll bar if it doesn't have one. */
3832 if (NILP (window->vertical_scroll_bar))
3833 abort ();
3834
3835 bar = XSCROLL_BAR (window->vertical_scroll_bar);
3836
ef0e360f 3837 /* Unlink it from the condemned list. */
c2cc16fa
JR
3838 f = XFRAME (WINDOW_FRAME (window));
3839 if (NILP (bar->prev))
3840 {
3841 /* If the prev pointer is nil, it must be the first in one of
3842 the lists. */
3843 if (EQ (FRAME_SCROLL_BARS (f), window->vertical_scroll_bar))
3844 /* It's not condemned. Everything's fine. */
3845 return;
3846 else if (EQ (FRAME_CONDEMNED_SCROLL_BARS (f),
3847 window->vertical_scroll_bar))
3848 FRAME_CONDEMNED_SCROLL_BARS (f) = bar->next;
3849 else
3850 /* If its prev pointer is nil, it must be at the front of
3851 one or the other! */
3852 abort ();
3853 }
3854 else
3855 XSCROLL_BAR (bar->prev)->next = bar->next;
ef0e360f 3856
c2cc16fa
JR
3857 if (! NILP (bar->next))
3858 XSCROLL_BAR (bar->next)->prev = bar->prev;
ef0e360f 3859
c2cc16fa
JR
3860 bar->next = FRAME_SCROLL_BARS (f);
3861 bar->prev = Qnil;
3862 XSETVECTOR (FRAME_SCROLL_BARS (f), bar);
3863 if (! NILP (bar->next))
3864 XSETVECTOR (XSCROLL_BAR (bar->next)->prev, bar);
ee78dc32
GV
3865}
3866
3867/* Remove all scroll bars on FRAME that haven't been saved since the
3868 last call to `*condemn_scroll_bars_hook'. */
9ef2e2cf 3869
ee78dc32 3870static void
fbd6baed 3871w32_judge_scroll_bars (f)
ee78dc32
GV
3872 FRAME_PTR f;
3873{
3874 Lisp_Object bar, next;
3875
3876 bar = FRAME_CONDEMNED_SCROLL_BARS (f);
3877
3878 /* Clear out the condemned list now so we won't try to process any
3879 more events on the hapless scroll bars. */
3880 FRAME_CONDEMNED_SCROLL_BARS (f) = Qnil;
3881
3882 for (; ! NILP (bar); bar = next)
3883 {
3884 struct scroll_bar *b = XSCROLL_BAR (bar);
3885
3886 x_scroll_bar_remove (b);
3887
3888 next = b->next;
3889 b->next = b->prev = Qnil;
3890 }
3891
3892 /* Now there should be no references to the condemned scroll bars,
3893 and they should get garbage-collected. */
3894}
3895
3896/* Handle a mouse click on the scroll bar BAR. If *EMACS_EVENT's kind
3b8f9651 3897 is set to something other than NO_EVENT, it is enqueued.
ee78dc32
GV
3898
3899 This may be called from a signal handler, so we have to ignore GC
3900 mark bits. */
2c28562d 3901
52cf03a1 3902static int
c2cc16fa 3903w32_scroll_bar_handle_click (bar, msg, emacs_event)
ee78dc32 3904 struct scroll_bar *bar;
fbd6baed 3905 W32Msg *msg;
ee78dc32
GV
3906 struct input_event *emacs_event;
3907{
3908 if (! GC_WINDOWP (bar->window))
3909 abort ();
3910
3b8f9651 3911 emacs_event->kind = W32_SCROLL_BAR_CLICK_EVENT;
ee78dc32 3912 emacs_event->code = 0;
52cf03a1
GV
3913 /* not really meaningful to distinguish up/down */
3914 emacs_event->modifiers = msg->dwModifiers;
ee78dc32 3915 emacs_event->frame_or_window = bar->window;
7e889510 3916 emacs_event->arg = Qnil;
ee78dc32
GV
3917 emacs_event->timestamp = msg->msg.time;
3918
3919 {
791f420f 3920 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height));
689004fa
GV
3921 int y;
3922 int dragging = !NILP (bar->dragging);
3923
3924 if (pfnGetScrollInfo)
3925 {
3926 SCROLLINFO si;
3927
3928 si.cbSize = sizeof (si);
3929 si.fMask = SIF_POS;
3930
3931 pfnGetScrollInfo ((HWND) msg->msg.lParam, SB_CTL, &si);
3932 y = si.nPos;
3933 }
3934 else
3935 y = GetScrollPos ((HWND) msg->msg.lParam, SB_CTL);
3936
3937 bar->dragging = Qnil;
ee78dc32 3938
9ef2e2cf
JR
3939
3940 last_mouse_scroll_bar_pos = msg->msg.wParam;
d67d1627 3941
ee78dc32 3942 switch (LOWORD (msg->msg.wParam))
2c28562d 3943 {
2c28562d 3944 case SB_LINEDOWN:
52cf03a1 3945 emacs_event->part = scroll_bar_down_arrow;
ee78dc32 3946 break;
2c28562d 3947 case SB_LINEUP:
52cf03a1 3948 emacs_event->part = scroll_bar_up_arrow;
ee78dc32 3949 break;
2c28562d 3950 case SB_PAGEUP:
ee78dc32
GV
3951 emacs_event->part = scroll_bar_above_handle;
3952 break;
2c28562d 3953 case SB_PAGEDOWN:
ee78dc32
GV
3954 emacs_event->part = scroll_bar_below_handle;
3955 break;
2c28562d 3956 case SB_TOP:
ee78dc32
GV
3957 emacs_event->part = scroll_bar_handle;
3958 y = 0;
3959 break;
2c28562d 3960 case SB_BOTTOM:
ee78dc32
GV
3961 emacs_event->part = scroll_bar_handle;
3962 y = top_range;
3963 break;
689004fa 3964 case SB_THUMBTRACK:
2c28562d 3965 case SB_THUMBPOSITION:
791f420f
JR
3966 if (VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)) <= 0xffff)
3967 y = HIWORD (msg->msg.wParam);
689004fa 3968 bar->dragging = Qt;
ee78dc32 3969 emacs_event->part = scroll_bar_handle;
689004fa
GV
3970
3971 /* "Silently" update current position. */
3972 if (pfnSetScrollInfo)
3973 {
3974 SCROLLINFO si;
3975
3976 si.cbSize = sizeof (si);
3977 si.fMask = SIF_POS;
689004fa
GV
3978 si.nPos = y;
3979 /* Remember apparent position (we actually lag behind the real
3980 position, so don't set that directly. */
3981 last_scroll_bar_drag_pos = y;
3982
3983 pfnSetScrollInfo (SCROLL_BAR_W32_WINDOW (bar), SB_CTL, &si, FALSE);
3984 }
3985 else
3986 SetScrollPos (SCROLL_BAR_W32_WINDOW (bar), SB_CTL, y, FALSE);
ee78dc32 3987 break;
2c28562d 3988 case SB_ENDSCROLL:
689004fa
GV
3989 /* If this is the end of a drag sequence, then reset the scroll
3990 handle size to normal and do a final redraw. Otherwise do
3991 nothing. */
3992 if (dragging)
3993 {
3994 if (pfnSetScrollInfo)
3995 {
3996 SCROLLINFO si;
3997 int start = XINT (bar->start);
3998 int end = XINT (bar->end);
3999
4000 si.cbSize = sizeof (si);
4001 si.fMask = SIF_PAGE | SIF_POS;
791f420f 4002 si.nPage = end - start + VERTICAL_SCROLL_BAR_MIN_HANDLE;
689004fa 4003 si.nPos = last_scroll_bar_drag_pos;
689004fa
GV
4004 pfnSetScrollInfo (SCROLL_BAR_W32_WINDOW (bar), SB_CTL, &si, TRUE);
4005 }
4006 else
4007 SetScrollPos (SCROLL_BAR_W32_WINDOW (bar), SB_CTL, y, TRUE);
4008 }
4009 /* fall through */
2c28562d 4010 default:
3b8f9651 4011 emacs_event->kind = NO_EVENT;
52cf03a1 4012 return FALSE;
2c28562d 4013 }
52cf03a1 4014
ee78dc32
GV
4015 XSETINT (emacs_event->x, y);
4016 XSETINT (emacs_event->y, top_range);
52cf03a1
GV
4017
4018 return TRUE;
ee78dc32
GV
4019 }
4020}
4021
4022/* Return information to the user about the current position of the mouse
4023 on the scroll bar. */
9ef2e2cf 4024
ee78dc32
GV
4025static void
4026x_scroll_bar_report_motion (fp, bar_window, part, x, y, time)
4027 FRAME_PTR *fp;
4028 Lisp_Object *bar_window;
4029 enum scroll_bar_part *part;
4030 Lisp_Object *x, *y;
4031 unsigned long *time;
4032{
4033 struct scroll_bar *bar = XSCROLL_BAR (last_mouse_scroll_bar);
fbd6baed 4034 Window w = SCROLL_BAR_W32_WINDOW (bar);
ee78dc32
GV
4035 FRAME_PTR f = XFRAME (WINDOW_FRAME (XWINDOW (bar->window)));
4036 int pos;
791f420f 4037 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height));
ee78dc32
GV
4038
4039 BLOCK_INPUT;
4040
4041 *fp = f;
4042 *bar_window = bar->window;
4043
689004fa
GV
4044 if (pfnGetScrollInfo)
4045 {
4046 SCROLLINFO si;
4047
4048 si.cbSize = sizeof (si);
4049 si.fMask = SIF_POS | SIF_PAGE | SIF_RANGE;
4050
4051 pfnGetScrollInfo (w, SB_CTL, &si);
4052 pos = si.nPos;
4053 top_range = si.nMax - si.nPage + 1;
4054 }
4055 else
4056 pos = GetScrollPos (w, SB_CTL);
ee78dc32
GV
4057
4058 switch (LOWORD (last_mouse_scroll_bar_pos))
4059 {
4060 case SB_THUMBPOSITION:
4061 case SB_THUMBTRACK:
4062 *part = scroll_bar_handle;
791f420f 4063 if (VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)) <= 0xffff)
ee78dc32
GV
4064 pos = HIWORD (last_mouse_scroll_bar_pos);
4065 break;
4066 case SB_LINEDOWN:
4067 *part = scroll_bar_handle;
4068 pos++;
4069 break;
4070 default:
4071 *part = scroll_bar_handle;
4072 break;
4073 }
4074
9127e20e
JR
4075 XSETINT (*x, pos);
4076 XSETINT (*y, top_range);
ee78dc32
GV
4077
4078 f->mouse_moved = 0;
4079 last_mouse_scroll_bar = Qnil;
4080
4081 *time = last_mouse_movement_time;
4082
4083 UNBLOCK_INPUT;
4084}
4085
9ef2e2cf 4086
ee78dc32
GV
4087/* The screen has been cleared so we may have changed foreground or
4088 background colors, and the scroll bars may need to be redrawn.
4089 Clear out the scroll bars, and ask for expose events, so we can
4090 redraw them. */
9ef2e2cf 4091
791f420f 4092void
ee78dc32 4093x_scroll_bar_clear (f)
9ef2e2cf 4094 FRAME_PTR f;
ee78dc32 4095{
ee78dc32
GV
4096 Lisp_Object bar;
4097
9ef2e2cf
JR
4098 /* We can have scroll bars even if this is 0,
4099 if we just turned off scroll bar mode.
4100 But in that case we should not clear them. */
4101 if (FRAME_HAS_VERTICAL_SCROLL_BARS (f))
4102 for (bar = FRAME_SCROLL_BARS (f); VECTORP (bar);
4103 bar = XSCROLL_BAR (bar)->next)
4104 {
4105 HWND window = SCROLL_BAR_W32_WINDOW (XSCROLL_BAR (bar));
4106 HDC hdc = GetDC (window);
4107 RECT rect;
52cf03a1 4108
9ef2e2cf
JR
4109 /* Hide scroll bar until ready to repaint. x_scroll_bar_move
4110 arranges to refresh the scroll bar if hidden. */
4111 my_show_window (f, window, SW_HIDE);
689004fa 4112
9ef2e2cf
JR
4113 GetClientRect (window, &rect);
4114 select_palette (f, hdc);
4115 w32_clear_rect (f, hdc, &rect);
4116 deselect_palette (f, hdc);
689004fa 4117
9ef2e2cf
JR
4118 ReleaseDC (window, hdc);
4119 }
52cf03a1
GV
4120}
4121
ee78dc32 4122\f
fbd6baed 4123/* The main W32 event-reading loop - w32_read_socket. */
ee78dc32
GV
4124
4125/* Record the last 100 characters stored
4126 to help debug the loss-of-chars-during-GC problem. */
9ef2e2cf
JR
4127
4128static int temp_index;
4129static short temp_buffer[100];
ee78dc32 4130
afd153f0 4131
fbd6baed 4132/* Read events coming from the W32 shell.
ee78dc32
GV
4133 This routine is called by the SIGIO handler.
4134 We return as soon as there are no more events to be read.
4135
4136 Events representing keys are stored in buffer BUFP,
4137 which can hold up to NUMCHARS characters.
4138 We return the number of characters stored into the buffer,
4139 thus pretending to be `read'.
4140
d67d1627 4141 EXPECTED is nonzero if the caller knows input is available.
ee78dc32
GV
4142
4143 Some of these messages are reposted back to the message queue since the
d67d1627 4144 system calls the windows proc directly in a context where we cannot return
e9e23e23 4145 the data nor can we guarantee the state we are in. So if we dispatch them
ee78dc32
GV
4146 we will get into an infinite loop. To prevent this from ever happening we
4147 will set a variable to indicate we are in the read_socket call and indicate
d67d1627 4148 which message we are processing since the windows proc gets called
e9e23e23 4149 recursively with different messages by the system.
ee78dc32
GV
4150*/
4151
4152int
3aad7613 4153w32_read_socket (sd, bufp, numchars, expected)
ee78dc32 4154 register int sd;
9ef2e2cf
JR
4155 /* register */ struct input_event *bufp;
4156 /* register */ int numchars;
ee78dc32
GV
4157 int expected;
4158{
4159 int count = 0;
689004fa 4160 int check_visibility = 0;
fbd6baed 4161 W32Msg msg;
ee78dc32 4162 struct frame *f;
fbd6baed 4163 struct w32_display_info *dpyinfo = &one_w32_display_info;
ee78dc32
GV
4164
4165 if (interrupt_input_blocked)
4166 {
4167 interrupt_input_pending = 1;
4168 return -1;
4169 }
4170
4171 interrupt_input_pending = 0;
4172 BLOCK_INPUT;
4173
4174 /* So people can tell when we have read the available input. */
4175 input_signal_count++;
4176
4177 if (numchars <= 0)
4178 abort (); /* Don't think this happens. */
4179
b71b8111 4180 /* TODO: tool-bars, ghostscript integration, mouse
791f420f 4181 cursors. */
52cf03a1 4182 while (get_next_msg (&msg, FALSE))
ee78dc32
GV
4183 {
4184 switch (msg.msg.message)
4185 {
ee78dc32 4186 case WM_PAINT:
9f5a911b 4187 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
ee78dc32 4188
d67d1627 4189 if (f)
9f5a911b
JR
4190 {
4191 if (msg.rect.right == msg.rect.left ||
4192 msg.rect.bottom == msg.rect.top)
4193 {
4194 /* We may get paint messages even though the client
4195 area is clipped - these are not expose events. */
4196 DebPrint (("clipped frame %p (%s) got WM_PAINT - ignored\n", f,
d5db4077 4197 SDATA (f->name)));
9f5a911b
JR
4198 }
4199 else if (f->async_visible != 1)
4200 {
4201 /* Definitely not obscured, so mark as visible. */
4202 f->async_visible = 1;
4203 f->async_iconified = 0;
4204 SET_FRAME_GARBAGED (f);
4205 DebPrint (("frame %p (%s) reexposed by WM_PAINT\n", f,
d5db4077 4206 SDATA (f->name)));
9f5a911b
JR
4207
4208 /* WM_PAINT serves as MapNotify as well, so report
4209 visibility changes properly. */
4210 if (f->iconified)
4211 {
3b8f9651 4212 bufp->kind = DEICONIFY_EVENT;
9f5a911b
JR
4213 XSETFRAME (bufp->frame_or_window, f);
4214 bufp->arg = Qnil;
4215 bufp++;
4216 count++;
4217 numchars--;
4218 }
4219 else if (! NILP (Vframe_list)
4220 && ! NILP (XCDR (Vframe_list)))
4221 /* Force a redisplay sooner or later to update the
4222 frame titles in case this is the second frame. */
4223 record_asynch_buffer_change ();
4224 }
4225 else
4226 {
4227 HDC hdc = get_frame_dc (f);
4228
4229 /* Erase background again for safety. */
4230 w32_clear_rect (f, hdc, &msg.rect);
4231 release_frame_dc (f, hdc);
4232 expose_frame (f,
4233 msg.rect.left,
4234 msg.rect.top,
4235 msg.rect.right - msg.rect.left,
4236 msg.rect.bottom - msg.rect.top);
4237 }
4238 }
52cf03a1 4239 break;
689004fa 4240
f98169a0
GV
4241 case WM_INPUTLANGCHANGE:
4242 /* Generate a language change event. */
4243 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
4244
4245 if (f)
4246 {
4247 if (numchars == 0)
4248 abort ();
d67d1627 4249
3b8f9651 4250 bufp->kind = LANGUAGE_CHANGE_EVENT;
f98169a0 4251 XSETFRAME (bufp->frame_or_window, f);
7e889510 4252 bufp->arg = Qnil;
f98169a0
GV
4253 bufp->code = msg.msg.wParam;
4254 bufp->modifiers = msg.msg.lParam & 0xffff;
4255 bufp++;
4256 count++;
4257 numchars--;
4258 }
4259 break;
4260
ee78dc32
GV
4261 case WM_KEYDOWN:
4262 case WM_SYSKEYDOWN:
4263 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
d67d1627 4264
ee78dc32
GV
4265 if (f && !f->iconified)
4266 {
3d26a7c2
KS
4267 if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight))
4268 {
4269 dpyinfo->mouse_face_hidden = 1;
4270 clear_mouse_face (dpyinfo);
4271 }
4272
ee78dc32
GV
4273 if (temp_index == sizeof temp_buffer / sizeof (short))
4274 temp_index = 0;
4275 temp_buffer[temp_index++] = msg.msg.wParam;
3b8f9651 4276 bufp->kind = NON_ASCII_KEYSTROKE_EVENT;
ee78dc32 4277 bufp->code = msg.msg.wParam;
f98169a0 4278 bufp->modifiers = msg.dwModifiers;
ee78dc32 4279 XSETFRAME (bufp->frame_or_window, f);
7e889510 4280 bufp->arg = Qnil;
ee78dc32
GV
4281 bufp->timestamp = msg.msg.time;
4282 bufp++;
4283 numchars--;
4284 count++;
4285 }
4286 break;
689004fa 4287
ee78dc32
GV
4288 case WM_SYSCHAR:
4289 case WM_CHAR:
4290 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
d67d1627 4291
ee78dc32
GV
4292 if (f && !f->iconified)
4293 {
3d26a7c2
KS
4294 if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight))
4295 {
4296 dpyinfo->mouse_face_hidden = 1;
4297 clear_mouse_face (dpyinfo);
4298 }
4299
f98169a0
GV
4300 if (temp_index == sizeof temp_buffer / sizeof (short))
4301 temp_index = 0;
4302 temp_buffer[temp_index++] = msg.msg.wParam;
3b8f9651 4303 bufp->kind = ASCII_KEYSTROKE_EVENT;
f98169a0
GV
4304 bufp->code = msg.msg.wParam;
4305 bufp->modifiers = msg.dwModifiers;
4306 XSETFRAME (bufp->frame_or_window, f);
7e889510 4307 bufp->arg = Qnil;
f98169a0
GV
4308 bufp->timestamp = msg.msg.time;
4309 bufp++;
4310 numchars--;
4311 count++;
ee78dc32
GV
4312 }
4313 break;
689004fa 4314
ee78dc32 4315 case WM_MOUSEMOVE:
706ddb8f
JR
4316 /* Ignore non-movement. */
4317 {
4318 int x = LOWORD (msg.msg.lParam);
4319 int y = HIWORD (msg.msg.lParam);
4320 if (x == last_mousemove_x && y == last_mousemove_y)
4321 break;
4322 last_mousemove_x = x;
4323 last_mousemove_y = y;
4324 }
4325
89271099 4326 previous_help_echo_string = help_echo_string;
791f420f 4327
ee78dc32
GV
4328 if (dpyinfo->grabbed && last_mouse_frame
4329 && FRAME_LIVE_P (last_mouse_frame))
4330 f = last_mouse_frame;
4331 else
4332 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
d67d1627 4333
3d26a7c2
KS
4334 if (dpyinfo->mouse_face_hidden)
4335 {
4336 dpyinfo->mouse_face_hidden = 0;
4337 clear_mouse_face (dpyinfo);
4338 }
4339
ee78dc32 4340 if (f)
a18bb28d
JR
4341 {
4342 /* Generate SELECT_WINDOW_EVENTs when needed. */
4343 if (mouse_autoselect_window)
4344 {
4345 Lisp_Object window;
a18bb28d
JR
4346 int x = LOWORD (msg.msg.lParam);
4347 int y = HIWORD (msg.msg.lParam);
4348
89271099 4349 window = window_from_coordinates (f, x, y, 0, 0);
a18bb28d
JR
4350
4351 /* Window will be selected only when it is not
4352 selected now and last mouse movement event was
4353 not in it. Minibuffer window will be selected
4354 iff it is active. */
4355 if (WINDOWP(window)
4356 && !EQ (window, last_window)
4357 && !EQ (window, selected_window)
4358 && numchars > 0)
4359 {
4360 bufp->kind = SELECT_WINDOW_EVENT;
4361 bufp->frame_or_window = window;
4362 bufp->arg = Qnil;
4363 ++bufp, ++count, --numchars;
4364 }
4365
4366 last_window=window;
4367 }
4368 note_mouse_movement (f, &msg.msg);
4369 }
ee78dc32 4370 else
791f420f
JR
4371 {
4372 /* If we move outside the frame, then we're
4373 certainly no longer on any text in the frame. */
5b844253 4374 clear_mouse_face (dpyinfo);
791f420f
JR
4375 }
4376
89271099 4377 /* If the contents of the global variable help_echo_string
791f420f 4378 has changed, generate a HELP_EVENT. */
89271099
KS
4379 if (help_echo_string != previous_help_echo_string ||
4380 (!NILP (help_echo_string) && !STRINGP (help_echo_string) && f->mouse_moved))
791f420f
JR
4381 {
4382 Lisp_Object frame;
ec48c3a7 4383 int n;
791f420f 4384
89271099 4385 if (help_echo_string == Qnil)
706ddb8f
JR
4386 {
4387 help_echo_object = help_echo_window = Qnil;
4388 help_echo_pos = -1;
4389 }
4390
791f420f
JR
4391 if (f)
4392 XSETFRAME (frame, f);
4393 else
4394 frame = Qnil;
4395
4396 any_help_event_p = 1;
89271099 4397 n = gen_help_event (bufp, numchars, help_echo_string, frame,
b4165314
GM
4398 help_echo_window, help_echo_object,
4399 help_echo_pos);
ec48c3a7 4400 bufp += n, count += n, numchars -= n;
791f420f
JR
4401 }
4402 break;
689004fa 4403
ee78dc32
GV
4404 case WM_LBUTTONDOWN:
4405 case WM_LBUTTONUP:
4406 case WM_MBUTTONDOWN:
4407 case WM_MBUTTONUP:
4408 case WM_RBUTTONDOWN:
4409 case WM_RBUTTONUP:
53823ab9
JR
4410 case WM_XBUTTONDOWN:
4411 case WM_XBUTTONUP:
ee78dc32 4412 {
791f420f
JR
4413 /* If we decide we want to generate an event to be seen
4414 by the rest of Emacs, we put it here. */
4415 struct input_event emacs_event;
4416 int tool_bar_p = 0;
ee78dc32
GV
4417 int button;
4418 int up;
791f420f 4419
3b8f9651 4420 emacs_event.kind = NO_EVENT;
d67d1627 4421
ee78dc32
GV
4422 if (dpyinfo->grabbed && last_mouse_frame
4423 && FRAME_LIVE_P (last_mouse_frame))
4424 f = last_mouse_frame;
4425 else
4426 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
d67d1627 4427
ee78dc32
GV
4428 if (f)
4429 {
791f420f 4430 construct_mouse_click (&emacs_event, &msg, f);
d67d1627 4431
791f420f
JR
4432 /* Is this in the tool-bar? */
4433 if (WINDOWP (f->tool_bar_window)
4434 && XFASTINT (XWINDOW (f->tool_bar_window)->height))
4435 {
4436 Lisp_Object window;
89271099
KS
4437 int x = XFASTINT (emacs_event.x);
4438 int y = XFASTINT (emacs_event.y);
791f420f 4439
89271099 4440 window = window_from_coordinates (f, x, y, 0, 1);
b8b47c19 4441
791f420f
JR
4442 if (EQ (window, f->tool_bar_window))
4443 {
4444 w32_handle_tool_bar_click (f, &emacs_event);
4445 tool_bar_p = 1;
4446 }
4447 }
4448
4449 if (!tool_bar_p)
4450 if (!dpyinfo->w32_focus_frame
4451 || f == dpyinfo->w32_focus_frame
4452 && (numchars >= 1))
4453 {
4454 construct_mouse_click (bufp, &msg, f);
4455 bufp++;
4456 count++;
4457 numchars--;
4458 }
ee78dc32 4459 }
d67d1627 4460
53823ab9
JR
4461 parse_button (msg.msg.message, HIWORD (msg.msg.wParam),
4462 &button, &up);
4463
ee78dc32
GV
4464 if (up)
4465 {
4466 dpyinfo->grabbed &= ~ (1 << button);
4467 }
4468 else
4469 {
4470 dpyinfo->grabbed |= (1 << button);
4471 last_mouse_frame = f;
791f420f
JR
4472 /* Ignore any mouse motion that happened
4473 before this event; any subsequent mouse-movement
4474 Emacs events should reflect only motion after
4475 the ButtonPress. */
4476 if (f != 0)
4477 f->mouse_moved = 0;
4478
4479 if (!tool_bar_p)
4480 last_tool_bar_item = -1;
ee78dc32 4481 }
689004fa 4482 break;
ee78dc32 4483 }
d67d1627 4484
689004fa
GV
4485 case WM_MOUSEWHEEL:
4486 if (dpyinfo->grabbed && last_mouse_frame
4487 && FRAME_LIVE_P (last_mouse_frame))
4488 f = last_mouse_frame;
4489 else
4490 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
4491
4492 if (f)
4493 {
d67d1627 4494 if ((!dpyinfo->w32_focus_frame
689004fa
GV
4495 || f == dpyinfo->w32_focus_frame)
4496 && (numchars >= 1))
4497 {
4498 construct_mouse_wheel (bufp, &msg, f);
4499 bufp++;
4500 count++;
4501 numchars--;
4502 }
4503 }
ee78dc32 4504 break;
689004fa 4505
12857dfd
RS
4506 case WM_DROPFILES:
4507 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
4508
4509 if (f)
4510 {
4511 construct_drag_n_drop (bufp, &msg, f);
4512 bufp++;
4513 count++;
4514 numchars--;
4515 }
4516 break;
4517
ee78dc32
GV
4518 case WM_VSCROLL:
4519 {
689004fa
GV
4520 struct scroll_bar *bar =
4521 x_window_to_scroll_bar ((HWND)msg.msg.lParam);
d67d1627 4522
ee78dc32
GV
4523 if (bar && numchars >= 1)
4524 {
c2cc16fa 4525 if (w32_scroll_bar_handle_click (bar, &msg, bufp))
52cf03a1
GV
4526 {
4527 bufp++;
4528 count++;
4529 numchars--;
4530 }
ee78dc32 4531 }
689004fa 4532 break;
ee78dc32 4533 }
d67d1627 4534
689004fa 4535 case WM_WINDOWPOSCHANGED:
549808db
JR
4536 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
4537 if (f)
4538 {
4539 x_check_fullscreen_move(f);
4540 if (f->output_data.w32->want_fullscreen & FULLSCREEN_WAIT)
4541 f->output_data.w32->want_fullscreen &=
4542 ~(FULLSCREEN_WAIT|FULLSCREEN_BOTH);
4543 }
4544 check_visibility = 1;
4545 break;
4546
689004fa
GV
4547 case WM_ACTIVATE:
4548 case WM_ACTIVATEAPP:
549808db
JR
4549 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
4550 if (f)
4551 x_check_fullscreen (f);
689004fa 4552 check_visibility = 1;
ee78dc32 4553 break;
689004fa 4554
ee78dc32
GV
4555 case WM_MOVE:
4556 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
d67d1627 4557
ee78dc32
GV
4558 if (f && !f->async_iconified)
4559 {
689004fa
GV
4560 int x, y;
4561
4562 x_real_positions (f, &x, &y);
4563 f->output_data.w32->left_pos = x;
4564 f->output_data.w32->top_pos = y;
ee78dc32 4565 }
689004fa
GV
4566
4567 check_visibility = 1;
4568 break;
4569
4570 case WM_SHOWWINDOW:
b71b8111
JR
4571 /* wParam non-zero means Window is about to be shown, 0 means
4572 about to be hidden. */
4573 /* Redo the mouse-highlight after the tooltip has gone. */
4574 if (!msg.msg.wParam && msg.msg.hwnd == tip_window)
4575 {
4576 tip_window = NULL;
4577 redo_mouse_highlight ();
4578 }
4579
689004fa
GV
4580 /* If window has been obscured or exposed by another window
4581 being maximised or minimised/restored, then recheck
4582 visibility of all frames. Direct changes to our own
4583 windows get handled by WM_SIZE. */
4584#if 0
4585 if (msg.msg.lParam != 0)
4586 check_visibility = 1;
4587 else
4588 {
4589 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
4590 f->async_visible = msg.msg.wParam;
4591 }
4592#endif
4593
4594 check_visibility = 1;
ee78dc32 4595 break;
689004fa 4596
ee78dc32
GV
4597 case WM_SIZE:
4598 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
d67d1627 4599
689004fa
GV
4600 /* Inform lisp of whether frame has been iconified etc. */
4601 if (f)
ee78dc32 4602 {
689004fa 4603 switch (msg.msg.wParam)
ee78dc32 4604 {
689004fa
GV
4605 case SIZE_MINIMIZED:
4606 f->async_visible = 0;
ee78dc32 4607 f->async_iconified = 1;
d67d1627 4608
3b8f9651 4609 bufp->kind = ICONIFY_EVENT;
ee78dc32 4610 XSETFRAME (bufp->frame_or_window, f);
7e889510 4611 bufp->arg = Qnil;
ee78dc32
GV
4612 bufp++;
4613 count++;
4614 numchars--;
689004fa
GV
4615 break;
4616
4617 case SIZE_MAXIMIZED:
4618 case SIZE_RESTORED:
ee78dc32
GV
4619 f->async_visible = 1;
4620 f->async_iconified = 0;
d67d1627 4621
ee78dc32
GV
4622 /* wait_reading_process_input will notice this and update
4623 the frame's display structures. */
4624 SET_FRAME_GARBAGED (f);
d67d1627 4625
ee78dc32
GV
4626 if (f->iconified)
4627 {
31d4844a
KH
4628 int x, y;
4629
4630 /* Reset top and left positions of the Window
4631 here since Windows sends a WM_MOVE message
4632 BEFORE telling us the Window is minimized
4633 when the Window is iconified, with 3000,3000
4634 as the co-ords. */
4635 x_real_positions (f, &x, &y);
4636 f->output_data.w32->left_pos = x;
4637 f->output_data.w32->top_pos = y;
4638
3b8f9651 4639 bufp->kind = DEICONIFY_EVENT;
ee78dc32 4640 XSETFRAME (bufp->frame_or_window, f);
7e889510 4641 bufp->arg = Qnil;
ee78dc32
GV
4642 bufp++;
4643 count++;
4644 numchars--;
4645 }
9ef2e2cf
JR
4646 else if (! NILP (Vframe_list)
4647 && ! NILP (XCDR (Vframe_list)))
ee78dc32
GV
4648 /* Force a redisplay sooner or later
4649 to update the frame titles
4650 in case this is the second frame. */
4651 record_asynch_buffer_change ();
689004fa 4652 break;
ee78dc32 4653 }
ee78dc32 4654 }
689004fa 4655
ef0e360f
GV
4656 if (f && !f->async_iconified && msg.msg.wParam != SIZE_MINIMIZED)
4657 {
4658 RECT rect;
4659 int rows;
4660 int columns;
4661 int width;
4662 int height;
d67d1627 4663
9127e20e 4664 GetClientRect (msg.msg.hwnd, &rect);
d67d1627 4665
ef0e360f
GV
4666 height = rect.bottom - rect.top;
4667 width = rect.right - rect.left;
d67d1627 4668
ef0e360f
GV
4669 rows = PIXEL_TO_CHAR_HEIGHT (f, height);
4670 columns = PIXEL_TO_CHAR_WIDTH (f, width);
d67d1627 4671
ef0e360f 4672 /* TODO: Clip size to the screen dimensions. */
d67d1627 4673
ef0e360f
GV
4674 /* Even if the number of character rows and columns has
4675 not changed, the font size may have changed, so we need
4676 to check the pixel dimensions as well. */
d67d1627 4677
ef0e360f
GV
4678 if (columns != f->width
4679 || rows != f->height
4680 || width != f->output_data.w32->pixel_width
4681 || height != f->output_data.w32->pixel_height)
4682 {
791f420f 4683 change_frame_size (f, rows, columns, 0, 1, 0);
ef0e360f 4684 SET_FRAME_GARBAGED (f);
31d4844a 4685 cancel_mouse_face (f);
ef0e360f
GV
4686 f->output_data.w32->pixel_width = width;
4687 f->output_data.w32->pixel_height = height;
4688 f->output_data.w32->win_gravity = NorthWestGravity;
4689 }
4690 }
4691
689004fa
GV
4692 check_visibility = 1;
4693 break;
4694
1576fbfa
JR
4695 case WM_MOUSELEAVE:
4696 f = x_any_window_to_frame (dpyinfo, msg.msg.hwnd);
4697 if (f)
4698 {
4699 if (f == dpyinfo->mouse_face_mouse_frame)
4700 {
4701 /* If we move outside the frame, then we're
4702 certainly no longer on any text in the frame. */
4703 clear_mouse_face (dpyinfo);
4704 dpyinfo->mouse_face_mouse_frame = 0;
4705 }
4706
4707 /* Generate a nil HELP_EVENT to cancel a help-echo.
4708 Do it only if there's something to cancel.
4709 Otherwise, the startup message is cleared when
4710 the mouse leaves the frame. */
4711 if (any_help_event_p)
4712 {
4713 Lisp_Object frame;
4714 int n;
4715
4716 XSETFRAME (frame, f);
89271099 4717 help_echo_string = Qnil;
1576fbfa
JR
4718 n = gen_help_event (bufp, numchars,
4719 Qnil, frame, Qnil, Qnil, 0);
4720 bufp += n, count += n, numchars -= n;
4721 }
4722 }
4723 break;
d67d1627 4724
689004fa 4725 case WM_SETFOCUS:
a18bb28d
JR
4726 /* TODO: Port this change:
4727 2002-06-28 Jan D. <jan.h.d@swipnet.se>
4728 * xterm.h (struct x_output): Add focus_state.
4729 * xterm.c (x_focus_changed): New function.
4730 (x_detect_focus_change): New function.
4731 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
4732 EnterNotify and LeaveNotify to track X focus changes.
4733 */
791f420f
JR
4734 f = x_any_window_to_frame (dpyinfo, msg.msg.hwnd);
4735
4736 dpyinfo->w32_focus_event_frame = f;
d67d1627 4737
791f420f
JR
4738 if (f)
4739 x_new_focus_frame (dpyinfo, f);
4740
4741
4742 dpyinfo->grabbed = 0;
4743 check_visibility = 1;
4744 break;
4745
689004fa 4746 case WM_KILLFOCUS:
01b220b6 4747 /* TODO: some of this belongs in MOUSE_LEAVE */
791f420f 4748 f = x_top_window_to_frame (dpyinfo, msg.msg.hwnd);
08712a41 4749
791f420f
JR
4750 if (f)
4751 {
791f420f
JR
4752 if (f == dpyinfo->w32_focus_event_frame)
4753 dpyinfo->w32_focus_event_frame = 0;
4754
4755 if (f == dpyinfo->w32_focus_frame)
4756 x_new_focus_frame (dpyinfo, 0);
4757
4758 if (f == dpyinfo->mouse_face_mouse_frame)
4759 {
4760 /* If we move outside the frame, then we're
4761 certainly no longer on any text in the frame. */
4762 clear_mouse_face (dpyinfo);
4763 dpyinfo->mouse_face_mouse_frame = 0;
4764 }
9ef2e2cf 4765
791f420f
JR
4766 /* Generate a nil HELP_EVENT to cancel a help-echo.
4767 Do it only if there's something to cancel.
4768 Otherwise, the startup message is cleared when
4769 the mouse leaves the frame. */
4770 if (any_help_event_p)
4771 {
c2cc16fa 4772 Lisp_Object frame;
ec48c3a7
JR
4773 int n;
4774
791f420f 4775 XSETFRAME (frame, f);
89271099 4776 help_echo_string = Qnil;
c2cc16fa
JR
4777 n = gen_help_event (bufp, numchars,
4778 Qnil, frame, Qnil, Qnil, 0);
ec48c3a7 4779 bufp += n, count += n, numchars -=n;
791f420f
JR
4780 }
4781 }
689004fa 4782
08712a41 4783 dpyinfo->grabbed = 0;
689004fa 4784 check_visibility = 1;
ee78dc32 4785 break;
689004fa 4786
ee78dc32
GV
4787 case WM_CLOSE:
4788 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
d67d1627 4789
ee78dc32
GV
4790 if (f)
4791 {
4792 if (numchars == 0)
4793 abort ();
d67d1627 4794
3b8f9651 4795 bufp->kind = DELETE_WINDOW_EVENT;
ee78dc32 4796 XSETFRAME (bufp->frame_or_window, f);
7e889510 4797 bufp->arg = Qnil;
ee78dc32
GV
4798 bufp++;
4799 count++;
4800 numchars--;
4801 }
689004fa
GV
4802 break;
4803
4804 case WM_INITMENU:
4805 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
d67d1627 4806
689004fa
GV
4807 if (f)
4808 {
4809 if (numchars == 0)
4810 abort ();
d67d1627 4811
3b8f9651 4812 bufp->kind = MENU_BAR_ACTIVATE_EVENT;
689004fa 4813 XSETFRAME (bufp->frame_or_window, f);
7e889510 4814 bufp->arg = Qnil;
689004fa
GV
4815 bufp++;
4816 count++;
4817 numchars--;
4818 }
ee78dc32 4819 break;
689004fa 4820
ee78dc32
GV
4821 case WM_COMMAND:
4822 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
014b6ea1 4823
ee78dc32
GV
4824 if (f)
4825 {
f98169a0
GV
4826 extern void menubar_selection_callback
4827 (FRAME_PTR f, void * client_data);
014b6ea1 4828 menubar_selection_callback (f, (void *)msg.msg.wParam);
ee78dc32 4829 }
689004fa
GV
4830
4831 check_visibility = 1;
4832 break;
4833
4834 case WM_DISPLAYCHANGE:
4835 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
4836
d67d1627 4837 if (f)
689004fa
GV
4838 {
4839 dpyinfo->width = (short) LOWORD (msg.msg.lParam);
4840 dpyinfo->height = (short) HIWORD (msg.msg.lParam);
4841 dpyinfo->n_cbits = msg.msg.wParam;
4842 DebPrint (("display change: %d %d\n", dpyinfo->width,
4843 dpyinfo->height));
4844 }
d67d1627 4845
689004fa 4846 check_visibility = 1;
ee78dc32 4847 break;
e7efd97e
GV
4848
4849 default:
4850 /* Check for messages registered at runtime. */
4851 if (msg.msg.message == msh_mousewheel)
4852 {
d67d1627 4853 if (dpyinfo->grabbed && last_mouse_frame
e7efd97e
GV
4854 && FRAME_LIVE_P (last_mouse_frame))
4855 f = last_mouse_frame;
4856 else
4857 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
d67d1627 4858
e7efd97e
GV
4859 if (f)
4860 {
d67d1627 4861 if ((!dpyinfo->w32_focus_frame
e7efd97e
GV
4862 || f == dpyinfo->w32_focus_frame)
4863 && (numchars >= 1))
4864 {
4865 construct_mouse_wheel (bufp, &msg, f);
4866 bufp++;
4867 count++;
4868 numchars--;
4869 }
4870 }
4871 }
4872 break;
ee78dc32
GV
4873 }
4874 }
4875
4876 /* If the focus was just given to an autoraising frame,
4877 raise it now. */
4878 /* ??? This ought to be able to handle more than one such frame. */
4879 if (pending_autoraise_frame)
4880 {
4881 x_raise_frame (pending_autoraise_frame);
4882 pending_autoraise_frame = 0;
4883 }
4884
689004fa
GV
4885 /* Check which frames are still visisble, if we have enqueued any user
4886 events or been notified of events that may affect visibility. We
4887 do this here because there doesn't seem to be any direct
4888 notification from Windows that the visibility of a window has
4889 changed (at least, not in all cases). */
4890 if (count > 0 || check_visibility)
4891 {
4892 Lisp_Object tail, frame;
4893
4894 FOR_EACH_FRAME (tail, frame)
4895 {
4896 FRAME_PTR f = XFRAME (frame);
b71b8111
JR
4897 /* The tooltip has been drawn already. Avoid the
4898 SET_FRAME_GARBAGED below. */
eb77a5f4 4899 if (EQ (frame, tip_frame))
b71b8111
JR
4900 continue;
4901
689004fa
GV
4902 /* Check "visible" frames and mark each as obscured or not.
4903 Note that async_visible is nonzero for unobscured and
4904 obscured frames, but zero for hidden and iconified frames. */
4905 if (FRAME_W32_P (f) && f->async_visible)
4906 {
4907 RECT clipbox;
66e5868a
AI
4908 HDC hdc;
4909
4910 enter_crit ();
4911 /* Query clipping rectangle for the entire window area
4912 (GetWindowDC), not just the client portion (GetDC).
4913 Otherwise, the scrollbars and menubar aren't counted as
4914 part of the visible area of the frame, and we may think
4915 the frame is obscured when really a scrollbar is still
4916 visible and gets WM_PAINT messages above. */
4917 hdc = GetWindowDC (FRAME_W32_WINDOW (f));
689004fa 4918 GetClipBox (hdc, &clipbox);
66e5868a
AI
4919 ReleaseDC (FRAME_W32_WINDOW (f), hdc);
4920 leave_crit ();
689004fa
GV
4921
4922 if (clipbox.right == clipbox.left
4923 || clipbox.bottom == clipbox.top)
4924 {
4925 /* Frame has become completely obscured so mark as
4926 such (we do this by setting async_visible to 2 so
4927 that FRAME_VISIBLE_P is still true, but redisplay
4928 will skip it). */
4929 f->async_visible = 2;
4930
4931 if (!FRAME_OBSCURED_P (f))
4932 {
8f860180 4933 DebPrint (("frame %p (%s) obscured\n", f,
d5db4077 4934 SDATA (f->name)));
689004fa
GV
4935 }
4936 }
4937 else
4938 {
4939 /* Frame is not obscured, so mark it as such. */
4940 f->async_visible = 1;
4941
4942 if (FRAME_OBSCURED_P (f))
4943 {
4944 SET_FRAME_GARBAGED (f);
8f860180 4945 DebPrint (("obscured frame %p (%s) found to be visible\n", f,
d5db4077 4946 SDATA (f->name)));
689004fa
GV
4947
4948 /* Force a redisplay sooner or later. */
4949 record_asynch_buffer_change ();
4950 }
4951 }
4952 }
4953 }
4954 }
4955
ee78dc32
GV
4956 UNBLOCK_INPUT;
4957 return count;
4958}
791f420f 4959
9ef2e2cf
JR
4960
4961
ee78dc32 4962\f
791f420f
JR
4963/***********************************************************************
4964 Text Cursor
4965 ***********************************************************************/
4966
791f420f
JR
4967/* Set clipping for output in glyph row ROW. W is the window in which
4968 we operate. GC is the graphics context to set clipping in.
4969 WHOLE_LINE_P non-zero means include the areas used for truncation
4970 mark display and alike in the clipping rectangle.
ee78dc32 4971
791f420f
JR
4972 ROW may be a text row or, e.g., a mode line. Text rows must be
4973 clipped to the interior of the window dedicated to text display,
4974 mode lines must be clipped to the whole window. */
ee78dc32
GV
4975
4976static void
791f420f
JR
4977w32_clip_to_row (w, row, hdc, whole_line_p)
4978 struct window *w;
4979 struct glyph_row *row;
4980 HDC hdc;
4981 int whole_line_p;
ee78dc32 4982{
791f420f
JR
4983 struct frame *f = XFRAME (WINDOW_FRAME (w));
4984 RECT clip_rect;
4985 int window_x, window_y, window_width, window_height;
52cf03a1 4986
791f420f 4987 window_box (w, -1, &window_x, &window_y, &window_width, &window_height);
52cf03a1 4988
791f420f
JR
4989 clip_rect.left = WINDOW_TO_FRAME_PIXEL_X (w, 0);
4990 clip_rect.top = WINDOW_TO_FRAME_PIXEL_Y (w, row->y);
4991 clip_rect.top = max (clip_rect.top, window_y);
4992 clip_rect.right = clip_rect.left + window_width;
4993 clip_rect.bottom = clip_rect.top + row->visible_height;
4994
4995 /* If clipping to the whole line, including trunc marks, extend
9ef2e2cf 4996 the rectangle to the left and increase its width. */
791f420f
JR
4997 if (whole_line_p)
4998 {
33c34bea
KS
4999 clip_rect.left -= FRAME_X_LEFT_FRINGE_WIDTH (f);
5000 clip_rect.right += FRAME_X_FRINGE_WIDTH (f);
791f420f
JR
5001 }
5002
5003 w32_set_clip_rectangle (hdc, &clip_rect);
ee78dc32
GV
5004}
5005
791f420f
JR
5006
5007/* Draw a hollow box cursor on window W in glyph row ROW. */
ee78dc32
GV
5008
5009static void
791f420f
JR
5010x_draw_hollow_cursor (w, row)
5011 struct window *w;
5012 struct glyph_row *row;
ee78dc32 5013{
791f420f 5014 struct frame *f = XFRAME (WINDOW_FRAME (w));
988646fc 5015 HDC hdc;
791f420f
JR
5016 RECT rect;
5017 int wd;
5018 struct glyph *cursor_glyph;
5019 HBRUSH hb = CreateSolidBrush (f->output_data.w32->cursor_pixel);
5020
5021 /* Compute frame-relative coordinates from window-relative
5022 coordinates. */
5023 rect.left = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x);
5024 rect.top = (WINDOW_TO_FRAME_PIXEL_Y (w, w->phys_cursor.y)
5025 + row->ascent - w->phys_cursor_ascent);
d6dc9151 5026 rect.bottom = rect.top + row->height;
791f420f
JR
5027
5028 /* Get the glyph the cursor is on. If we can't tell because
5029 the current matrix is invalid or such, give up. */
5030 cursor_glyph = get_phys_cursor_glyph (w);
5031 if (cursor_glyph == NULL)
ee78dc32
GV
5032 return;
5033
791f420f
JR
5034 /* Compute the width of the rectangle to draw. If on a stretch
5035 glyph, and `x-stretch-block-cursor' is nil, don't draw a
5036 rectangle as wide as the glyph, but use a canonical character
5037 width instead. */
d6dc9151 5038 wd = cursor_glyph->pixel_width;
791f420f
JR
5039 if (cursor_glyph->type == STRETCH_GLYPH
5040 && !x_stretch_cursor_p)
5041 wd = min (CANON_X_UNIT (f), wd);
a18bb28d 5042 w->phys_cursor_width = wd;
791f420f
JR
5043
5044 rect.right = rect.left + wd;
988646fc 5045 hdc = get_frame_dc (f);
a18bb28d
JR
5046 /* Set clipping, draw the rectangle, and reset clipping again. */
5047 w32_clip_to_row (w, row, hdc, 0);
791f420f
JR
5048 FrameRect (hdc, &rect, hb);
5049 DeleteObject (hb);
a18bb28d 5050 w32_set_clip_rectangle (hdc, NULL);
791f420f 5051 release_frame_dc (f, hdc);
ee78dc32
GV
5052}
5053
791f420f
JR
5054
5055/* Draw a bar cursor on window W in glyph row ROW.
5056
5057 Implementation note: One would like to draw a bar cursor with an
5058 angle equal to the one given by the font property XA_ITALIC_ANGLE.
5059 Unfortunately, I didn't find a font yet that has this property set.
5060 --gerd. */
ee78dc32
GV
5061
5062static void
17456df1 5063x_draw_bar_cursor (w, row, width, kind)
791f420f
JR
5064 struct window *w;
5065 struct glyph_row *row;
9ef2e2cf 5066 int width;
17456df1 5067 enum text_cursor_kinds kind;
ee78dc32 5068{
c2cc16fa
JR
5069 struct frame *f = XFRAME (w->frame);
5070 struct glyph *cursor_glyph;
5071 int x;
5072 HDC hdc;
791f420f 5073
c2cc16fa
JR
5074 /* If cursor is out of bounds, don't draw garbage. This can happen
5075 in mini-buffer windows when switching between echo area glyphs
5076 and mini-buffer. */
5077 cursor_glyph = get_phys_cursor_glyph (w);
5078 if (cursor_glyph == NULL)
5079 return;
9ef2e2cf 5080
c2cc16fa
JR
5081 /* If on an image, draw like a normal cursor. That's usually better
5082 visible than drawing a bar, esp. if the image is large so that
5083 the bar might not be in the window. */
5084 if (cursor_glyph->type == IMAGE_GLYPH)
5085 {
5086 struct glyph_row *row;
5087 row = MATRIX_ROW (w->current_matrix, w->phys_cursor.vpos);
89271099 5088 draw_phys_cursor_glyph (w, row, DRAW_CURSOR);
c2cc16fa
JR
5089 }
5090 else
5091 {
6ff3e5e3
JR
5092 COLORREF cursor_color = f->output_data.w32->cursor_pixel;
5093 struct face *face = FACE_FROM_ID (f, cursor_glyph->face_id);
5094
6ff3e5e3
JR
5095 /* If the glyph's background equals the color we normally draw
5096 the bar cursor in, the bar cursor in its normal color is
5097 invisible. Use the glyph's foreground color instead in this
5098 case, on the assumption that the glyph's colors are chosen so
5099 that the glyph is legible. */
5100 if (face->background == cursor_color)
5101 cursor_color = face->foreground;
5102
c2cc16fa 5103 x = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x);
a18bb28d
JR
5104
5105 if (width < 0)
5106 width = FRAME_CURSOR_WIDTH (f);
5107 width = min (cursor_glyph->pixel_width, width);
5108
5109 w->phys_cursor_width = width;
5110
5111
c2cc16fa
JR
5112 hdc = get_frame_dc (f);
5113 w32_clip_to_row (w, row, hdc, 0);
17456df1
JR
5114
5115 if (kind == BAR_CURSOR)
5116 {
5117 w32_fill_area (f, hdc, cursor_color, x,
5118 WINDOW_TO_FRAME_PIXEL_Y (w, w->phys_cursor.y),
5119 width, row->height);
5120 }
5121 else
5122 {
5123 w32_fill_area (f, hdc, cursor_color, x,
5124 WINDOW_TO_FRAME_PIXEL_Y (w, w->phys_cursor.y +
5125 row->height - width),
5126 cursor_glyph->pixel_width, width);
5127 }
a18bb28d
JR
5128
5129 w32_set_clip_rectangle (hdc, NULL);
c2cc16fa 5130 release_frame_dc (f, hdc);
791f420f 5131 }
ee78dc32
GV
5132}
5133
791f420f 5134
89271099 5135/* RIF: Define cursor CURSOR on frame F. */
791f420f 5136
ee78dc32 5137static void
89271099
KS
5138w32_define_frame_cursor (f, cursor)
5139 struct frame *f;
5140 Cursor cursor;
ee78dc32 5141{
89271099 5142 w32_define_cursor (FRAME_W32_WINDOW (f), cursor);
791f420f 5143}
ee78dc32 5144
ee78dc32 5145
89271099 5146/* RIF: Clear area on frame F. */
ee78dc32 5147
791f420f 5148static void
89271099
KS
5149w32_clear_frame_area (f, x, y, width, height)
5150 struct frame *f;
5151 int x, y, width, height;
791f420f 5152{
89271099 5153 HDC hdc;
791f420f 5154
89271099
KS
5155 hdc = get_frame_dc (f);
5156 w32_clear_area (f, hdc, x, y, width, height);
5157 release_frame_dc (f, hdc);
791f420f 5158}
ee78dc32 5159
89271099 5160/* RIF: Draw or clear cursor on window W. */
791f420f
JR
5161
5162static void
89271099 5163w32_draw_window_cursor (w, glyph_row, on, x, y, new_cursor_type, new_cursor_width)
791f420f 5164 struct window *w;
89271099
KS
5165 struct glyph_row *glyph_row;
5166 int on, x, y;
5167 int new_cursor_type, new_cursor_width;
ee78dc32 5168{
95f2448c 5169 if (on)
791f420f 5170 {
99558ce8
JR
5171 /* If the user wants to use the system caret, make sure our own
5172 cursor remains invisible. */
5173 if (w32_use_visible_system_caret)
5174 {
5175 if (w->phys_cursor_type != NO_CURSOR)
89271099 5176 erase_phys_cursor (w);
99558ce8
JR
5177
5178 new_cursor_type = w->phys_cursor_type = NO_CURSOR;
e1429afe 5179 w->phys_cursor_width = -1;
99558ce8
JR
5180 }
5181 else
e1429afe
KS
5182 {
5183 w->phys_cursor_type = new_cursor_type;
e1429afe 5184 }
99558ce8 5185
791f420f
JR
5186 w->phys_cursor_on_p = 1;
5187
abb15ebd
JR
5188 /* If this is the active cursor, we need to track it with the
5189 system caret, so third party software like screen magnifiers
5190 and speech synthesizers can follow the cursor. */
5191 if (active_cursor)
5192 {
99558ce8 5193 HWND hwnd = FRAME_W32_WINDOW (f);
abb15ebd 5194
99558ce8
JR
5195 w32_system_caret_x
5196 = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x);
5197 w32_system_caret_y
5198 = (WINDOW_TO_FRAME_PIXEL_Y (w, w->phys_cursor.y)
5199 + glyph_row->ascent - w->phys_cursor_ascent);
5200
5201 /* If the size of the active cursor changed, destroy the old
5202 system caret. */
5203 if (w32_system_caret_hwnd
5204 && (w32_system_caret_height != w->phys_cursor_height))
5205 PostMessage (hwnd, WM_EMACS_DESTROY_CARET, 0, 0);
5206
5207 w32_system_caret_height = w->phys_cursor_height;
5208
5209 /* Move the system caret. */
5210 PostMessage (hwnd, WM_EMACS_TRACK_CARET, 0, 0);
abb15ebd
JR
5211 }
5212
791f420f 5213 switch (new_cursor_type)
ee78dc32 5214 {
791f420f
JR
5215 case HOLLOW_BOX_CURSOR:
5216 x_draw_hollow_cursor (w, glyph_row);
5217 break;
5218
5219 case FILLED_BOX_CURSOR:
89271099 5220 draw_phys_cursor_glyph (w, glyph_row, DRAW_CURSOR);
791f420f
JR
5221 break;
5222
5223 case BAR_CURSOR:
17456df1
JR
5224 x_draw_bar_cursor (w, glyph_row, new_cursor_width, BAR_CURSOR);
5225 break;
5226
5227 case HBAR_CURSOR:
5228 x_draw_bar_cursor (w, glyph_row, new_cursor_width, HBAR_CURSOR);
791f420f 5229 break;
ee78dc32 5230
791f420f 5231 case NO_CURSOR:
a18bb28d 5232 w->phys_cursor_width = 0;
791f420f
JR
5233 break;
5234
5235 default:
5236 abort ();
5237 }
ee78dc32
GV
5238 }
5239}
5240
689004fa 5241
ee78dc32 5242\f
7f5d1df8
GV
5243/* Icons. */
5244
5245int
5246x_bitmap_icon (f, icon)
5247 struct frame *f;
5248 Lisp_Object icon;
5249{
7f5d1df8
GV
5250 HANDLE hicon;
5251
5252 if (FRAME_W32_WINDOW (f) == 0)
5253 return 1;
5254
5255 if (NILP (icon))
5256 hicon = LoadIcon (hinst, EMACS_CLASS);
5257 else if (STRINGP (icon))
d5db4077 5258 hicon = LoadImage (NULL, (LPCTSTR) SDATA (icon), IMAGE_ICON, 0, 0,
7f5d1df8
GV
5259 LR_DEFAULTSIZE | LR_LOADFROMFILE);
5260 else if (SYMBOLP (icon))
5261 {
5262 LPCTSTR name;
5263
5264 if (EQ (icon, intern ("application")))
5265 name = (LPCTSTR) IDI_APPLICATION;
5266 else if (EQ (icon, intern ("hand")))
5267 name = (LPCTSTR) IDI_HAND;
5268 else if (EQ (icon, intern ("question")))
5269 name = (LPCTSTR) IDI_QUESTION;
5270 else if (EQ (icon, intern ("exclamation")))
5271 name = (LPCTSTR) IDI_EXCLAMATION;
5272 else if (EQ (icon, intern ("asterisk")))
5273 name = (LPCTSTR) IDI_ASTERISK;
5274 else if (EQ (icon, intern ("winlogo")))
5275 name = (LPCTSTR) IDI_WINLOGO;
5276 else
5277 return 1;
5278
5279 hicon = LoadIcon (NULL, name);
5280 }
5281 else
5282 return 1;
5283
5284 if (hicon == NULL)
5285 return 1;
5286
791f420f
JR
5287 PostMessage (FRAME_W32_WINDOW (f), WM_SETICON, (WPARAM) ICON_BIG,
5288 (LPARAM) hicon);
7f5d1df8
GV
5289
5290 return 0;
5291}
5292
5293\f
c2cc16fa
JR
5294/************************************************************************
5295 Handling X errors
5296 ************************************************************************/
5297
5298/* Display Error Handling functions not used on W32. Listing them here
5299 helps diff stay in step when comparing w32term.c with xterm.c.
5300
5301x_error_catcher (display, error)
5302x_catch_errors (dpy)
5303x_catch_errors_unwind (old_val)
5304x_check_errors (dpy, format)
5305x_had_errors_p (dpy)
5306x_clear_errors (dpy)
5307x_uncatch_errors (dpy, count)
5308x_trace_wire ()
5309x_connection_signal (signalnum)
5310x_connection_closed (dpy, error_message)
5311x_error_quitter (display, error)
5312x_error_handler (display, error)
5313x_io_error_quitter (display)
5314
5315 */
5316
5317\f
ee78dc32
GV
5318/* Changing the font of the frame. */
5319
5320/* Give frame F the font named FONTNAME as its default font, and
5321 return the full name of that font. FONTNAME may be a wildcard
5322 pattern; in that case, we choose some font that fits the pattern.
5323 The return value shows which font we chose. */
5324
5325Lisp_Object
5326x_new_font (f, fontname)
5327 struct frame *f;
5328 register char *fontname;
5329{
cabb23bc 5330 struct font_info *fontp
93ff4395 5331 = FS_LOAD_FONT (f, 0, fontname, -1);
ee78dc32 5332
cabb23bc 5333 if (!fontp)
791f420f 5334 return Qnil;
ee78dc32 5335
cabb23bc 5336 FRAME_FONT (f) = (XFontStruct *) (fontp->font);
791f420f 5337 FRAME_BASELINE_OFFSET (f) = fontp->baseline_offset;
cabb23bc 5338 FRAME_FONTSET (f) = -1;
ee78dc32
GV
5339
5340 /* Compute the scroll bar width in character columns. */
5341 if (f->scroll_bar_pixel_width > 0)
5342 {
ec48c3a7 5343 int wid = FONT_WIDTH (FRAME_FONT (f));
ee78dc32
GV
5344 f->scroll_bar_cols = (f->scroll_bar_pixel_width + wid-1) / wid;
5345 }
5346 else
ec48c3a7
JR
5347 {
5348 int wid = FONT_WIDTH (FRAME_FONT (f));
5349 f->scroll_bar_cols = (14 + wid - 1) / wid;
5350 }
ee78dc32
GV
5351
5352 /* Now make the frame display the given font. */
fbd6baed 5353 if (FRAME_W32_WINDOW (f) != 0)
ee78dc32
GV
5354 {
5355 frame_update_line_height (f);
49be9f70
JR
5356 if (NILP (tip_frame) || XFRAME (tip_frame) != f)
5357 x_set_window_size (f, 0, f->width, f->height);
ee78dc32
GV
5358 }
5359 else
5360 /* If we are setting a new frame's font for the first time,
5361 there are no faces yet, so this font's height is the line height. */
ec48c3a7 5362 f->output_data.w32->line_height = FONT_HEIGHT (FRAME_FONT (f));
ee78dc32 5363
791f420f 5364 return build_string (fontp->full_name);
ee78dc32
GV
5365}
5366\f
cabb23bc
GV
5367/* Give frame F the fontset named FONTSETNAME as its default font, and
5368 return the full name of that fontset. FONTSETNAME may be a wildcard
5369 pattern; in that case, we choose some fontset that fits the pattern.
5370 The return value shows which fontset we chose. */
5371
5372Lisp_Object
5373x_new_fontset (f, fontsetname)
5374 struct frame *f;
5375 char *fontsetname;
5376{
93ff4395 5377 int fontset = fs_query_fontset (build_string (fontsetname), 0);
cabb23bc
GV
5378 Lisp_Object result;
5379
5380 if (fontset < 0)
5381 return Qnil;
5382
5383 if (FRAME_FONTSET (f) == fontset)
5384 /* This fontset is already set in frame F. There's nothing more
5385 to do. */
93ff4395 5386 return fontset_name (fontset);
cabb23bc 5387
d5db4077 5388 result = x_new_font (f, (SDATA (fontset_ascii (fontset))));
cabb23bc
GV
5389
5390 if (!STRINGP (result))
5391 /* Can't load ASCII font. */
5392 return Qnil;
5393
5394 /* Since x_new_font doesn't update any fontset information, do it now. */
5395 FRAME_FONTSET(f) = fontset;
cabb23bc
GV
5396
5397 return build_string (fontsetname);
5398}
791f420f 5399
c2cc16fa
JR
5400\f
5401/***********************************************************************
5402 TODO: W32 Input Methods
5403 ***********************************************************************/
5404/* Listing missing functions from xterm.c helps diff stay in step.
791f420f 5405
c2cc16fa
JR
5406xim_destroy_callback (xim, client_data, call_data)
5407xim_open_dpy (dpyinfo, resource_name)
5408struct xim_inst_t
5409xim_instantiate_callback (display, client_data, call_data)
5410xim_initialize (dpyinfo, resource_name)
5411xim_close_dpy (dpyinfo)
791f420f 5412
c2cc16fa 5413 */
791f420f 5414
cabb23bc 5415\f
689004fa
GV
5416/* Calculate the absolute position in frame F
5417 from its current recorded position values and gravity. */
5418
9ef2e2cf 5419void
ee78dc32
GV
5420x_calc_absolute_position (f)
5421 struct frame *f;
5422{
ee78dc32 5423 POINT pt;
fbd6baed 5424 int flags = f->output_data.w32->size_hint_flags;
ee78dc32
GV
5425
5426 pt.x = pt.y = 0;
5427
5428 /* Find the position of the outside upper-left corner of
c2cc16fa
JR
5429 the inner window, with respect to the outer window.
5430 But do this only if we will need the results. */
fbd6baed 5431 if (f->output_data.w32->parent_desc != FRAME_W32_DISPLAY_INFO (f)->root_window)
ee78dc32
GV
5432 {
5433 BLOCK_INPUT;
fbd6baed
GV
5434 MapWindowPoints (FRAME_W32_WINDOW (f),
5435 f->output_data.w32->parent_desc,
ee78dc32
GV
5436 &pt, 1);
5437 UNBLOCK_INPUT;
5438 }
5439
5440 {
5441 RECT rt;
5442 rt.left = rt.right = rt.top = rt.bottom = 0;
d67d1627 5443
ee78dc32 5444 BLOCK_INPUT;
fbd6baed 5445 AdjustWindowRect(&rt, f->output_data.w32->dwStyle,
97c23857 5446 FRAME_EXTERNAL_MENU_BAR (f));
ee78dc32
GV
5447 UNBLOCK_INPUT;
5448
5449 pt.x += (rt.right - rt.left);
5450 pt.y += (rt.bottom - rt.top);
5451 }
5452
5453 /* Treat negative positions as relative to the leftmost bottommost
5454 position that fits on the screen. */
5455 if (flags & XNegative)
fbd6baed
GV
5456 f->output_data.w32->left_pos = (FRAME_W32_DISPLAY_INFO (f)->width
5457 - 2 * f->output_data.w32->border_width - pt.x
ee78dc32 5458 - PIXEL_WIDTH (f)
fbd6baed 5459 + f->output_data.w32->left_pos);
158cba56 5460
ee78dc32 5461 if (flags & YNegative)
fbd6baed
GV
5462 f->output_data.w32->top_pos = (FRAME_W32_DISPLAY_INFO (f)->height
5463 - 2 * f->output_data.w32->border_width - pt.y
ee78dc32 5464 - PIXEL_HEIGHT (f)
fbd6baed 5465 + f->output_data.w32->top_pos);
ee78dc32
GV
5466 /* The left_pos and top_pos
5467 are now relative to the top and left screen edges,
5468 so the flags should correspond. */
fbd6baed 5469 f->output_data.w32->size_hint_flags &= ~ (XNegative | YNegative);
ee78dc32
GV
5470}
5471
5472/* CHANGE_GRAVITY is 1 when calling from Fset_frame_position,
5473 to really change the position, and 0 when calling from
5474 x_make_frame_visible (in that case, XOFF and YOFF are the current
5475 position values). It is -1 when calling from x_set_frame_parameters,
5476 which means, do adjust for borders but don't change the gravity. */
5477
9ef2e2cf 5478void
ee78dc32
GV
5479x_set_offset (f, xoff, yoff, change_gravity)
5480 struct frame *f;
5481 register int xoff, yoff;
5482 int change_gravity;
5483{
5484 int modified_top, modified_left;
5485
5486 if (change_gravity > 0)
5487 {
fbd6baed
GV
5488 f->output_data.w32->top_pos = yoff;
5489 f->output_data.w32->left_pos = xoff;
5490 f->output_data.w32->size_hint_flags &= ~ (XNegative | YNegative);
ee78dc32 5491 if (xoff < 0)
fbd6baed 5492 f->output_data.w32->size_hint_flags |= XNegative;
ee78dc32 5493 if (yoff < 0)
fbd6baed
GV
5494 f->output_data.w32->size_hint_flags |= YNegative;
5495 f->output_data.w32->win_gravity = NorthWestGravity;
ee78dc32
GV
5496 }
5497 x_calc_absolute_position (f);
5498
5499 BLOCK_INPUT;
5500 x_wm_set_size_hint (f, (long) 0, 0);
5501
fbd6baed
GV
5502 modified_left = f->output_data.w32->left_pos;
5503 modified_top = f->output_data.w32->top_pos;
ee78dc32 5504
fbd6baed 5505 my_set_window_pos (FRAME_W32_WINDOW (f),
52cf03a1
GV
5506 NULL,
5507 modified_left, modified_top,
cabb23bc 5508 0, 0,
689004fa 5509 SWP_NOZORDER | SWP_NOSIZE | SWP_NOACTIVATE);
ee78dc32
GV
5510 UNBLOCK_INPUT;
5511}
5512
549808db
JR
5513
5514/* Check if we need to resize the frame due to a fullscreen request.
5515 If so needed, resize the frame. */
5516static void
5517x_check_fullscreen (f)
5518 struct frame *f;
5519{
5520 if (f->output_data.w32->want_fullscreen & FULLSCREEN_BOTH)
5521 {
5522 int width, height, ign;
d67d1627 5523
549808db
JR
5524 x_real_positions (f, &f->output_data.w32->left_pos,
5525 &f->output_data.w32->top_pos);
5526
5527 x_fullscreen_adjust (f, &width, &height, &ign, &ign);
d67d1627 5528
549808db
JR
5529 /* We do not need to move the window, it shall be taken care of
5530 when setting WM manager hints.
5531 If the frame is visible already, the position is checked by
5532 x_check_fullscreen_move. */
5533 if (f->width != width || f->height != height)
5534 {
5535 change_frame_size (f, height, width, 0, 1, 0);
5536 SET_FRAME_GARBAGED (f);
5537 cancel_mouse_face (f);
5538
5539 /* Wait for the change of frame size to occur */
5540 f->output_data.w32->want_fullscreen |= FULLSCREEN_WAIT;
5541 }
5542 }
5543}
5544
5545/* If frame parameters are set after the frame is mapped, we need to move
5546 the window. This is done in xfns.c.
5547 Some window managers moves the window to the right position, some
5548 moves the outer window manager window to the specified position.
5549 Here we check that we are in the right spot. If not, make a second
5550 move, assuming we are dealing with the second kind of window manager. */
5551static void
5552x_check_fullscreen_move (f)
5553 struct frame *f;
5554{
5555 if (f->output_data.w32->want_fullscreen & FULLSCREEN_MOVE_WAIT)
5556 {
5557 int expect_top = f->output_data.w32->top_pos;
5558 int expect_left = f->output_data.w32->left_pos;
5559
5560 if (f->output_data.w32->want_fullscreen & FULLSCREEN_HEIGHT)
5561 expect_top = 0;
5562 if (f->output_data.w32->want_fullscreen & FULLSCREEN_WIDTH)
5563 expect_left = 0;
d67d1627 5564
549808db
JR
5565 if (expect_top != f->output_data.w32->top_pos
5566 || expect_left != f->output_data.w32->left_pos)
5567 x_set_offset (f, expect_left, expect_top, 1);
5568
5569 /* Just do this once */
5570 f->output_data.w32->want_fullscreen &= ~FULLSCREEN_MOVE_WAIT;
5571 }
5572}
5573
5574
5575/* Calculate fullscreen size. Return in *TOP_POS and *LEFT_POS the
5576 wanted positions of the WM window (not emacs window).
5577 Return in *WIDTH and *HEIGHT the wanted width and height of Emacs
5578 window (FRAME_X_WINDOW).
5579 */
5580void
5581x_fullscreen_adjust (f, width, height, top_pos, left_pos)
5582 struct frame *f;
5583 int *width;
5584 int *height;
5585 int *top_pos;
5586 int *left_pos;
5587{
5588 int newwidth = f->width, newheight = f->height;
5589
5590 *top_pos = f->output_data.w32->top_pos;
5591 *left_pos = f->output_data.w32->left_pos;
d67d1627 5592
549808db
JR
5593 if (f->output_data.w32->want_fullscreen & FULLSCREEN_HEIGHT)
5594 {
5595 int ph;
d67d1627 5596
549808db
JR
5597 ph = FRAME_X_DISPLAY_INFO (f)->height;
5598 newheight = PIXEL_TO_CHAR_HEIGHT (f, ph);
5599 ph = CHAR_TO_PIXEL_HEIGHT (f, newheight)
5600 - f->output_data.w32->y_pixels_diff;
5601 newheight = PIXEL_TO_CHAR_HEIGHT (f, ph);
5602 *top_pos = 0;
5603 }
5604
5605 if (f->output_data.w32->want_fullscreen & FULLSCREEN_WIDTH)
5606 {
5607 int pw;
d67d1627 5608
549808db
JR
5609 pw = FRAME_X_DISPLAY_INFO (f)->width;
5610 newwidth = PIXEL_TO_CHAR_WIDTH (f, pw);
5611 pw = CHAR_TO_PIXEL_WIDTH (f, newwidth)
5612 - f->output_data.w32->x_pixels_diff;
5613 newwidth = PIXEL_TO_CHAR_WIDTH (f, pw);
5614 *left_pos = 0;
5615 }
5616
5617 *width = newwidth;
5618 *height = newheight;
5619}
5620
5621
ee78dc32
GV
5622/* Call this to change the size of frame F's x-window.
5623 If CHANGE_GRAVITY is 1, we change to top-left-corner window gravity
5624 for this size change and subsequent size changes.
5625 Otherwise we leave the window gravity unchanged. */
c2cc16fa 5626
791f420f 5627void
ee78dc32
GV
5628x_set_window_size (f, change_gravity, cols, rows)
5629 struct frame *f;
5630 int change_gravity;
5631 int cols, rows;
5632{
5633 int pixelwidth, pixelheight;
d67d1627 5634
ee78dc32 5635 BLOCK_INPUT;
d67d1627 5636
ee78dc32 5637 check_frame_size (f, &rows, &cols);
fbd6baed 5638 f->output_data.w32->vertical_scroll_bar_extra
ee78dc32
GV
5639 = (!FRAME_HAS_VERTICAL_SCROLL_BARS (f)
5640 ? 0
fbd6baed 5641 : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.w32->font)));
d33c49e8 5642
b6ae1532 5643 compute_fringe_widths (f, 0);
d33c49e8 5644
ee78dc32
GV
5645 pixelwidth = CHAR_TO_PIXEL_WIDTH (f, cols);
5646 pixelheight = CHAR_TO_PIXEL_HEIGHT (f, rows);
d67d1627 5647
fbd6baed 5648 f->output_data.w32->win_gravity = NorthWestGravity;
ee78dc32 5649 x_wm_set_size_hint (f, (long) 0, 0);
d67d1627 5650
ee78dc32
GV
5651 {
5652 RECT rect;
5653
5654 rect.left = rect.top = 0;
5655 rect.right = pixelwidth;
5656 rect.bottom = pixelheight;
d67d1627 5657
fbd6baed 5658 AdjustWindowRect(&rect, f->output_data.w32->dwStyle,
97c23857 5659 FRAME_EXTERNAL_MENU_BAR (f));
d67d1627 5660
fbd6baed 5661 my_set_window_pos (FRAME_W32_WINDOW (f),
d67d1627 5662 NULL,
52cf03a1 5663 0, 0,
689004fa
GV
5664 rect.right - rect.left,
5665 rect.bottom - rect.top,
5666 SWP_NOZORDER | SWP_NOMOVE | SWP_NOACTIVATE);
ee78dc32 5667 }
d67d1627 5668
ee78dc32
GV
5669 /* Now, strictly speaking, we can't be sure that this is accurate,
5670 but the window manager will get around to dealing with the size
5671 change request eventually, and we'll hear how it went when the
5672 ConfigureNotify event gets here.
d67d1627 5673
ee78dc32
GV
5674 We could just not bother storing any of this information here,
5675 and let the ConfigureNotify event set everything up, but that
ec48c3a7 5676 might be kind of confusing to the Lisp code, since size changes
ee78dc32 5677 wouldn't be reported in the frame parameters until some random
791f420f
JR
5678 point in the future when the ConfigureNotify event arrives.
5679
5680 We pass 1 for DELAY since we can't run Lisp code inside of
5681 a BLOCK_INPUT. */
5682 change_frame_size (f, rows, cols, 0, 1, 0);
ee78dc32
GV
5683 PIXEL_WIDTH (f) = pixelwidth;
5684 PIXEL_HEIGHT (f) = pixelheight;
5685
689004fa
GV
5686 /* We've set {FRAME,PIXEL}_{WIDTH,HEIGHT} to the values we hope to
5687 receive in the ConfigureNotify event; if we get what we asked
5688 for, then the event won't cause the screen to become garbaged, so
5689 we have to make sure to do it here. */
5690 SET_FRAME_GARBAGED (f);
5691
ee78dc32 5692 /* If cursor was outside the new size, mark it as off. */
791f420f 5693 mark_window_cursors_off (XWINDOW (f->root_window));
ee78dc32 5694
689004fa 5695 /* Clear out any recollection of where the mouse highlighting was,
d67d1627 5696 since it might be in a place that's outside the new frame size.
689004fa
GV
5697 Actually checking whether it is outside is a pain in the neck,
5698 so don't try--just let the highlighting be done afresh with new size. */
31d4844a
KH
5699 cancel_mouse_face (f);
5700
ee78dc32
GV
5701 UNBLOCK_INPUT;
5702}
5703\f
5704/* Mouse warping. */
5705
ec48c3a7
JR
5706void x_set_mouse_pixel_position (struct frame *f, int pix_x, int pix_y);
5707
5708void
5709x_set_mouse_position (f, x, y)
5710 struct frame *f;
5711 int x, y;
5712{
5713 int pix_x, pix_y;
5714
5715 pix_x = CHAR_TO_PIXEL_COL (f, x) + FONT_WIDTH (f->output_data.w32->font) / 2;
5716 pix_y = CHAR_TO_PIXEL_ROW (f, y) + f->output_data.w32->line_height / 2;
5717
5718 if (pix_x < 0) pix_x = 0;
5719 if (pix_x > PIXEL_WIDTH (f)) pix_x = PIXEL_WIDTH (f);
5720
5721 if (pix_y < 0) pix_y = 0;
5722 if (pix_y > PIXEL_HEIGHT (f)) pix_y = PIXEL_HEIGHT (f);
5723
5724 x_set_mouse_pixel_position (f, pix_x, pix_y);
5725}
5726
1bcd16f2
MB
5727void
5728x_set_mouse_pixel_position (f, pix_x, pix_y)
5729 struct frame *f;
5730 int pix_x, pix_y;
5731{
689004fa
GV
5732 RECT rect;
5733 POINT pt;
5734
1bcd16f2
MB
5735 BLOCK_INPUT;
5736
689004fa
GV
5737 GetClientRect (FRAME_W32_WINDOW (f), &rect);
5738 pt.x = rect.left + pix_x;
5739 pt.y = rect.top + pix_y;
5740 ClientToScreen (FRAME_W32_WINDOW (f), &pt);
1bcd16f2 5741
689004fa 5742 SetCursorPos (pt.x, pt.y);
1bcd16f2
MB
5743
5744 UNBLOCK_INPUT;
5745}
5746
ee78dc32
GV
5747\f
5748/* focus shifting, raising and lowering. */
5749
ec48c3a7 5750void
ee78dc32
GV
5751x_focus_on_frame (f)
5752 struct frame *f;
5753{
689004fa
GV
5754 struct w32_display_info *dpyinfo = &one_w32_display_info;
5755
5756 /* Give input focus to frame. */
5757 BLOCK_INPUT;
5758#if 0
5759 /* Try not to change its Z-order if possible. */
5760 if (x_window_to_frame (dpyinfo, GetForegroundWindow ()))
5761 my_set_focus (f, FRAME_W32_WINDOW (f));
5762 else
5763#endif
ef0e360f 5764 my_set_foreground_window (FRAME_W32_WINDOW (f));
689004fa 5765 UNBLOCK_INPUT;
ee78dc32
GV
5766}
5767
ec48c3a7 5768void
ee78dc32
GV
5769x_unfocus_frame (f)
5770 struct frame *f;
5771{
5772}
5773
5774/* Raise frame F. */
791f420f 5775void
ee78dc32
GV
5776x_raise_frame (f)
5777 struct frame *f;
5778{
689004fa
GV
5779 BLOCK_INPUT;
5780
5781 /* Strictly speaking, raise-frame should only change the frame's Z
5782 order, leaving input focus unchanged. This is reasonable behaviour
5783 on X where the usual policy is point-to-focus. However, this
5784 behaviour would be very odd on Windows where the usual policy is
5785 click-to-focus.
5786
5787 On X, if the mouse happens to be over the raised frame, it gets
5788 input focus anyway (so the window with focus will never be
5789 completely obscured) - if not, then just moving the mouse over it
5790 is sufficient to give it focus. On Windows, the user must actually
5791 click on the frame (preferrably the title bar so as not to move
5792 point), which is more awkward. Also, no other Windows program
5793 raises a window to the top but leaves another window (possibly now
5794 completely obscured) with input focus.
5795
5796 Because there is a system setting on Windows that allows the user
5797 to choose the point to focus policy, we make the strict semantics
5798 optional, but by default we grab focus when raising. */
5799
5800 if (NILP (Vw32_grab_focus_on_raise))
ee78dc32 5801 {
689004fa
GV
5802 /* The obvious call to my_set_window_pos doesn't work if Emacs is
5803 not already the foreground application: the frame is raised
5804 above all other frames belonging to us, but not above the
5805 current top window. To achieve that, we have to resort to this
5806 more cumbersome method. */
5807
5808 HDWP handle = BeginDeferWindowPos (2);
5809 if (handle)
5810 {
5811 DeferWindowPos (handle,
5812 FRAME_W32_WINDOW (f),
5813 HWND_TOP,
5814 0, 0, 0, 0,
5815 SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
5816
5817 DeferWindowPos (handle,
5818 GetForegroundWindow (),
5819 FRAME_W32_WINDOW (f),
5820 0, 0, 0, 0,
5821 SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
5822
5823 EndDeferWindowPos (handle);
5824 }
ee78dc32 5825 }
689004fa
GV
5826 else
5827 {
ef0e360f 5828 my_set_foreground_window (FRAME_W32_WINDOW (f));
689004fa
GV
5829 }
5830
5831 UNBLOCK_INPUT;
ee78dc32
GV
5832}
5833
5834/* Lower frame F. */
791f420f 5835void
ee78dc32
GV
5836x_lower_frame (f)
5837 struct frame *f;
5838{
689004fa
GV
5839 BLOCK_INPUT;
5840 my_set_window_pos (FRAME_W32_WINDOW (f),
5841 HWND_BOTTOM,
5842 0, 0, 0, 0,
5843 SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
5844 UNBLOCK_INPUT;
ee78dc32
GV
5845}
5846
5847static void
ec48c3a7 5848w32_frame_raise_lower (f, raise_flag)
ee78dc32 5849 FRAME_PTR f;
ec48c3a7 5850 int raise_flag;
ee78dc32 5851{
7e6ac5b9
AI
5852 if (! FRAME_W32_P (f))
5853 return;
5854
ec48c3a7 5855 if (raise_flag)
ee78dc32
GV
5856 x_raise_frame (f);
5857 else
5858 x_lower_frame (f);
5859}
5860\f
5861/* Change of visibility. */
5862
5863/* This tries to wait until the frame is really visible.
5864 However, if the window manager asks the user where to position
5865 the frame, this will return before the user finishes doing that.
5866 The frame will not actually be visible at that time,
5867 but it will become visible later when the window manager
5868 finishes with it. */
5869
ec48c3a7 5870void
ee78dc32
GV
5871x_make_frame_visible (f)
5872 struct frame *f;
5873{
7f5d1df8
GV
5874 Lisp_Object type;
5875
ee78dc32
GV
5876 BLOCK_INPUT;
5877
7f5d1df8
GV
5878 type = x_icon_type (f);
5879 if (!NILP (type))
5880 x_bitmap_icon (f, type);
5881
ee78dc32
GV
5882 if (! FRAME_VISIBLE_P (f))
5883 {
5884 /* We test FRAME_GARBAGED_P here to make sure we don't
5885 call x_set_offset a second time
5886 if we get to x_make_frame_visible a second time
5887 before the window gets really visible. */
5888 if (! FRAME_ICONIFIED_P (f)
fbd6baed 5889 && ! f->output_data.w32->asked_for_visible)
fbd6baed 5890 x_set_offset (f, f->output_data.w32->left_pos, f->output_data.w32->top_pos, 0);
ee78dc32 5891
fbd6baed 5892 f->output_data.w32->asked_for_visible = 1;
52cf03a1 5893
4d6e8199 5894/* my_show_window (f, FRAME_W32_WINDOW (f), f->async_iconified ? SW_RESTORE : SW_SHOW); */
689004fa 5895 my_show_window (f, FRAME_W32_WINDOW (f), SW_SHOWNORMAL);
ee78dc32
GV
5896 }
5897
5898 /* Synchronize to ensure Emacs knows the frame is visible
5899 before we do anything else. We do this loop with input not blocked
5900 so that incoming events are handled. */
5901 {
5902 Lisp_Object frame;
791f420f 5903 int count;
ee78dc32
GV
5904
5905 /* This must come after we set COUNT. */
5906 UNBLOCK_INPUT;
5907
5908 XSETFRAME (frame, f);
5909
791f420f
JR
5910 /* Wait until the frame is visible. Process X events until a
5911 MapNotify event has been seen, or until we think we won't get a
5912 MapNotify at all.. */
5913 for (count = input_signal_count + 10;
5914 input_signal_count < count && !FRAME_VISIBLE_P (f);)
ee78dc32 5915 {
791f420f 5916 /* Force processing of queued events. */
01b220b6 5917 /* TODO: x_sync equivalent? */
791f420f 5918
ee78dc32
GV
5919 /* Machines that do polling rather than SIGIO have been observed
5920 to go into a busy-wait here. So we'll fake an alarm signal
5921 to let the handler know that there's something to be read.
5922 We used to raise a real alarm, but it seems that the handler
5923 isn't always enabled here. This is probably a bug. */
5924 if (input_polling_used ())
5925 {
5926 /* It could be confusing if a real alarm arrives while processing
5927 the fake one. Turn it off and let the handler reset it. */
a9b4e0ec
AI
5928 int old_poll_suppress_count = poll_suppress_count;
5929 poll_suppress_count = 1;
5930 poll_for_input_1 ();
5931 poll_suppress_count = old_poll_suppress_count;
ee78dc32 5932 }
ee78dc32
GV
5933 }
5934 FRAME_SAMPLE_VISIBILITY (f);
5935 }
5936}
5937
5938/* Change from mapped state to withdrawn state. */
5939
5940/* Make the frame visible (mapped and not iconified). */
5941
5942x_make_frame_invisible (f)
5943 struct frame *f;
5944{
ee78dc32 5945 /* Don't keep the highlight on an invisible frame. */
4baaed0f
KS
5946 if (FRAME_W32_DISPLAY_INFO (f)->x_highlight_frame == f)
5947 FRAME_W32_DISPLAY_INFO (f)->x_highlight_frame = 0;
d67d1627 5948
ee78dc32 5949 BLOCK_INPUT;
d67d1627 5950
689004fa 5951 my_show_window (f, FRAME_W32_WINDOW (f), SW_HIDE);
d67d1627 5952
ee78dc32
GV
5953 /* We can't distinguish this from iconification
5954 just by the event that we get from the server.
5955 So we can't win using the usual strategy of letting
5956 FRAME_SAMPLE_VISIBILITY set this. So do it by hand,
5957 and synchronize with the server to make sure we agree. */
5958 f->visible = 0;
5959 FRAME_ICONIFIED_P (f) = 0;
5960 f->async_visible = 0;
5961 f->async_iconified = 0;
d67d1627 5962
ee78dc32
GV
5963 UNBLOCK_INPUT;
5964}
5965
5966/* Change window state from mapped to iconified. */
5967
52cf03a1
GV
5968void
5969x_iconify_frame (f)
ee78dc32
GV
5970 struct frame *f;
5971{
7f5d1df8 5972 Lisp_Object type;
ee78dc32
GV
5973
5974 /* Don't keep the highlight on an invisible frame. */
4baaed0f
KS
5975 if (FRAME_W32_DISPLAY_INFO (f)->x_highlight_frame == f)
5976 FRAME_W32_DISPLAY_INFO (f)->x_highlight_frame = 0;
ee78dc32
GV
5977
5978 if (f->async_iconified)
5979 return;
5980
5981 BLOCK_INPUT;
5982
7f5d1df8
GV
5983 type = x_icon_type (f);
5984 if (!NILP (type))
5985 x_bitmap_icon (f, type);
5986
689004fa 5987 /* Simulate the user minimizing the frame. */
4934bcdd 5988 SendMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, SC_MINIMIZE, 0);
ee78dc32
GV
5989
5990 UNBLOCK_INPUT;
5991}
c2cc16fa 5992
ee78dc32 5993\f
25badd7a 5994/* Free X resources of frame F. */
ee78dc32 5995
25badd7a
AI
5996void
5997x_free_frame_resources (f)
ee78dc32
GV
5998 struct frame *f;
5999{
fbd6baed 6000 struct w32_display_info *dpyinfo = FRAME_W32_DISPLAY_INFO (f);
ee78dc32
GV
6001
6002 BLOCK_INPUT;
6003
25badd7a
AI
6004 if (FRAME_W32_WINDOW (f))
6005 my_destroy_window (f, FRAME_W32_WINDOW (f));
d67d1627 6006
ee78dc32 6007 free_frame_menubar (f);
ee78dc32 6008
25badd7a
AI
6009 unload_color (f, f->output_data.x->foreground_pixel);
6010 unload_color (f, f->output_data.x->background_pixel);
6011 unload_color (f, f->output_data.w32->cursor_pixel);
6012 unload_color (f, f->output_data.w32->cursor_foreground_pixel);
6013 unload_color (f, f->output_data.w32->border_pixel);
6014 unload_color (f, f->output_data.w32->mouse_pixel);
c2cc16fa
JR
6015 if (f->output_data.w32->white_relief.allocated_p)
6016 unload_color (f, f->output_data.w32->white_relief.pixel);
6017 if (f->output_data.w32->black_relief.allocated_p)
6018 unload_color (f, f->output_data.w32->black_relief.pixel);
6019
25badd7a
AI
6020 if (FRAME_FACE_CACHE (f))
6021 free_frame_faces (f);
d67d1627 6022
fbd6baed 6023 xfree (f->output_data.w32);
25badd7a 6024 f->output_data.w32 = NULL;
d67d1627 6025
fbd6baed
GV
6026 if (f == dpyinfo->w32_focus_frame)
6027 dpyinfo->w32_focus_frame = 0;
6028 if (f == dpyinfo->w32_focus_event_frame)
6029 dpyinfo->w32_focus_event_frame = 0;
4baaed0f
KS
6030 if (f == dpyinfo->x_highlight_frame)
6031 dpyinfo->x_highlight_frame = 0;
ee78dc32 6032
ee78dc32
GV
6033 if (f == dpyinfo->mouse_face_mouse_frame)
6034 {
6035 dpyinfo->mouse_face_beg_row
6036 = dpyinfo->mouse_face_beg_col = -1;
6037 dpyinfo->mouse_face_end_row
6038 = dpyinfo->mouse_face_end_col = -1;
6039 dpyinfo->mouse_face_window = Qnil;
25badd7a
AI
6040 dpyinfo->mouse_face_deferred_gc = 0;
6041 dpyinfo->mouse_face_mouse_frame = 0;
ee78dc32
GV
6042 }
6043
6044 UNBLOCK_INPUT;
6045}
25badd7a
AI
6046
6047
6048/* Destroy the window of frame F. */
6049
6050x_destroy_window (f)
6051 struct frame *f;
6052{
6053 struct w32_display_info *dpyinfo = FRAME_W32_DISPLAY_INFO (f);
6054
6055 x_free_frame_resources (f);
6056
6057 dpyinfo->reference_count--;
6058}
c2cc16fa 6059
ee78dc32
GV
6060\f
6061/* Setting window manager hints. */
6062
6063/* Set the normal size hints for the window manager, for frame F.
6064 FLAGS is the flags word to use--or 0 meaning preserve the flags
6065 that the window now has.
6066 If USER_POSITION is nonzero, we set the USPosition
6067 flag (this is useful when FLAGS is 0). */
791f420f 6068void
ee78dc32
GV
6069x_wm_set_size_hint (f, flags, user_position)
6070 struct frame *f;
6071 long flags;
6072 int user_position;
6073{
fbd6baed 6074 Window window = FRAME_W32_WINDOW (f);
ee78dc32 6075
97c23857 6076 enter_crit ();
ee78dc32 6077
689004fa
GV
6078 SetWindowLong (window, WND_FONTWIDTH_INDEX, FONT_WIDTH (f->output_data.w32->font));
6079 SetWindowLong (window, WND_LINEHEIGHT_INDEX, f->output_data.w32->line_height);
6080 SetWindowLong (window, WND_BORDER_INDEX, f->output_data.w32->internal_border_width);
6081 SetWindowLong (window, WND_SCROLLBAR_INDEX, f->output_data.w32->vertical_scroll_bar_extra);
ee78dc32 6082
97c23857 6083 leave_crit ();
ee78dc32
GV
6084}
6085
6086/* Window manager things */
6087x_wm_set_icon_position (f, icon_x, icon_y)
6088 struct frame *f;
6089 int icon_x, icon_y;
6090{
6091#if 0
fbd6baed 6092 Window window = FRAME_W32_WINDOW (f);
ee78dc32
GV
6093
6094 f->display.x->wm_hints.flags |= IconPositionHint;
6095 f->display.x->wm_hints.icon_x = icon_x;
6096 f->display.x->wm_hints.icon_y = icon_y;
6097
6098 XSetWMHints (FRAME_X_DISPLAY (f), window, &f->display.x->wm_hints);
6099#endif
6100}
6101
c2cc16fa
JR
6102\f
6103/***********************************************************************
6104 Fonts
6105 ***********************************************************************/
6106
6107/* The following functions are listed here to help diff stay in step
6108 with xterm.c. See w32fns.c for definitions.
6109
6110x_get_font_info (f, font_idx)
6111x_list_fonts (f, pattern, size, maxnames)
6112
6113 */
6114
6115#if GLYPH_DEBUG
6116
6117/* Check that FONT is valid on frame F. It is if it can be found in F's
6118 font table. */
6119
6120static void
6121x_check_font (f, font)
6122 struct frame *f;
6123 XFontStruct *font;
6124{
6125 int i;
6126 struct w32_display_info *dpyinfo = FRAME_W32_DISPLAY_INFO (f);
6127
6128 xassert (font != NULL);
9ef2e2cf 6129
c2cc16fa 6130 for (i = 0; i < dpyinfo->n_fonts; i++)
d67d1627 6131 if (dpyinfo->font_table[i].name
c2cc16fa
JR
6132 && font == dpyinfo->font_table[i].font)
6133 break;
6134
6135 xassert (i < dpyinfo->n_fonts);
6136}
6137
6138#endif /* GLYPH_DEBUG != 0 */
6139
6140/* Set *W to the minimum width, *H to the minimum font height of FONT.
6141 Note: There are (broken) X fonts out there with invalid XFontStruct
6142 min_bounds contents. For example, handa@etl.go.jp reports that
6143 "-adobe-courier-medium-r-normal--*-180-*-*-m-*-iso8859-1" fonts
6144 have font->min_bounds.width == 0. */
6145
6146static INLINE void
6147x_font_min_bounds (font, w, h)
6148 XFontStruct *font;
6149 int *w, *h;
6150{
6151 /*
6152 * TODO: Windows does not appear to offer min bound, only
6153 * average and maximum width, and maximum height.
6154 */
6155 *h = FONT_HEIGHT (font);
6156 *w = FONT_WIDTH (font);
6157}
6158
6159
6160/* Compute the smallest character width and smallest font height over
6161 all fonts available on frame F. Set the members smallest_char_width
6162 and smallest_font_height in F's x_display_info structure to
6163 the values computed. Value is non-zero if smallest_font_height or
6164 smallest_char_width become smaller than they were before. */
6165
6166int
6167x_compute_min_glyph_bounds (f)
6168 struct frame *f;
6169{
6170 int i;
6171 struct w32_display_info *dpyinfo = FRAME_W32_DISPLAY_INFO (f);
6172 XFontStruct *font;
6173 int old_width = dpyinfo->smallest_char_width;
6174 int old_height = dpyinfo->smallest_font_height;
d67d1627 6175
c2cc16fa
JR
6176 dpyinfo->smallest_font_height = 100000;
6177 dpyinfo->smallest_char_width = 100000;
d67d1627 6178
c2cc16fa
JR
6179 for (i = 0; i < dpyinfo->n_fonts; ++i)
6180 if (dpyinfo->font_table[i].name)
6181 {
6182 struct font_info *fontp = dpyinfo->font_table + i;
6183 int w, h;
d67d1627 6184
c2cc16fa
JR
6185 font = (XFontStruct *) fontp->font;
6186 xassert (font != (XFontStruct *) ~0);
6187 x_font_min_bounds (font, &w, &h);
d67d1627 6188
c2cc16fa
JR
6189 dpyinfo->smallest_font_height = min (dpyinfo->smallest_font_height, h);
6190 dpyinfo->smallest_char_width = min (dpyinfo->smallest_char_width, w);
6191 }
6192
6193 xassert (dpyinfo->smallest_char_width > 0
6194 && dpyinfo->smallest_font_height > 0);
6195
6196 return (dpyinfo->n_fonts == 1
6197 || dpyinfo->smallest_char_width < old_width
6198 || dpyinfo->smallest_font_height < old_height);
6199}
6200
6201/* The following functions are listed here to help diff stay in step
6202 with xterm.c. See w32fns.c for definitions.
6203
6204x_load_font (f, fontname, size)
6205x_query_font (f, fontname)
6206x_find_ccl_program (fontp)
6207
6208*/
ee78dc32 6209\f
791f420f
JR
6210/***********************************************************************
6211 Initialization
6212 ***********************************************************************/
ee78dc32 6213
fbd6baed 6214static int w32_initialized = 0;
ee78dc32 6215
f7737f5d
JR
6216void
6217w32_initialize_display_info (display_name)
6218 Lisp_Object display_name;
6219{
6220 struct w32_display_info *dpyinfo = &one_w32_display_info;
6221
6222 bzero (dpyinfo, sizeof (*dpyinfo));
6223
6224 /* Put it on w32_display_name_list. */
6225 w32_display_name_list = Fcons (Fcons (display_name, Qnil),
6226 w32_display_name_list);
6227 dpyinfo->name_list_element = XCAR (w32_display_name_list);
d67d1627 6228
f7737f5d 6229 dpyinfo->w32_id_name
d5db4077
KR
6230 = (char *) xmalloc (SCHARS (Vinvocation_name)
6231 + SCHARS (Vsystem_name)
f7737f5d
JR
6232 + 2);
6233 sprintf (dpyinfo->w32_id_name, "%s@%s",
d5db4077 6234 SDATA (Vinvocation_name), SDATA (Vsystem_name));
f7737f5d
JR
6235
6236 /* Default Console mode values - overridden when running in GUI mode
6237 with values obtained from system metrics. */
6238 dpyinfo->resx = 1;
6239 dpyinfo->resy = 1;
6240 dpyinfo->height_in = 1;
6241 dpyinfo->width_in = 1;
6242 dpyinfo->n_planes = 1;
6243 dpyinfo->n_cbits = 4;
6244 dpyinfo->n_fonts = 0;
6245 dpyinfo->smallest_font_height = 1;
6246 dpyinfo->smallest_char_width = 1;
6247
6248 dpyinfo->mouse_face_beg_row = dpyinfo->mouse_face_beg_col = -1;
6249 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;
6250 dpyinfo->mouse_face_face_id = DEFAULT_FACE_ID;
6251 dpyinfo->mouse_face_window = Qnil;
9f5a911b 6252 dpyinfo->mouse_face_overlay = Qnil;
3d26a7c2 6253 dpyinfo->mouse_face_hidden = 0;
2bf04b9d
JR
6254
6255 dpyinfo->vertical_scroll_bar_cursor = w32_load_cursor (IDC_ARROW);
01b220b6 6256 /* TODO: dpyinfo->gray */
f7737f5d
JR
6257
6258}
6259
c13a8a91
JB
6260/* Create an xrdb-style database of resources to supercede registry settings.
6261 The database is just a concatenation of C strings, finished by an additional
6262 \0. The string are submitted to some basic normalization, so
6263
6264 [ *]option[ *]:[ *]value...
6265
6266 becomes
6267
6268 option:value...
6269
6270 but any whitespace following value is not removed. */
6271
6272static char *
6273w32_make_rdb (xrm_option)
6274 char *xrm_option;
6275{
6276 char *buffer = xmalloc (strlen (xrm_option) + 2);
6277 char *current = buffer;
6278 char ch;
6279 int in_option = 1;
6280 int before_value = 0;
6281
6282 do {
6283 ch = *xrm_option++;
6284
6285 if (ch == '\n')
6286 {
6287 *current++ = '\0';
6288 in_option = 1;
6289 before_value = 0;
6290 }
6291 else if (ch != ' ')
6292 {
6293 *current++ = ch;
6294 if (in_option && (ch == ':'))
6295 {
6296 in_option = 0;
6297 before_value = 1;
6298 }
6299 else if (before_value)
6300 {
6301 before_value = 0;
6302 }
6303 }
6304 else if (!(in_option || before_value))
6305 {
6306 *current++ = ch;
6307 }
6308 } while (ch);
6309
6310 *current = '\0';
6311
6312 return buffer;
6313}
6314
fbd6baed
GV
6315struct w32_display_info *
6316w32_term_init (display_name, xrm_option, resource_name)
ee78dc32
GV
6317 Lisp_Object display_name;
6318 char *xrm_option;
6319 char *resource_name;
6320{
fbd6baed 6321 struct w32_display_info *dpyinfo;
ee78dc32 6322 HDC hdc;
d67d1627 6323
ee78dc32 6324 BLOCK_INPUT;
d67d1627 6325
fbd6baed 6326 if (!w32_initialized)
ee78dc32 6327 {
fbd6baed
GV
6328 w32_initialize ();
6329 w32_initialized = 1;
ee78dc32 6330 }
d67d1627 6331
f7737f5d 6332 w32_initialize_display_info (display_name);
ee78dc32 6333
f7737f5d 6334 dpyinfo = &one_w32_display_info;
8c3b00cb 6335
c13a8a91
JB
6336 dpyinfo->xrdb = xrm_option ? w32_make_rdb (xrm_option) : NULL;
6337
8c3b00cb
AI
6338 /* Put this display on the chain. */
6339 dpyinfo->next = x_display_list;
6340 x_display_list = dpyinfo;
d67d1627 6341
52cf03a1 6342 hdc = GetDC (GetDesktopWindow ());
791f420f 6343
ee78dc32
GV
6344 dpyinfo->height = GetDeviceCaps (hdc, VERTRES);
6345 dpyinfo->width = GetDeviceCaps (hdc, HORZRES);
6346 dpyinfo->root_window = GetDesktopWindow ();
6347 dpyinfo->n_planes = GetDeviceCaps (hdc, PLANES);
6348 dpyinfo->n_cbits = GetDeviceCaps (hdc, BITSPIXEL);
55689ab1
JR
6349 dpyinfo->resx = GetDeviceCaps (hdc, LOGPIXELSX);
6350 dpyinfo->resy = GetDeviceCaps (hdc, LOGPIXELSY);
52cf03a1 6351 dpyinfo->has_palette = GetDeviceCaps (hdc, RASTERCAPS) & RC_PALETTE;
791f420f 6352 dpyinfo->image_cache = make_image_cache ();
55689ab1
JR
6353 dpyinfo->height_in = dpyinfo->height / dpyinfo->resx;
6354 dpyinfo->width_in = dpyinfo->width / dpyinfo->resy;
ee78dc32 6355 ReleaseDC (GetDesktopWindow (), hdc);
52cf03a1
GV
6356
6357 /* initialise palette with white and black */
6358 {
316ed821 6359 XColor color;
55689ab1
JR
6360 w32_defined_color (0, "white", &color, 1);
6361 w32_defined_color (0, "black", &color, 1);
52cf03a1
GV
6362 }
6363
b6ae1532
KS
6364 /* Create Fringe Bitmaps and store them for later use.
6365
6366 On W32, bitmaps are all unsigned short, as Windows requires
6367 bitmap data to be Word aligned. For some reason they are
6368 horizontally reflected compared to how they appear on X, so we
6369 need to bitswap and convert to unsigned shorts before creating
6370 the bitmaps. */
6371 {
6372 int i, j;
6373
6374 for (i = NO_FRINGE_BITMAP + 1; i < MAX_FRINGE_BITMAPS; i++)
6375 {
6376 int h = fringe_bitmaps[i].height;
6377 int wd = fringe_bitmaps[i].width;
6378 unsigned short *w32bits
6379 = (unsigned short *)alloca (h * sizeof (unsigned short));
6380 unsigned short *wb = w32bits;
6381 unsigned char *bits = fringe_bitmaps[i].bits;
6382 for (j = 0; j < h; j++)
6383 {
6384 static unsigned char swap_nibble[16]
6385 = { 0x0, 0x8, 0x4, 0xc, /* 0000 1000 0100 1100 */
6386 0x2, 0xa, 0x6, 0xe, /* 0010 1010 0110 1110 */
6387 0x1, 0x9, 0x5, 0xd, /* 0001 1001 0101 1101 */
6388 0x3, 0xb, 0x7, 0xf }; /* 0011 1011 0111 1111 */
6389
6390 unsigned char b = *bits++;
6391 *wb++ = (unsigned short)((swap_nibble[b & 0xf]<<4)
6392 | (swap_nibble[(b>>4) & 0xf]));
6393 }
6394 fringe_bmp[i] = CreateBitmap (wd, h, 1, 1, w32bits);
6395 }
6396 }
f7737f5d 6397
ee78dc32
GV
6398#ifndef F_SETOWN_BUG
6399#ifdef F_SETOWN
6400#ifdef F_SETOWN_SOCK_NEG
6401 /* stdin is a socket here */
6402 fcntl (connection, F_SETOWN, -getpid ());
6403#else /* ! defined (F_SETOWN_SOCK_NEG) */
6404 fcntl (connection, F_SETOWN, getpid ());
6405#endif /* ! defined (F_SETOWN_SOCK_NEG) */
6406#endif /* ! defined (F_SETOWN) */
6407#endif /* F_SETOWN_BUG */
6408
6409#ifdef SIGIO
6410 if (interrupt_input)
6411 init_sigio (connection);
6412#endif /* ! defined (SIGIO) */
6413
6414 UNBLOCK_INPUT;
6415
6416 return dpyinfo;
6417}
6418\f
6419/* Get rid of display DPYINFO, assuming all frames are already gone. */
6420
6421void
6422x_delete_display (dpyinfo)
fbd6baed 6423 struct w32_display_info *dpyinfo;
ee78dc32 6424{
fbd6baed 6425 /* Discard this display from w32_display_name_list and w32_display_list.
ee78dc32 6426 We can't use Fdelq because that can quit. */
fbd6baed 6427 if (! NILP (w32_display_name_list)
8e713be6
KR
6428 && EQ (XCAR (w32_display_name_list), dpyinfo->name_list_element))
6429 w32_display_name_list = XCDR (w32_display_name_list);
ee78dc32
GV
6430 else
6431 {
6432 Lisp_Object tail;
6433
fbd6baed 6434 tail = w32_display_name_list;
8e713be6 6435 while (CONSP (tail) && CONSP (XCDR (tail)))
ee78dc32 6436 {
f7737f5d 6437 if (EQ (XCAR (XCDR (tail)), dpyinfo->name_list_element))
ee78dc32 6438 {
f3fbd155 6439 XSETCDR (tail, XCDR (XCDR (tail)));
ee78dc32
GV
6440 break;
6441 }
8e713be6 6442 tail = XCDR (tail);
ee78dc32
GV
6443 }
6444 }
6445
52cf03a1
GV
6446 /* free palette table */
6447 {
fbd6baed 6448 struct w32_palette_entry * plist;
52cf03a1
GV
6449
6450 plist = dpyinfo->color_list;
6451 while (plist)
6452 {
fbd6baed 6453 struct w32_palette_entry * pentry = plist;
52cf03a1 6454 plist = plist->next;
9127e20e 6455 xfree (pentry);
52cf03a1
GV
6456 }
6457 dpyinfo->color_list = NULL;
6458 if (dpyinfo->palette)
6459 DeleteObject(dpyinfo->palette);
6460 }
ee78dc32 6461 xfree (dpyinfo->font_table);
fbd6baed 6462 xfree (dpyinfo->w32_id_name);
f7737f5d
JR
6463
6464 /* Destroy row bitmaps. */
b6ae1532
KS
6465 {
6466 int i;
6467
6468 for (i = NO_FRINGE_BITMAP + 1; i < MAX_FRINGE_BITMAPS; i++)
6469 DeleteObject (fringe_bmp[i]);
6470 }
ee78dc32
GV
6471}
6472\f
fbd6baed 6473/* Set up use of W32. */
ee78dc32 6474
689004fa 6475DWORD w32_msg_worker ();
ee78dc32 6476
791f420f
JR
6477void
6478x_flush (struct frame * f)
6479{ /* Nothing to do */ }
6480
6481static struct redisplay_interface w32_redisplay_interface =
6482{
6483 x_produce_glyphs,
6484 x_write_glyphs,
6485 x_insert_glyphs,
6486 x_clear_end_of_line,
6487 x_scroll_run,
6488 x_after_update_window_line,
6489 x_update_window_begin,
6490 x_update_window_end,
89271099 6491 x_cursor_to,
791f420f 6492 x_flush,
89271099
KS
6493 0, /* flush_display_optional */
6494 x_clear_window_mouse_face,
6b6bd726 6495 w32_get_glyph_overhangs,
b6ae1532 6496 x_fix_overlapping_area,
6b6bd726
KS
6497 w32_draw_fringe_bitmap,
6498 w32_per_char_metric,
6499 w32_encode_char,
6500 NULL, /* w32_compute_glyph_string_overhangs */
89271099
KS
6501 x_draw_glyph_string,
6502 w32_define_frame_cursor,
6503 w32_clear_frame_area,
6504 w32_draw_window_cursor,
6505 w32_draw_vertical_window_border,
6506 w32_shift_glyphs_for_insert
791f420f
JR
6507};
6508
6509void
fbd6baed
GV
6510w32_initialize ()
6511{
791f420f
JR
6512 rif = &w32_redisplay_interface;
6513
96214669
GV
6514 /* MSVC does not type K&R functions with no arguments correctly, and
6515 so we must explicitly cast them. */
791f420f 6516 clear_frame_hook = (void (*)(void)) x_clear_frame;
96214669 6517 ring_bell_hook = (void (*)(void)) w32_ring_bell;
791f420f
JR
6518 update_begin_hook = x_update_begin;
6519 update_end_hook = x_update_end;
0f32f023 6520
ee78dc32 6521 read_socket_hook = w32_read_socket;
0f32f023 6522
fbd6baed 6523 frame_up_to_date_hook = w32_frame_up_to_date;
0f32f023 6524
fbd6baed
GV
6525 mouse_position_hook = w32_mouse_position;
6526 frame_rehighlight_hook = w32_frame_rehighlight;
6527 frame_raise_lower_hook = w32_frame_raise_lower;
6528 set_vertical_scroll_bar_hook = w32_set_vertical_scroll_bar;
6529 condemn_scroll_bars_hook = w32_condemn_scroll_bars;
6530 redeem_scroll_bar_hook = w32_redeem_scroll_bar;
6531 judge_scroll_bars_hook = w32_judge_scroll_bars;
ee78dc32
GV
6532
6533 scroll_region_ok = 1; /* we'll scroll partial frames */
49be9f70 6534 char_ins_del_ok = 1;
ee78dc32
GV
6535 line_ins_del_ok = 1; /* we'll just blt 'em */
6536 fast_clear_end_of_line = 1; /* X does this well */
6537 memory_below_frame = 0; /* we don't remember what scrolls
6538 off the bottom */
6539 baud_rate = 19200;
6540
abb15ebd
JR
6541 w32_system_caret_hwnd = NULL;
6542 w32_system_caret_height = 0;
abb15ebd
JR
6543 w32_system_caret_x = 0;
6544 w32_system_caret_y = 0;
6545
791f420f
JR
6546 last_tool_bar_item = -1;
6547 any_help_event_p = 0;
6548
689004fa
GV
6549 /* Initialize input mode: interrupt_input off, no flow control, allow
6550 8 bit character input, standard quit char. */
6551 Fset_input_mode (Qnil, Qnil, make_number (2), Qnil);
ee78dc32
GV
6552
6553 /* Create the window thread - it will terminate itself or when the app terminates */
6554
6555 init_crit ();
6556
6557 dwMainThreadId = GetCurrentThreadId ();
d67d1627 6558 DuplicateHandle (GetCurrentProcess (), GetCurrentThread (),
ee78dc32
GV
6559 GetCurrentProcess (), &hMainThread, 0, TRUE, DUPLICATE_SAME_ACCESS);
6560
6561 /* Wait for thread to start */
6562
6563 {
6564 MSG msg;
6565
6566 PeekMessage (&msg, NULL, 0, 0, PM_NOREMOVE);
6567
d67d1627
JB
6568 hWindowsThread = CreateThread (NULL, 0,
6569 (LPTHREAD_START_ROUTINE) w32_msg_worker,
e9e23e23 6570 0, 0, &dwWindowsThreadId);
ee78dc32
GV
6571
6572 GetMessage (&msg, NULL, WM_EMACS_DONE, WM_EMACS_DONE);
6573 }
d67d1627 6574
52cf03a1 6575 /* It is desirable that mainThread should have the same notion of
e9e23e23 6576 focus window and active window as windowsThread. Unfortunately, the
52cf03a1
GV
6577 following call to AttachThreadInput, which should do precisely what
6578 we need, causes major problems when Emacs is linked as a console
6579 program. Unfortunately, we have good reasons for doing that, so
e9e23e23 6580 instead we need to send messages to windowsThread to make some API
52cf03a1
GV
6581 calls for us (ones that affect, or depend on, the active/focus
6582 window state. */
6583#ifdef ATTACH_THREADS
e9e23e23 6584 AttachThreadInput (dwMainThreadId, dwWindowsThreadId, TRUE);
52cf03a1 6585#endif
689004fa
GV
6586
6587 /* Dynamically link to optional system components. */
6588 {
6589 HANDLE user_lib = LoadLibrary ("user32.dll");
6590
6591#define LOAD_PROC(fn) pfn##fn = (void *) GetProcAddress (user_lib, #fn)
6592
6593 /* New proportional scroll bar functions. */
9127e20e
JR
6594 LOAD_PROC (SetScrollInfo);
6595 LOAD_PROC (GetScrollInfo);
689004fa
GV
6596
6597#undef LOAD_PROC
6598
6599 FreeLibrary (user_lib);
6600
6601 /* If using proportional scroll bars, ensure handle is at least 5 pixels;
6602 otherwise use the fixed height. */
6603 vertical_scroll_bar_min_handle = (pfnSetScrollInfo != NULL) ? 5 :
6604 GetSystemMetrics (SM_CYVTHUMB);
6605
6606 /* For either kind of scroll bar, take account of the arrows; these
6607 effectively form the border of the main scroll bar range. */
6608 vertical_scroll_bar_top_border = vertical_scroll_bar_bottom_border
6609 = GetSystemMetrics (SM_CYVSCROLL);
6610 }
ee78dc32
GV
6611}
6612
6613void
fbd6baed 6614syms_of_w32term ()
ee78dc32 6615{
fbd6baed
GV
6616 staticpro (&w32_display_name_list);
6617 w32_display_name_list = Qnil;
ee78dc32
GV
6618
6619 staticpro (&last_mouse_scroll_bar);
6620 last_mouse_scroll_bar = Qnil;
6621
6622 staticpro (&Qvendor_specific_keysyms);
6623 Qvendor_specific_keysyms = intern ("vendor-specific-keysyms");
52cf03a1 6624
fbd6baed
GV
6625 DEFVAR_INT ("w32-num-mouse-buttons",
6626 &Vw32_num_mouse_buttons,
33f09670 6627 doc: /* Number of physical mouse buttons. */);
fbd6baed 6628 Vw32_num_mouse_buttons = Qnil;
52cf03a1 6629
fbd6baed
GV
6630 DEFVAR_LISP ("w32-swap-mouse-buttons",
6631 &Vw32_swap_mouse_buttons,
33f09670
JR
6632 doc: /* Swap the mapping of middle and right mouse buttons.
6633When nil, middle button is mouse-2 and right button is mouse-3. */);
fbd6baed 6634 Vw32_swap_mouse_buttons = Qnil;
689004fa
GV
6635
6636 DEFVAR_LISP ("w32-grab-focus-on-raise",
6637 &Vw32_grab_focus_on_raise,
33f09670
JR
6638 doc: /* Raised frame grabs input focus.
6639When t, `raise-frame' grabs input focus as well. This fits well
6640with the normal Windows click-to-focus policy, but might not be
6641desirable when using a point-to-focus policy. */);
689004fa
GV
6642 Vw32_grab_focus_on_raise = Qt;
6643
6644 DEFVAR_LISP ("w32-capslock-is-shiftlock",
6645 &Vw32_capslock_is_shiftlock,
33f09670
JR
6646 doc: /* Apply CapsLock state to non character input keys.
6647When nil, CapsLock only affects normal character input keys. */);
689004fa 6648 Vw32_capslock_is_shiftlock = Qnil;
ef0e360f
GV
6649
6650 DEFVAR_LISP ("w32-recognize-altgr",
6651 &Vw32_recognize_altgr,
33f09670
JR
6652 doc: /* Recognize right-alt and left-ctrl as AltGr.
6653When nil, the right-alt and left-ctrl key combination is
d67d1627 6654interpreted normally. */);
ef0e360f 6655 Vw32_recognize_altgr = Qt;
bc6af935 6656
484fa2c1
GV
6657 DEFVAR_BOOL ("w32-enable-unicode-output",
6658 &w32_enable_unicode_output,
33f09670
JR
6659 doc: /* Enable the use of Unicode for text output if non-nil.
6660Unicode output may prevent some third party applications for displaying
6661Far-East Languages on Windows 95/98 from working properly.
6662NT uses Unicode internally anyway, so this flag will probably have no
6663affect on NT machines. */);
484fa2c1 6664 w32_enable_unicode_output = 1;
a1b9438c 6665
99558ce8
JR
6666 DEFVAR_BOOL ("w32-use-visible-system-caret",
6667 &w32_use_visible_system_caret,
6668 doc: /* Flag to make the system caret visible.
6669When this is non-nil, Emacs will indicate the position of point by
6670using the system caret instead of drawing its own cursor. Some screen
6671reader software does not track the system cursor properly when it is
6672invisible, and gets confused by Emacs drawing its own cursor, so this
d67d1627 6673variable is initialized to t when Emacs detects that screen reader
99558ce8
JR
6674software is running as it starts up.
6675
6676When this variable is set, other variables affecting the appearance of
6677the cursor have no effect. */);
6678
6679 /* Initialize w32_use_visible_system_caret based on whether a screen
6680 reader is in use. */
ab76d376
JR
6681 if (!SystemParametersInfo (SPI_GETSCREENREADER, 0,
6682 &w32_use_visible_system_caret, 0))
6683 w32_use_visible_system_caret = 0;
99558ce8 6684
5bf04520 6685 DEFVAR_LISP ("x-toolkit-scroll-bars", &Vx_toolkit_scroll_bars,
33f09670 6686 doc: /* If not nil, Emacs uses toolkit scroll bars. */);
5bf04520 6687 Vx_toolkit_scroll_bars = Qt;
791f420f
JR
6688
6689 staticpro (&last_mouse_motion_frame);
6690 last_mouse_motion_frame = Qnil;
ee78dc32 6691}