* lisp/subr.el (read-passwd-map): Don't use `defconst'.
[bpt/emacs.git] / src / w32term.h
CommitLineData
b46a6a83 1/* Definitions and headers for communication on the Microsoft Windows API.
acaf905b 2 Copyright (C) 1995, 2001-2012 Free Software Foundation, Inc.
c3b8ccce
GV
3
4This file is part of GNU Emacs.
5
b9b1cc14 6GNU Emacs is free software: you can redistribute it and/or modify
c3b8ccce 7it under the terms of the GNU General Public License as published by
b9b1cc14
GM
8the Free Software Foundation, either version 3 of the License, or
9(at your option) any later version.
c3b8ccce
GV
10
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
b9b1cc14 17along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
c3b8ccce
GV
18
19/* Added by Kevin Gallo */
20
51dcffad 21#include "w32gui.h"
c3b8ccce 22
c3b8ccce 23\f
3fed86ff
GV
24#define BLACK_PIX_DEFAULT(f) PALETTERGB(0,0,0)
25#define WHITE_PIX_DEFAULT(f) PALETTERGB(255,255,255)
c3b8ccce 26
3af8ab1d
KH
27#define FONT_WIDTH(f) ((f)->max_width)
28#define FONT_HEIGHT(f) ((f)->height)
29#define FONT_BASE(f) ((f)->ascent)
30#define FONT_DESCENT(f) ((f)->descent)
c3b8ccce 31
ad23de76
JR
32#define CP_DEFAULT 1004
33
fbd6baed 34#define CHECK_W32_FRAME(f, frame) \
c3b8ccce 35 if (NILP (frame)) \
51dcffad 36 f = SELECTED_FRAME (); \
c3b8ccce
GV
37 else \
38 { \
39 CHECK_LIVE_FRAME (frame, 0); \
40 f = XFRAME (frame); \
41 } \
fbd6baed 42 if (! FRAME_W32_P (f))
c3b8ccce
GV
43
44/* Indicates whether we are in the readsocket call and the message we
45 are processing in the current loop */
46
47extern MSG CurMsg;
48extern BOOL bUseDflt;
49
c3b8ccce
GV
50/* Structure recording bitmaps and reference count.
51 If REFCOUNT is 0 then this record is free to be reused. */
52
177c0ea7 53struct w32_bitmap_record
c3b8ccce
GV
54{
55 Pixmap pixmap;
56 char *file;
57 HINSTANCE hinst; /* Used to load the file */
58 int refcount;
59 /* Record some info about this pixmap. */
60 int height, width, depth;
61};
aba66c88 62
fbd6baed
GV
63struct w32_palette_entry {
64 struct w32_palette_entry * next;
aba66c88
GV
65 PALETTEENTRY entry;
66#if 0
67 unsigned refcount;
68#endif
69};
70
5e617bc2 71extern void w32_regenerate_palette (struct frame *f);
aba66c88 72
c3b8ccce 73\f
fbd6baed 74/* For each display (currently only one on w32), we have a structure that
c3b8ccce
GV
75 records information about it. */
76
fbd6baed 77struct w32_display_info
c3b8ccce 78{
fbd6baed
GV
79 /* Chain of all w32_display_info structures. */
80 struct w32_display_info *next;
51dcffad 81
a032a9a8
JR
82 /* The generic display parameters corresponding to this w32 display. */
83 struct terminal *terminal;
84
c3b8ccce
GV
85 /* This is a cons cell of the form (NAME . FONT-LIST-CACHE).
86 The same cons cell also appears in x_display_name_list. */
87 Lisp_Object name_list_element;
51dcffad 88
c3b8ccce
GV
89 /* Number of frames that are on this display. */
90 int reference_count;
51dcffad
JR
91
92 /* Dots per inch of the screen. */
93 double resx, resy;
94
c3b8ccce
GV
95 /* Number of planes on this screen. */
96 int n_planes;
51dcffad 97
c3b8ccce
GV
98 /* Number of bits per pixel on this screen. */
99 int n_cbits;
51dcffad 100
c3b8ccce
GV
101 /* Mask of things that cause the mouse to be grabbed. */
102 int grabbed;
51dcffad
JR
103
104 /* Emacs bitmap-id of the default icon bitmap for this frame.
105 Or -1 if none has been allocated yet. */
0766b489 106 ptrdiff_t icon_bitmap_id;
51dcffad 107
c3b8ccce
GV
108 /* The root window of this screen. */
109 Window root_window;
51dcffad 110
c3b8ccce
GV
111 /* The cursor to use for vertical scroll bars. */
112 Cursor vertical_scroll_bar_cursor;
113
71147653 114 /* Resource data base */
abdb2fa0 115 XrmDatabase xrdb;
71147653 116
bb355434 117 /* color palette information. */
aba66c88 118 int has_palette;
fbd6baed 119 struct w32_palette_entry * color_list;
aba66c88
GV
120 unsigned num_colors;
121 HPALETTE palette;
122
bb355434 123 /* deferred action flags checked when starting frame update. */
aba66c88
GV
124 int regen_palette;
125
bb355434
GV
126 /* Keystroke that has been faked by Emacs and will be ignored when
127 received; value is reset after key is received. */
128 int faked_key;
129
51dcffad
JR
130 /* Minimum width over all characters in all fonts in font_table. */
131 int smallest_char_width;
132
133 /* Minimum font height over all fonts in font_table. */
134 int smallest_font_height;
135
136 /* Reusable Graphics Context for drawing a cursor in a non-default face. */
137 XGCValues *scratch_cursor_gc;
138
7ea692f6
EZ
139 /* Information about the range of text currently shown in
140 mouse-face. */
141 Mouse_HLInfo mouse_highlight;
51dcffad 142
fbd6baed 143 char *w32_id_name;
c3b8ccce 144
fbd6baed 145 /* The number of fonts actually stored in w32_font_table.
e0f24100 146 font_table[n] is used and valid if 0 <= n < n_fonts. 0 <=
51dcffad 147 n_fonts <= font_table_size. and font_table[i].name != 0. */
c3b8ccce
GV
148 int n_fonts;
149
150 /* Pointer to bitmap records. */
fbd6baed 151 struct w32_bitmap_record *bitmaps;
c3b8ccce
GV
152
153 /* Allocated size of bitmaps field. */
0766b489 154 ptrdiff_t bitmaps_size;
c3b8ccce
GV
155
156 /* Last used bitmap index. */
0766b489 157 ptrdiff_t bitmaps_last;
c3b8ccce
GV
158
159 /* The frame (if any) which has the window that has keyboard focus.
160 Zero if none. This is examined by Ffocus_frame in w32fns.c. Note
161 that a mere EnterNotify event can set this; if you need to know the
162 last frame specified in a FocusIn or FocusOut event, use
fbd6baed
GV
163 w32_focus_event_frame. */
164 struct frame *w32_focus_frame;
c3b8ccce
GV
165
166 /* The last frame mentioned in a FocusIn or FocusOut event. This is
fbd6baed 167 separate from w32_focus_frame, because whether or not LeaveNotify
c3b8ccce
GV
168 events cause us to lose focus depends on whether or not we have
169 received a FocusIn event for it. */
fbd6baed 170 struct frame *w32_focus_event_frame;
c3b8ccce
GV
171
172 /* The frame which currently has the visual highlight, and should get
173 keyboard input (other sorts of input have the frame encoded in the
174 event). It points to the focus frame's selected window's
fbd6baed 175 frame. It differs from w32_focus_frame when we're using a global
c3b8ccce 176 minibuffer. */
6b3acc48 177 struct frame *x_highlight_frame;
c3b8ccce
GV
178};
179
180/* This is a chain of structures for all the displays currently in use. */
8911aff3 181extern struct w32_display_info *x_display_list;
fbd6baed 182extern struct w32_display_info one_w32_display_info;
c3b8ccce
GV
183
184/* This is a list of cons cells, each of the form (NAME . FONT-LIST-CACHE),
fbd6baed 185 one for each element of w32_display_list and in the same order.
c3b8ccce
GV
186 NAME is the name of the frame.
187 FONT-LIST-CACHE records previous values returned by x-list-fonts. */
fbd6baed 188extern Lisp_Object w32_display_name_list;
c3b8ccce 189
361358ea
JB
190extern struct frame *x_window_to_frame (struct w32_display_info *, HWND);
191
192struct w32_display_info *x_display_info_for_name (Lisp_Object);
c3b8ccce 193
383e0970
J
194Lisp_Object display_x_get_resource (struct w32_display_info *,
195 Lisp_Object, Lisp_Object,
196 Lisp_Object, Lisp_Object);
f3c4ec74 197
361358ea
JB
198extern struct w32_display_info *w32_term_init (Lisp_Object,
199 char *, char *);
a53400f3 200
383e0970
J
201extern int x_display_pixel_height (struct w32_display_info *);
202extern int x_display_pixel_width (struct w32_display_info *);
a53400f3 203
5e4daaf3
FP
204extern Lisp_Object x_get_focus_frame (struct frame *);
205
c3b8ccce 206\f
51dcffad
JR
207#define PIX_TYPE COLORREF
208
fbd6baed
GV
209/* Each W32 frame object points to its own struct w32_display object
210 in the output_data.w32 field. The w32_display structure contains all
211 the information that is specific to W32 windows. */
c3b8ccce 212
51dcffad 213/* Put some things in x_output for compatibility.
ee7683eb 214 NTEMACS_TODO: Move all common things here to eliminate unnecessary
51dcffad
JR
215 diffs between X and w32 code. */
216struct x_output
217{
9e75e167 218#if 0 /* These are also defined in struct frame. Use that instead. */
51dcffad
JR
219 PIX_TYPE background_pixel;
220 PIX_TYPE foreground_pixel;
9e75e167 221#endif
bc2223e6
JR
222
223 /* Keep track of focus. May be EXPLICIT if we received a FocusIn for this
224 frame, or IMPLICIT if we received an EnterNotify.
225 FocusOut and LeaveNotify clears EXPLICIT/IMPLICIT. */
226 int focus_state;
227
51dcffad
JR
228};
229
bc2223e6
JR
230enum
231{
232 /* Values for focus_state, used as bit mask.
233 EXPLICIT means we received a FocusIn for the frame and know it has
c80e3b4a 234 the focus. IMPLICIT means we received an EnterNotify and the frame
bc2223e6
JR
235 may have the focus if no window manager is running.
236 FocusOut and LeaveNotify clears EXPLICIT/IMPLICIT. */
237 FOCUS_NONE = 0,
238 FOCUS_IMPLICIT = 1,
239 FOCUS_EXPLICIT = 2
240};
51dcffad 241
fbd6baed 242struct w32_output
c3b8ccce 243{
51dcffad 244 /* Placeholder for things accessed through output_data.x. */
42bde733 245 struct x_output x_compatible;
51dcffad 246
8694f11b
GV
247 /* Menubar "widget" handle. */
248 HMENU menubar_widget;
249
aba66c88
GV
250 /* Original palette (used to deselect real palette after drawing) */
251 HPALETTE old_palette;
252
51dcffad
JR
253 /* Here are the Graphics Contexts for the default font. */
254 XGCValues *cursor_gc; /* cursor drawing */
255
c3b8ccce
GV
256 /* The window used for this frame.
257 May be zero while the frame object is being created
258 and the window has not yet been created. */
259 Window window_desc;
260
261 /* The window that is the parent of this window.
262 Usually this is a window that was made by the window manager,
263 but it can be the root window, and it can be explicitly specified
264 (see the explicit_parent field, below). */
265 Window parent_desc;
266
d82f9149 267 /* Default ASCII font of this frame. */
3af8ab1d 268 struct font *font;
47e420b5 269
51dcffad
JR
270 /* The baseline offset of the default ASCII font. */
271 int baseline_offset;
d82f9149
GV
272
273 /* If a fontset is specified for this frame instead of font, this
274 value contains an ID of the fontset, else -1. */
275 int fontset;
276
c3b8ccce
GV
277 /* Pixel values used for various purposes.
278 border_pixel may be -1 meaning use a gray tile. */
51dcffad
JR
279 COLORREF cursor_pixel;
280 COLORREF border_pixel;
281 COLORREF mouse_pixel;
282 COLORREF cursor_foreground_pixel;
283
284 /* Foreground color for scroll bars. A value of -1 means use the
285 default (black for non-toolkit scroll bars). */
286 COLORREF scroll_bar_foreground_pixel;
177c0ea7 287
51dcffad
JR
288 /* Background color for scroll bars. A value of -1 means use the
289 default (background color of the frame for non-toolkit scroll
290 bars). */
291 COLORREF scroll_bar_background_pixel;
c3b8ccce
GV
292
293 /* Descriptor for the cursor in use for this window. */
294 Cursor text_cursor;
295 Cursor nontext_cursor;
296 Cursor modeline_cursor;
b8a93676 297 Cursor hand_cursor;
5fa36066 298 Cursor hourglass_cursor;
f03fad22 299 Cursor horizontal_drag_cursor;
51dcffad 300
5fa36066
GM
301 /* Non-zero means hourglass cursor is currently displayed. */
302 unsigned hourglass_p : 1;
c3b8ccce 303
d148e14d
JR
304 /* Non-hourglass cursor that is currently active. */
305 Cursor current_cursor;
306
c3b8ccce
GV
307 DWORD dwStyle;
308
c3b8ccce 309 /* This is the Emacs structure for the display this frame is on. */
fbd6baed 310 /* struct w32_display_info *display_info; */
c3b8ccce
GV
311
312 /* Nonzero means our parent is another application's window
313 and was explicitly specified. */
314 char explicit_parent;
315
316 /* Nonzero means tried already to make this frame visible. */
317 char asked_for_visible;
8694f11b
GV
318
319 /* Nonzero means menubar is currently active. */
320 char menubar_active;
321
322 /* Nonzero means menubar is about to become active, but should be
323 brought up to date first. */
324 volatile char pending_menu_activation;
51dcffad
JR
325
326 /* Relief GCs, colors etc. */
327 struct relief
328 {
329 XGCValues *gc;
330 unsigned long pixel;
331 int allocated_p;
332 }
333 black_relief, white_relief;
334
335 /* The background for which the above relief GCs were set up.
336 They are changed only when a different background is involved. */
337 unsigned long relief_background;
c3b8ccce
GV
338};
339
2d764c78
EZ
340extern struct w32_output w32term_display;
341
8e025dd5
KS
342/* Return the X output data for frame F. */
343#define FRAME_X_OUTPUT(f) ((f)->output_data.w32)
344
c3b8ccce 345/* Return the window associated with the frame F. */
fbd6baed 346#define FRAME_W32_WINDOW(f) ((f)->output_data.w32->window_desc)
17a2cbbd 347#define FRAME_X_WINDOW(f) FRAME_W32_WINDOW (f)
c3b8ccce 348
fbd6baed 349#define FRAME_FONT(f) ((f)->output_data.w32->font)
d82f9149 350#define FRAME_FONTSET(f) ((f)->output_data.w32->fontset)
51dcffad 351#define FRAME_BASELINE_OFFSET(f) ((f)->output_data.w32->baseline_offset)
c3b8ccce 352
fbd6baed
GV
353/* This gives the w32_display_info structure for the display F is on. */
354#define FRAME_W32_DISPLAY_INFO(f) (&one_w32_display_info)
51dcffad 355#define FRAME_X_DISPLAY_INFO(f) (&one_w32_display_info)
c3b8ccce 356
8e025dd5
KS
357/* This is the `Display *' which frame F is on. */
358#define FRAME_X_DISPLAY(f) (0)
359
51dcffad
JR
360/* Value is the smallest width of any character in any font on frame F. */
361
362#define FRAME_SMALLEST_CHAR_WIDTH(F) \
363 FRAME_W32_DISPLAY_INFO(F)->smallest_char_width
364
365/* Value is the smallest height of any font on frame F. */
366
367#define FRAME_SMALLEST_FONT_HEIGHT(F) \
368 FRAME_W32_DISPLAY_INFO(F)->smallest_font_height
51dcffad 369\f
fbd6baed 370/* W32-specific scroll bar stuff. */
c3b8ccce
GV
371
372/* We represent scroll bars as lisp vectors. This allows us to place
373 references to them in windows without worrying about whether we'll
374 end up with windows referring to dead scroll bars; the garbage
375 collector will free it when its time comes.
376
377 We use struct scroll_bar as a template for accessing fields of the
378 vector. */
379
380struct scroll_bar {
381
382 /* These fields are shared by all vectors. */
383 EMACS_INT size_from_Lisp_Vector_struct;
384 struct Lisp_Vector *next_from_Lisp_Vector_struct;
385
386 /* The window we're a scroll bar for. */
387 Lisp_Object window;
388
389 /* The next and previous in the chain of scroll bars in this frame. */
390 Lisp_Object next, prev;
391
392 /* The window representing this scroll bar. Since this is a full
393 32-bit quantity, we store it split into two 32-bit values. */
fbd6baed 394 Lisp_Object w32_window_low, w32_window_high;
c3b8ccce 395
51dcffad
JR
396 /* Same as above for the widget. */
397 Lisp_Object w32_widget_low, w32_widget_high;
398
c3b8ccce
GV
399 /* The position and size of the scroll bar in pixels, relative to the
400 frame. */
401 Lisp_Object top, left, width, height;
402
403 /* The starting and ending positions of the handle, relative to the
404 handle area (i.e. zero is the top position, not
405 SCROLL_BAR_TOP_BORDER). If they're equal, that means the handle
406 hasn't been drawn yet.
407
408 These are not actually the locations where the beginning and end
409 are drawn; in order to keep handles from becoming invisible when
410 editing large files, we establish a minimum height by always
411 drawing handle bottoms VERTICAL_SCROLL_BAR_MIN_HANDLE pixels below
412 where they would be normally; the bottom and top are in a
413 different co-ordinate system. */
414 Lisp_Object start, end;
415
416 /* If the scroll bar handle is currently being dragged by the user,
417 this is the number of pixels from the top of the handle to the
418 place where the user grabbed it. If the handle isn't currently
419 being dragged, this is Qnil. */
420 Lisp_Object dragging;
680e49c3
YM
421
422 /* t if the background of the fringe that is adjacent to a scroll
423 bar is extended to the gap between the fringe and the bar. */
424 Lisp_Object fringe_extended_p;
c3b8ccce
GV
425};
426
427/* The number of elements a vector holding a struct scroll_bar needs. */
428#define SCROLL_BAR_VEC_SIZE \
429 ((sizeof (struct scroll_bar) \
430 - sizeof (EMACS_INT) - sizeof (struct Lisp_Vector *)) \
663e2b3f 431 / word_size)
c3b8ccce
GV
432
433/* Turning a lisp vector value into a pointer to a struct scroll_bar. */
434#define XSCROLL_BAR(vec) ((struct scroll_bar *) XVECTOR (vec))
435
62aba0d4
FP
436#ifdef _WIN64
437/* Building a 64-bit C integer from two 32-bit lisp integers. */
438#define SCROLL_BAR_PACK(low, high) (XINT (high) << 32 | XINT (low))
439
440/* Setting two lisp integers to the low and high words of a 64-bit C int. */
441#define SCROLL_BAR_UNPACK(low, high, int64) \
442 (XSETINT ((low), ((DWORDLONG)(int64)) & 0xffffffff), \
443 XSETINT ((high), ((DWORDLONG)(int64) >> 32) & 0xffffffff))
444#else /* not _WIN64 */
c3b8ccce
GV
445/* Building a 32-bit C integer from two 16-bit lisp integers. */
446#define SCROLL_BAR_PACK(low, high) (XINT (high) << 16 | XINT (low))
447
448/* Setting two lisp integers to the low and high words of a 32-bit C int. */
449#define SCROLL_BAR_UNPACK(low, high, int32) \
450 (XSETINT ((low), (int32) & 0xffff), \
451 XSETINT ((high), ((int32) >> 16) & 0xffff))
62aba0d4 452#endif /* not _WIN64 */
c3b8ccce
GV
453
454/* Extract the window id of the scroll bar from a struct scroll_bar. */
fbd6baed
GV
455#define SCROLL_BAR_W32_WINDOW(ptr) \
456 ((Window) SCROLL_BAR_PACK ((ptr)->w32_window_low, (ptr)->w32_window_high))
c3b8ccce
GV
457
458/* Store a window id in a struct scroll_bar. */
fbd6baed 459#define SET_SCROLL_BAR_W32_WINDOW(ptr, id) \
62aba0d4 460 (SCROLL_BAR_UNPACK ((ptr)->w32_window_low, (ptr)->w32_window_high, (intptr_t) id))
c3b8ccce 461
51dcffad
JR
462/* Extract the X widget of the scroll bar from a struct scroll_bar. */
463#define SCROLL_BAR_X_WIDGET(ptr) \
464 ((Widget) SCROLL_BAR_PACK ((ptr)->x_widget_low, (ptr)->x_widget_high))
c3b8ccce 465
51dcffad
JR
466/* Store a widget id in a struct scroll_bar. */
467#define SET_SCROLL_BAR_X_WIDGET(ptr, w) \
468 (SCROLL_BAR_UNPACK ((ptr)->x_widget_low, (ptr)->x_widget_high, (int) w))
c3b8ccce
GV
469
470/* Return the inside width of a vertical scroll bar, given the outside
471 width. */
51dcffad
JR
472#define VERTICAL_SCROLL_BAR_INSIDE_WIDTH(f,width) \
473 ((width) \
474 - VERTICAL_SCROLL_BAR_LEFT_BORDER \
475 - VERTICAL_SCROLL_BAR_RIGHT_BORDER \
476 - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2)
c3b8ccce
GV
477
478/* Return the length of the rectangle within which the top of the
479 handle must stay. This isn't equivalent to the inside height,
177c0ea7 480 because the scroll bar handle has a minimum height.
c3b8ccce
GV
481
482 This is the real range of motion for the scroll bar, so when we're
483 scaling buffer positions to scroll bar positions, we use this, not
484 VERTICAL_SCROLL_BAR_INSIDE_HEIGHT. */
51dcffad
JR
485#define VERTICAL_SCROLL_BAR_TOP_RANGE(f,height) \
486 (VERTICAL_SCROLL_BAR_INSIDE_HEIGHT (f, height) - VERTICAL_SCROLL_BAR_MIN_HANDLE)
c3b8ccce
GV
487
488/* Return the inside height of vertical scroll bar, given the outside
489 height. See VERTICAL_SCROLL_BAR_TOP_RANGE too. */
51dcffad 490#define VERTICAL_SCROLL_BAR_INSIDE_HEIGHT(f,height) \
c3b8ccce
GV
491 ((height) - VERTICAL_SCROLL_BAR_TOP_BORDER - VERTICAL_SCROLL_BAR_BOTTOM_BORDER)
492
493
494/* Border widths for scroll bars.
495
496 Scroll bar windows don't have any borders; their border width is
497 set to zero, and we redraw borders ourselves. This makes the code
498 a bit cleaner, since we don't have to convert between outside width
499 (used when relating to the rest of the screen) and inside width
500 (used when sizing and drawing the scroll bar window itself).
501
502 The handle moves up and down/back and forth in a rectangle inset
503 from the edges of the scroll bar. These are widths by which we
504 inset the handle boundaries from the scroll bar edges. */
505#define VERTICAL_SCROLL_BAR_LEFT_BORDER (0)
506#define VERTICAL_SCROLL_BAR_RIGHT_BORDER (0)
8694f11b
GV
507#define VERTICAL_SCROLL_BAR_TOP_BORDER (vertical_scroll_bar_top_border)
508#define VERTICAL_SCROLL_BAR_BOTTOM_BORDER (vertical_scroll_bar_bottom_border)
c3b8ccce
GV
509
510/* Minimum lengths for scroll bar handles, in pixels. */
8694f11b
GV
511#define VERTICAL_SCROLL_BAR_MIN_HANDLE (vertical_scroll_bar_min_handle)
512
51dcffad
JR
513/* Trimming off a few pixels from each side prevents
514 text from glomming up against the scroll bar */
515#define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0)
c3b8ccce
GV
516
517\f
361358ea
JB
518struct frame; /* from frame.h */
519
520extern void w32_fill_rect (struct frame *, HDC, COLORREF, RECT *);
521extern void w32_clear_window (struct frame *);
c3b8ccce 522
fbd6baed 523#define w32_fill_area(f,hdc,pix,x,y,nx,ny) \
680e49c3 524do { \
c3b8ccce
GV
525 RECT rect; \
526 rect.left = x; \
527 rect.top = y; \
528 rect.right = x + nx; \
529 rect.bottom = y + ny; \
fbd6baed 530 w32_fill_rect (f,hdc,pix,&rect); \
680e49c3 531} while (0)
c3b8ccce 532
fbd6baed 533#define w32_clear_rect(f,hdc,lprect) \
9e75e167 534 w32_fill_rect (f, hdc, FRAME_BACKGROUND_PIXEL (f), lprect)
c3b8ccce 535
51dcffad 536#define w32_clear_area(f,hdc,px,py,nx,ny) \
9e75e167 537 w32_fill_area (f, hdc, FRAME_BACKGROUND_PIXEL (f), px, py, nx, ny)
c3b8ccce 538
8694f11b
GV
539/* Define for earlier versions of Visual C */
540#ifndef WM_MOUSEWHEEL
f11f6cce 541#define WM_MOUSEWHEEL (WM_MOUSELAST + 1)
8694f11b 542#endif /* WM_MOUSEWHEEL */
f11f6cce
GV
543#ifndef MSH_MOUSEWHEEL
544#define MSH_MOUSEWHEEL "MSWHEEL_ROLLMSG"
545#endif /* MSH_MOUSEWHEEL */
76e4fd8c
JR
546#ifndef WM_XBUTTONDOWN
547#define WM_XBUTTONDOWN (WM_MOUSEWHEEL + 1)
548#define WM_XBUTTONUP (WM_MOUSEWHEEL + 2)
549#endif /* WM_XBUTTONDOWN */
c3659876
JR
550#ifndef WM_MOUSEHWHEEL
551#define WM_MOUSEHWHEEL (WM_MOUSEWHEEL + 4)
552#endif /* WM_MOUSEHWHEEL */
0fe216b2
JR
553#ifndef WM_APPCOMMAND
554#define WM_APPCOMMAND 0x319
555#define GET_APPCOMMAND_LPARAM(lParam) (HIWORD(lParam) & 0x7fff)
556#endif
7684e57b 557#ifndef WM_UNICHAR
499180d5
JR
558#define WM_UNICHAR 0x109
559#endif
560#ifndef UNICODE_NOCHAR
561#define UNICODE_NOCHAR 0xFFFF
562#endif
8694f11b 563
c3b8ccce 564#define WM_EMACS_START (WM_USER + 1)
bb355434
GV
565#define WM_EMACS_KILL (WM_EMACS_START + 0)
566#define WM_EMACS_CREATEWINDOW (WM_EMACS_START + 1)
567#define WM_EMACS_DONE (WM_EMACS_START + 2)
568#define WM_EMACS_CREATESCROLLBAR (WM_EMACS_START + 3)
569#define WM_EMACS_SHOWWINDOW (WM_EMACS_START + 4)
570#define WM_EMACS_SETWINDOWPOS (WM_EMACS_START + 5)
571#define WM_EMACS_DESTROYWINDOW (WM_EMACS_START + 6)
572#define WM_EMACS_TRACKPOPUPMENU (WM_EMACS_START + 7)
573#define WM_EMACS_SETFOCUS (WM_EMACS_START + 8)
574#define WM_EMACS_SETFOREGROUND (WM_EMACS_START + 9)
575#define WM_EMACS_SETLOCALE (WM_EMACS_START + 10)
576#define WM_EMACS_SETKEYBOARDLAYOUT (WM_EMACS_START + 11)
577#define WM_EMACS_REGISTER_HOT_KEY (WM_EMACS_START + 12)
578#define WM_EMACS_UNREGISTER_HOT_KEY (WM_EMACS_START + 13)
93066bc2 579#define WM_EMACS_TOGGLE_LOCK_KEY (WM_EMACS_START + 14)
64ade657
JR
580#define WM_EMACS_TRACK_CARET (WM_EMACS_START + 15)
581#define WM_EMACS_DESTROY_CARET (WM_EMACS_START + 16)
ab8b2d20
JR
582#define WM_EMACS_SHOW_CARET (WM_EMACS_START + 17)
583#define WM_EMACS_HIDE_CARET (WM_EMACS_START + 18)
f3358105 584#define WM_EMACS_SETCURSOR (WM_EMACS_START + 19)
f7b146dc 585#define WM_EMACS_PAINT (WM_EMACS_START + 20)
85d0efd1
EZ
586#define WM_EMACS_BRINGTOTOP (WM_EMACS_START + 21)
587#define WM_EMACS_END (WM_EMACS_START + 22)
c3b8ccce 588
177c0ea7
JB
589#define WND_FONTWIDTH_INDEX (0)
590#define WND_LINEHEIGHT_INDEX (4)
591#define WND_BORDER_INDEX (8)
592#define WND_SCROLLBAR_INDEX (12)
593#define WND_BACKGROUND_INDEX (16)
8694f11b 594#define WND_LAST_INDEX (20)
c3b8ccce 595
c3b8ccce
GV
596#define WND_EXTRA_BYTES (WND_LAST_INDEX)
597
de31b97a
GV
598extern DWORD dwWindowsThreadId;
599extern HANDLE hWindowsThread;
c3b8ccce
GV
600extern DWORD dwMainThreadId;
601extern HANDLE hMainThread;
602
fbd6baed 603typedef struct W32Msg {
c3b8ccce
GV
604 MSG msg;
605 DWORD dwModifiers;
606 RECT rect;
fbd6baed 607} W32Msg;
c3b8ccce 608
8694f11b
GV
609/* Structure for recording message when input thread must return a
610 result that depends on lisp thread to compute. Lisp thread can
611 complete deferred messages out of order. */
612typedef struct deferred_msg
613{
614 struct deferred_msg * next;
615 W32Msg w32msg;
616 LRESULT result;
617 int completed;
618} deferred_msg;
619
aba66c88
GV
620extern CRITICAL_SECTION critsect;
621
361358ea
JB
622extern void init_crit (void);
623extern void delete_crit (void);
c3b8ccce 624
361358ea 625extern void signal_quit (void);
b44c3d59 626
aba66c88
GV
627#define enter_crit() EnterCriticalSection (&critsect)
628#define leave_crit() LeaveCriticalSection (&critsect)
629
630extern void select_palette (struct frame * f, HDC hdc);
631extern void deselect_palette (struct frame * f, HDC hdc);
632extern HDC get_frame_dc (struct frame * f);
633extern int release_frame_dc (struct frame * f, HDC hDC);
634
361358ea 635extern void drain_message_queue (void);
b37ac782 636
361358ea
JB
637extern BOOL get_next_msg (W32Msg *, BOOL);
638extern BOOL post_msg (W32Msg *);
8694f11b 639extern void complete_deferred_msg (HWND hwnd, UINT msg, LRESULT result);
c3b8ccce 640
361358ea 641extern BOOL parse_button (int, int, int *, int *);
c684f475 642
a032a9a8
JR
643extern void w32_sys_ring_bell (struct frame *f);
644extern void x_delete_display (struct w32_display_info *dpyinfo);
645
fbd6baed 646/* Keypad command key support. W32 doesn't have virtual keys defined
c684f475 647 for the function keys on the keypad (they are mapped to the standard
c5e87d10 648 function keys), so we define our own. */
c684f475
GV
649#define VK_NUMPAD_BEGIN 0x92
650#define VK_NUMPAD_CLEAR (VK_NUMPAD_BEGIN + 0)
651#define VK_NUMPAD_ENTER (VK_NUMPAD_BEGIN + 1)
652#define VK_NUMPAD_PRIOR (VK_NUMPAD_BEGIN + 2)
653#define VK_NUMPAD_NEXT (VK_NUMPAD_BEGIN + 3)
654#define VK_NUMPAD_END (VK_NUMPAD_BEGIN + 4)
655#define VK_NUMPAD_HOME (VK_NUMPAD_BEGIN + 5)
656#define VK_NUMPAD_LEFT (VK_NUMPAD_BEGIN + 6)
657#define VK_NUMPAD_UP (VK_NUMPAD_BEGIN + 7)
658#define VK_NUMPAD_RIGHT (VK_NUMPAD_BEGIN + 8)
659#define VK_NUMPAD_DOWN (VK_NUMPAD_BEGIN + 9)
660#define VK_NUMPAD_INSERT (VK_NUMPAD_BEGIN + 10)
661#define VK_NUMPAD_DELETE (VK_NUMPAD_BEGIN + 11)
662
663#ifndef VK_LWIN
664/* Older compiler environments don't have these defined. */
665#define VK_LWIN 0x5B
666#define VK_RWIN 0x5C
667#define VK_APPS 0x5D
668#endif
bb355434
GV
669
670/* Support for treating Windows and Apps keys as modifiers. These
671 constants must not overlap with any of the dwControlKeyState flags in
672 KEY_EVENT_RECORD. */
673#define LEFT_WIN_PRESSED 0x8000
674#define RIGHT_WIN_PRESSED 0x4000
675#define APPS_PRESSED 0x2000
51dcffad 676
302fc036
EZ
677/* The current ANSI input codepage for GUI sessions. */
678extern int w32_keyboard_codepage;
679
a81bf19b
JR
680/* When compiling on Windows 9x/ME and NT 3.x, the following are not defined
681 (even though they are supported on 98 and ME. */
682#ifndef WM_MOUSELEAVE
683#define WM_MOUSELEAVE 0x02A3
684#define TME_LEAVE 0x00000002;
685
177c0ea7 686typedef struct tagTRACKMOUSEEVENT
a81bf19b
JR
687{
688 DWORD cbSize;
689 DWORD dwFlags;
690 HWND hwndTrack;
691 DWORD dwHoverTime;
692} TRACKMOUSEEVENT;
693#endif
694
9f21c5a2
EZ
695struct image;
696struct face;
697
51dcffad
JR
698XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *);
699struct frame * check_x_frame (Lisp_Object);
f3c4ec74 700
361358ea 701typedef DWORD (WINAPI * ClipboardSequence_Proc) (void);
ee8062ff
JR
702typedef BOOL (WINAPI * AppendMenuW_Proc) (
703 IN HMENU,
704 IN UINT,
705 IN UINT_PTR,
706 IN LPCWSTR);
6b61353c 707
7684e57b
JB
708extern HWND w32_system_caret_hwnd;
709extern int w32_system_caret_height;
710extern int w32_system_caret_x;
711extern int w32_system_caret_y;