From 6bf1c72ad7f47edf0652cb7a6243a52725b04f58 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 1 Nov 2005 23:55:37 +0000 Subject: Comments. --- include/Scintilla.h | 4 ++-- 1 file 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; -- cgit v1.2.3