diff options
| author | Eli Zaretskii | 2016-10-29 10:40:38 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-10-29 10:40:38 +0300 |
| commit | aaa3a93e500ca189be1e8433ca2630ce2c86aa06 (patch) | |
| tree | a2354e85c8839f3f2c34e1ee95841e8cde2c0f5b /src/w32term.h | |
| parent | c29071587c64efb30792bd72248d3c791abd9337 (diff) | |
| download | emacs-aaa3a93e500ca189be1e8433ca2630ce2c86aa06.tar.gz emacs-aaa3a93e500ca189be1e8433ca2630ce2c86aa06.zip | |
Unbreak MS-Windows build
* src/w32term.c (XCreateGC): Second argument is now HWND, and its
name is "wignore".
(x_set_cursor_gc, x_set_mouse_face_gc)
(x_draw_glyph_string_background, x_draw_glyph_string_bg_rect)
(x_draw_image_glyph_string, x_draw_stretch_glyph_string): Don't
use s->window, which doesn't exist anymore.
* src/w32term.h (XCreateGC): Adjust prototype.
Diffstat (limited to 'src/w32term.h')
| -rw-r--r-- | src/w32term.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h index 320477073a5..e29e99357e8 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -790,7 +790,7 @@ typedef struct tagTRACKMOUSEEVENT | |||
| 790 | struct image; | 790 | struct image; |
| 791 | struct face; | 791 | struct face; |
| 792 | 792 | ||
| 793 | XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *); | 793 | XGCValues *XCreateGC (void *, HWND, unsigned long, XGCValues *); |
| 794 | 794 | ||
| 795 | typedef DWORD (WINAPI * ClipboardSequence_Proc) (void); | 795 | typedef DWORD (WINAPI * ClipboardSequence_Proc) (void); |
| 796 | typedef BOOL (WINAPI * AppendMenuW_Proc) ( | 796 | typedef BOOL (WINAPI * AppendMenuW_Proc) ( |