Ignore:
Timestamp:
Sep 28, 1999, 8:31:24 PM (26 years ago)
Author:
dengert
Message:

CreateCaret fixed

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:56 dengert Exp $ */
     1/* $Id: caret.cpp,v 1.3 1999-09-28 18:31:24 dengert Exp $ */
    22
    33/*
     
    6767       wnd->SetFakeOpen32();
    6868
    69        rc = _O32_CreateCaret (hwnd, hBmp, width, height);
     69       rc = _O32_CreateCaret (wnd->getOS2WindowHandle(), hBmp, width, height);
    7070       if (rc)
    7171       {
Note: See TracChangeset for help on using the changeset viewer.