aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-06-08 05:05:20 +0000
committernyamatongwe <devnull@localhost>2000-06-08 05:05:20 +0000
commit02d344866bc51a274f1605a6fcf3a14f8182e44e (patch)
tree676d883433f02331198c3e9e08c441cb0098bdad /win32
parent7551b27470d2a415b1b1e8d1bf1a4efdb8b81d2b (diff)
downloadscintilla-mirror-02d344866bc51a274f1605a6fcf3a14f8182e44e.tar.gz
Added CreateDocument message and changed AddRefDoc and ReleaseDoc to
AddRefDocument and ReleaseDocument.
Diffstat (limited to 'win32')
-rw-r--r--win32/ScintillaWin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index 6b5e2cad4..829b973fa 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -324,7 +324,7 @@ LRESULT ScintillaWin::WndProc(UINT iMessage, WPARAM wParam, LPARAM lParam) {
break;
case WM_SIZE: {
- //Platform::DebugPrintf("S start wnd proc %d %d %d\n",iMessage, wParam, lParam);
+ //Platform::DebugPrintf("Scintilla WM_SIZE %d %d\n", LoWord(lParam), HiWord(lParam));
PRectangle rsClient(0, 0, LoWord(lParam), HiWord(lParam));
SetScrollBarsTo(rsClient);
DropGraphics();