Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
49fef469
Commit
49fef469
authored
May 12, 2003
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
May 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added definition of SS_USERITEM.
parent
6d3b14b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
static.c
controls/static.c
+1
-1
winuser.h
include/winuser.h
+1
-1
No files found.
controls/static.c
View file @
49fef469
...
...
@@ -59,7 +59,7 @@ static pfPaint staticPaintFunc[SS_TYPEMASK+1] =
STATIC_PaintRectfn
,
/* SS_BLACKFRAME */
STATIC_PaintRectfn
,
/* SS_GRAYFRAME */
STATIC_PaintRectfn
,
/* SS_WHITEFRAME */
NULL
,
/*
Not defined
*/
NULL
,
/*
SS_USERITEM
*/
STATIC_PaintTextfn
,
/* SS_SIMPLE */
STATIC_PaintTextfn
,
/* SS_LEFTNOWORDWRAP */
STATIC_PaintOwnerDrawfn
,
/* SS_OWNERDRAW */
...
...
include/winuser.h
View file @
49fef469
...
...
@@ -2069,7 +2069,7 @@ typedef PVOID *LPMENUTEMPLATE;
#define SS_BLACKFRAME 0x00000007L
#define SS_GRAYFRAME 0x00000008L
#define SS_WHITEFRAME 0x00000009L
#define SS_USERITEM 0x0000000AL
#define SS_SIMPLE 0x0000000BL
#define SS_LEFTNOWORDWRAP 0x0000000CL
...
...
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