Changeset 2257 for trunk/src/user32/caret.cpp
- Timestamp:
- Dec 29, 1999, 11:54:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/caret.cpp
r1944 r2257 1 /* $Id: caret.cpp,v 1. 8 1999-12-02 16:34:43cbratschi Exp $ */1 /* $Id: caret.cpp,v 1.9 1999-12-29 22:53:59 cbratschi Exp $ */ 2 2 3 3 /* … … 148 148 else 149 149 { 150 long height = wnd->get WindowHeight();150 long height = wnd->getClientHeight(); 151 151 caretPos.y = height - caretPos.y - 1; 152 152 xNew = caretPos.x; … … 197 197 cursorInfo.y = caretPos.y; 198 198 } else { 199 long height = wnd->get WindowHeight();199 long height = wnd->getClientHeight(); 200 200 caretPos.y += cursorInfo.cy; 201 201 cursorInfo.y = height - caretPos.y - 1;
Note:
See TracChangeset
for help on using the changeset viewer.