comctl32: Don't generate a fixme message for the TBSTYLE_EX_DOUBLEBUFFER extended style.
This commit is contained in:
parent
c3e2cb00d5
commit
7fcc9629f8
|
@ -225,6 +225,7 @@ typedef enum
|
|||
#define TBSTYLE_EX_ALL (TBSTYLE_EX_DRAWDDARROWS | \
|
||||
TBSTYLE_EX_UNDOC1 | \
|
||||
TBSTYLE_EX_MIXEDBUTTONS | \
|
||||
TBSTYLE_EX_DOUBLEBUFFER | \
|
||||
TBSTYLE_EX_HIDECLIPPEDBUTTONS)
|
||||
|
||||
/* all of the CCS_ styles */
|
||||
|
|
|
@ -1099,7 +1099,7 @@ static const WCHAR TOOLBARCLASSNAMEW[] = { 'T','o','o','l','b','a','r',
|
|||
#define TBSTYLE_EX_UNDOC1 0x00000004 /* similar to TBSTYLE_WRAPABLE */
|
||||
#define TBSTYLE_EX_MIXEDBUTTONS 0x00000008
|
||||
#define TBSTYLE_EX_HIDECLIPPEDBUTTONS 0x00000010 /* don't show partially obscured buttons */
|
||||
#define TBSTYLE_EX_DOUBLEBUFFER 0x00000080 /* Double Buffer the toolbar ??? */
|
||||
#define TBSTYLE_EX_DOUBLEBUFFER 0x00000080 /* Double Buffer the toolbar */
|
||||
|
||||
#define TBIF_IMAGE 0x00000001
|
||||
#define TBIF_TEXT 0x00000002
|
||||
|
|
Loading…
Reference in New Issue