mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-16 09:50:25 +00:00
Fix typo in comment.
This commit is contained in:
parent
e9f6a88fc9
commit
65a6ff8fb5
@ -131,14 +131,14 @@ typedef struct tagWCRANGE
|
||||
USHORT cGlyphs;
|
||||
} WCRANGE;
|
||||
|
||||
typedef struct tagGLYPHSET
|
||||
typedef struct tagGLYPHSET
|
||||
{
|
||||
DWORD cbThis;
|
||||
DWORD flAccel;
|
||||
DWORD cGlyphsSupported;
|
||||
DWORD cRanges;
|
||||
WCRANGE ranges[1];
|
||||
} GLYPHSET;
|
||||
} GLYPHSET;
|
||||
|
||||
#endif
|
||||
|
||||
@ -4805,7 +4805,7 @@ w32_read_socket (sd, expected, hold_quit)
|
||||
inev.timestamp = msg.msg.time;
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
case WM_MOUSEMOVE:
|
||||
/* Ignore non-movement. */
|
||||
{
|
||||
@ -7119,7 +7119,7 @@ w32_initialize ()
|
||||
program. Unfortunately, we have good reasons for doing that, so
|
||||
instead we need to send messages to windowsThread to make some API
|
||||
calls for us (ones that affect, or depend on, the active/focus
|
||||
window state. */
|
||||
window state.) */
|
||||
#ifdef ATTACH_THREADS
|
||||
AttachThreadInput (dwMainThreadId, dwWindowsThreadId, TRUE);
|
||||
#endif
|
||||
@ -7134,7 +7134,7 @@ w32_initialize ()
|
||||
#define LOAD_PROC(lib, fn) pfn##fn = (void *) GetProcAddress (lib, #fn)
|
||||
|
||||
LOAD_PROC (gdi_lib, GetFontUnicodeRanges);
|
||||
|
||||
|
||||
#undef LOAD_PROC
|
||||
|
||||
FreeLibrary (gdi_lib);
|
||||
|
Loading…
Reference in New Issue
Block a user