Changeset 1257


Ignore:
Timestamp:
Oct 12, 1999, 4:48:26 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1255 r1257  
    1  /* $Id: changelog,v 1.307 1999-10-11 20:57:55 sandervl Exp $ */
     1 /* $Id: changelog,v 1.308 1999-10-12 14:48:26 sandervl Exp $ */
     2
     3 99-10-11: Sander van Leeuwen <sandervl@xs4all.nl>
     4        - USER32: DrawMenuBar & DrawCaptionTempA bugfix (window handle translation)
     5                  Added Win32ToOS2FrameHandle method
     6                  Set default mouse pointer back if app doesn't process WM_MOUSEMOVE
     7                  message.
     8                  Added support for extra messages in default window handler.
     9                  Partial support for WM_SYSCOMMAND in default window handler.
     10                  MDI child bugfix (window now displayed correctly)
     11                  Only subclass frame when it has a 3d border.
    212
    313 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch>
  • trunk/include/win/winuser.h

    r1118 r1257  
    1 /* $Id: winuser.h,v 1.10 1999-10-04 09:55:52 sandervl Exp $ */
     1/* $Id: winuser.h,v 1.11 1999-10-12 14:47:58 sandervl Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    920920#define WA_ACTIVE               1
    921921#define WA_CLICKACTIVE          2
     922
     923/* WM_GETICON/WM_SETICON params values */
     924#define ICON_SMALL              0
     925#define ICON_BIG                1
    922926
    923927  /* WM_NCCALCSIZE parameter structure */
Note: See TracChangeset for help on using the changeset viewer.