Changeset 1088 for trunk/src/user32/caret.cpp
- Timestamp:
- Sep 28, 1999, 8:31:24 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/caret.cpp
r1077 r1088 1 /* $Id: caret.cpp,v 1. 2 1999-09-28 08:00:56dengert Exp $ */1 /* $Id: caret.cpp,v 1.3 1999-09-28 18:31:24 dengert Exp $ */ 2 2 3 3 /* … … 67 67 wnd->SetFakeOpen32(); 68 68 69 rc = _O32_CreateCaret ( hwnd, hBmp, width, height);69 rc = _O32_CreateCaret (wnd->getOS2WindowHandle(), hBmp, width, height); 70 70 if (rc) 71 71 {
Note:
See TracChangeset
for help on using the changeset viewer.