From 5ffa63386eb9f6d1b558dd11abe71c2338992e5c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 10 Sep 2013 08:54:20 +1000 Subject: Pass control ID with WM_NOTIFY for compatibility with other platforms. --- cocoa/ScintillaView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/ScintillaView.h') diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 6692a619b..02bdfac90 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -33,7 +33,7 @@ namespace Scintilla { *
* WM_COMMAND: HIWORD (wParam) = notification code, LOWORD (wParam) = control ID, lParam = ScintillaCocoa* *
- * WM_NOTIFY: wParam = 0 (no control ID), lParam = ptr to SCNotification structure, with hwndFrom set to ScintillaCocoa* + * WM_NOTIFY: wParam = control ID, lParam = ptr to SCNotification structure, with hwndFrom set to ScintillaCocoa* */ typedef void(*SciNotifyFunc) (intptr_t windowid, unsigned int iMessage, uintptr_t wParam, uintptr_t lParam); -- cgit v1.2.3