Changeset 1185


Ignore:
Timestamp:
Oct 8, 1999, 2:11:27 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1181 r1185  
    1  /* $Id: changelog,v 1.284 1999-10-08 09:51:33 sandervl Exp $ */
     1 /* $Id: changelog,v 1.285 1999-10-08 12:11:27 cbratschi Exp $ */
     2
     3 99-10-08: Christoph Bratschi <cbratschi@datacomm.ch>
     4        - USER32: added WM_STYLECHANGING/WM_STYLECHANGED.
     5                  button,combo: bitmap fix.
     6                  added frame to children with WS_* border flags
    27
    38 99-10-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
  • trunk/include/win/button.h

    r375 r1185  
    1 /* $Id: button.h,v 1.4 1999-07-23 17:55:27 sandervl Exp $ */
     1/* $Id: button.h,v 1.5 1999-10-08 12:09:32 cbratschi Exp $ */
    22
    33/*
     
    3333#define BUTTON_HASFOCUS        0x08
    3434
    35 #define BUTTON_STATE(hwnd)     ((WIN_FindWndPtr(hwnd))->wExtra[0])
     35//#define BUTTON_STATE(hwnd)     ((WIN_FindWndPtr(hwnd))->wExtra[0])
    3636
    37 extern LRESULT WINAPI ButtonWndProc( HWND hWnd, UINT uMsg,
    38                                      WPARAM wParam, LPARAM lParam );
     37//extern LRESULT WINAPI ButtonWndProc( HWND hWnd, UINT uMsg,
     38//                                     WPARAM wParam, LPARAM lParam );
    3939
    4040BOOL BUTTON_Register();
Note: See TracChangeset for help on using the changeset viewer.