Mercurial > emacs
changeset 95170:194ed5c5c97e
Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 21 May 2008 09:25:50 +0000 |
parents | 93a3c709bf89 |
children | a0c9f454ff18 |
files | src/w32term.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.c Wed May 21 08:01:18 2008 +0000 +++ b/src/w32term.c Wed May 21 09:25:50 2008 +0000 @@ -131,14 +131,14 @@ 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 @@ inev.timestamp = msg.msg.time; } break; - + case WM_MOUSEMOVE: /* Ignore non-movement. */ { @@ -7119,7 +7119,7 @@ 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 @@ #define LOAD_PROC(lib, fn) pfn##fn = (void *) GetProcAddress (lib, #fn) LOAD_PROC (gdi_lib, GetFontUnicodeRanges); - + #undef LOAD_PROC FreeLibrary (gdi_lib);