# HG changeset patch # User Juanma Barranquero # Date 1211361950 0 # Node ID 194ed5c5c97e159bb7a6469fb4dbb6f15de9f40c # Parent 93a3c709bf8930fb9216a8e7c014cfd5701a1258 Fix typo in comment. diff -r 93a3c709bf89 -r 194ed5c5c97e src/w32term.c --- 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);