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