aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-11-01 23:55:37 +0000
committernyamatongwe <unknown>2005-11-01 23:55:37 +0000
commit6bf1c72ad7f47edf0652cb7a6243a52725b04f58 (patch)
tree00c69c079a5eb6cf1e9da856b33a40d75c5124c0
parent221b61abc5ee1567db8d8825c13eabe9a441902b (diff)
downloadscintilla-mirror-6bf1c72ad7f47edf0652cb7a6243a52725b04f58.tar.gz
Comments.
-rw-r--r--include/Scintilla.h4
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;