Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
65a6ff8f
Commit
65a6ff8f
authored
May 21, 2008
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in comment.
parent
e9f6a88f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/w32term.c
src/w32term.c
+5
-5
No files found.
src/w32term.c
View file @
65a6ff8f
...
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment