Ignore:
Timestamp:
Oct 25, 1999, 10:17:41 PM (26 years ago)
Author:
sandervl
Message:

menu changes + misc bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/caret.cpp

    r1405 r1446  
    1 /* $Id: caret.cpp,v 1.6 1999-10-22 18:11:42 sandervl Exp $ */
     1/* $Id: caret.cpp,v 1.7 1999-10-25 20:17:16 sandervl Exp $ */
    22
    33/*
     
    3333#pragma data_seg(_GLOBALDATA)
    3434
    35 static HWND hwndCaret;
     35static HWND hwndCaret = 0;
    3636static HBITMAP hbmCaret;
    3737static int CaretWidth, CaretHeight;
     
    4444BOOL WIN32API CreateCaret (HWND hwnd, HBITMAP hBmp, int width, int height)
    4545{
    46    dprintf(("USER32:  CreateCaret"));
     46   dprintf(("USER32:  CreateCaret %x", hwnd));
    4747
    4848   if (hwnd == NULLHANDLE)
     
    216216   BOOL   rc = FALSE;
    217217
    218    dprintf(("USER32:  ShowCaret"));
     218   dprintf(("USER32:  ShowCaret %x", hwnd));
    219219
    220220   CaretIsVisible = TRUE;
Note: See TracChangeset for help on using the changeset viewer.