Ignore:
Timestamp:
May 27, 2003, 11:46:30 AM (22 years ago)
Author:
sandervl
Message:

Do not send WM_STYLECHANGING/ED messages when the scrollbar control is shown or hidden.

File:
1 edited

Legend:

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

    r9598 r10119  
    1 /* $Id: ctrlconf.h,v 1.2 2003-01-03 16:35:51 sandervl Exp $ */
     1/* $Id: ctrlconf.h,v 1.3 2003-05-27 09:46:30 sandervl Exp $ */
    22/*
    33 * Win32 common controls
     
    2121#define  WIN_SuspendWndsLock()          0
    2222#define  WIN_RestoreWndsLock(ipreviousLock)
     23
     24//Set the style of a window without sending WM_STYLECHANGING/ED messages
     25void WIN_SetStyle(HWND hwnd, DWORD dwStyle);
    2326
    2427//WIN31 look only -> we don't use it
Note: See TracChangeset for help on using the changeset viewer.