Changeset 1088


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

CreateCaret fixed

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1087 r1088  
    1  /* $Id: changelog,v 1.255 1999-09-28 18:14:56 dengert Exp $ */
     1 /* $Id: changelog,v 1.256 1999-09-28 18:31:24 dengert Exp $ */
     2
     3 99-09-28: Daniela Engert <dani@ngrt.de>
     4        - USER32: CreateCaret fixed
    25
    36 99-09-28: Christoph Bratschi <cbratschi@datacomm.ch>
  • 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.