diff options
-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; |