diff options
author | nyamatongwe <devnull@localhost> | 2005-11-01 23:55:37 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-11-01 23:55:37 +0000 |
commit | 5b293e1cb98e3eead388ed919a1b0a3f89a6818d (patch) | |
tree | 00c69c079a5eb6cf1e9da856b33a40d75c5124c0 /include/Scintilla.h | |
parent | 70d4b80245ae2ce5a08d271ad5bc91a852115b67 (diff) | |
download | scintilla-mirror-5b293e1cb98e3eead388ed919a1b0a3f89a6818d.tar.gz |
Comments.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index e9dbd653c..0687959ac 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -715,9 +715,9 @@ struct RangeToFormat { #endif struct NotifyHeader { - // hwndFrom is really an environment specifc window handle or pointer + // Compatible with Windows NMHDR. + // hwndFrom is really an environment specific window handle or pointer // but most clients of Scintilla.h do not have this type visible. - //WindowID hwndFrom; void *hwndFrom; uptr_t idFrom; unsigned int code; |