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
82dc96e5
Commit
82dc96e5
authored
Jan 09, 2006
by
Saulius Krasuckas
Committed by
Alexandre Julliard
Jan 09, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add missing color space constants.
parent
a05bfbfb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
icm.h
include/icm.h
+7
-0
No files found.
include/icm.h
View file @
82dc96e5
...
@@ -398,6 +398,13 @@ BOOL WINAPI UnregisterCMMW(PCWSTR,DWORD);
...
@@ -398,6 +398,13 @@ BOOL WINAPI UnregisterCMMW(PCWSTR,DWORD);
#define SPACE_HLS 0x484C5320
/* 'HLS ' */
#define SPACE_HLS 0x484C5320
/* 'HLS ' */
#define SPACE_CMYK 0x434D594B
/* 'CMYK' */
#define SPACE_CMYK 0x434D594B
/* 'CMYK' */
#define SPACE_CMY 0x434D5920
/* 'CMY ' */
#define SPACE_CMY 0x434D5920
/* 'CMY ' */
#define SPACE_2_CHANNEL 0x32434c52
/* '2CLR' */
#define SPACE_3_CHANNEL 0x33434c52
/* '3CLR' */
#define SPACE_4_CHANNEL 0x34434c52
/* '4CLR' */
#define SPACE_5_CHANNEL 0x35434c52
/* '5CLR' */
#define SPACE_6_CHANNEL 0x36434c52
/* '6CLR' */
#define SPACE_7_CHANNEL 0x37434c52
/* '7CLR' */
#define SPACE_8_CHANNEL 0x38434c52
/* '8CLR' */
#ifdef __cplusplus
#ifdef __cplusplus
}
}
...
...
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