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
631dba50
Commit
631dba50
authored
Dec 08, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added CS_DROPSHADOW.
parent
2eaefbd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
winuser.h
include/winuser.h
+14
-13
No files found.
include/winuser.h
View file @
631dba50
...
...
@@ -1506,20 +1506,21 @@ typedef struct
#define SC_ZOOM SC_MAXIMIZE
#define CS_VREDRAW 0x0001
#define CS_HREDRAW 0x0002
#define CS_KEYCVTWINDOW 0x0004
#define CS_DBLCLKS 0x0008
#define CS_OWNDC 0x0020
#define CS_CLASSDC 0x0040
#define CS_PARENTDC 0x0080
#define CS_NOKEYCVT 0x0100
#define CS_NOCLOSE 0x0200
#define CS_SAVEBITS 0x0800
#define CS_BYTEALIGNCLIENT 0x1000
#define CS_BYTEALIGNWINDOW 0x2000
#define CS_GLOBALCLASS 0x4000
#define CS_VREDRAW 0x000
0000
1
#define CS_HREDRAW 0x000
0000
2
#define CS_KEYCVTWINDOW 0x000
0000
4
#define CS_DBLCLKS 0x000
0000
8
#define CS_OWNDC 0x00
0000
20
#define CS_CLASSDC 0x00
0000
40
#define CS_PARENTDC 0x00
0000
80
#define CS_NOKEYCVT 0x0
0000
100
#define CS_NOCLOSE 0x0
0000
200
#define CS_SAVEBITS 0x0
0000
800
#define CS_BYTEALIGNCLIENT 0x
0000
1000
#define CS_BYTEALIGNWINDOW 0x
0000
2000
#define CS_GLOBALCLASS 0x
0000
4000
#define CS_IME 0x00010000
#define CS_DROPSHADOW 0x00020000
#define PRF_CHECKVISIBLE 0x00000001L
#define PRF_NONCLIENT 0x00000002L
...
...
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