Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
466a6520
Commit
466a6520
authored
May 02, 1999
by
Juergen Schmied
Committed by
Alexandre Julliard
May 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- default item handling
- small drawing fixes
parent
10619e98
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
145 additions
and
51 deletions
+145
-51
menu.c
controls/menu.c
+141
-51
winuser.h
include/winuser.h
+4
-0
No files found.
controls/menu.c
View file @
466a6520
This diff is collapsed.
Click to expand it.
include/winuser.h
View file @
466a6520
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment