Ignore:
Timestamp:
Oct 6, 1999, 12:36:39 PM (26 years ago)
Author:
dengert
Message:

adjust caret pos on window height change

File:
1 edited

Legend:

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

    r1077 r1154  
    1 /* $Id: caret.h,v 1.1 1999-09-28 08:00:56 dengert Exp $ */
     1/* $Id: caret.h,v 1.2 1999-10-06 10:36:39 dengert Exp $ */
    22
    33/*
     
    99
    1010extern void recreateCaret (HWND hwndFocus);
     11extern BOOL WIN32API SetCaretPos (int x, int y);
     12extern BOOL WIN32API GetCaretPos (PPOINT pPoint);
    1113
Note: See TracChangeset for help on using the changeset viewer.