Commit 466a6520 authored by Juergen Schmied's avatar Juergen Schmied Committed by Alexandre Julliard

- default item handling

- small drawing fixes
parent 10619e98
...@@ -2306,6 +2306,10 @@ typedef struct ...@@ -2306,6 +2306,10 @@ typedef struct
#define MFS_TOPGAPDROP 0x80000000L #define MFS_TOPGAPDROP 0x80000000L
#define MFS_GAPDROP 0xC0000000L #define MFS_GAPDROP 0xC0000000L
/* for GetMenuDefaultItem */
#define GMDI_USEDISABLED 0x0001L
#define GMDI_GOINTOPOPUPS 0x0002L
#define DT_TOP 0 #define DT_TOP 0
#define DT_LEFT 0 #define DT_LEFT 0
#define DT_CENTER 1 #define DT_CENTER 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment