aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.h
diff options
context:
space:
mode:
authorEli Zaretskii2016-10-29 10:40:38 +0300
committerEli Zaretskii2016-10-29 10:40:38 +0300
commitaaa3a93e500ca189be1e8433ca2630ce2c86aa06 (patch)
treea2354e85c8839f3f2c34e1ee95841e8cde2c0f5b /src/w32term.h
parentc29071587c64efb30792bd72248d3c791abd9337 (diff)
downloademacs-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.h2
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
790struct image; 790struct image;
791struct face; 791struct face;
792 792
793XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *); 793XGCValues *XCreateGC (void *, HWND, unsigned long, XGCValues *);
794 794
795typedef DWORD (WINAPI * ClipboardSequence_Proc) (void); 795typedef DWORD (WINAPI * ClipboardSequence_Proc) (void);
796typedef BOOL (WINAPI * AppendMenuW_Proc) ( 796typedef BOOL (WINAPI * AppendMenuW_Proc) (