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
84ec1acc
Commit
84ec1acc
authored
Sep 15, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Get rid of the WXRFormat typedef.
parent
1525273b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
xrender.c
dlls/winex11.drv/xrender.c
+4
-4
No files found.
dlls/winex11.drv/xrender.c
View file @
84ec1acc
...
...
@@ -55,7 +55,7 @@ static BOOL X11DRV_XRender_Installed = FALSE;
#define RepeatReflect 3
#endif
typedef
enum
wxr_format
enum
wxr_format
{
WXR_FORMAT_MONO
,
WXR_FORMAT_GRAY
,
...
...
@@ -71,7 +71,7 @@ typedef enum wxr_format
WXR_FORMAT_B8G8R8X8
,
WXR_NB_FORMATS
,
WXR_INVALID_FORMAT
=
WXR_NB_FORMATS
}
WXRFormat
;
};
typedef
struct
wine_xrender_format_template
{
...
...
@@ -233,7 +233,7 @@ static CRITICAL_SECTION xrender_cs = { &critsect_debug, -1, 0, 0, 0, 0 };
#define NATIVE_BYTE_ORDER LSBFirst
#endif
static
WXRFormat
get_format_without_alpha
(
WXRF
ormat
format
)
static
enum
wxr_format
get_format_without_alpha
(
enum
wxr_f
ormat
format
)
{
switch
(
format
)
{
...
...
@@ -1331,7 +1331,7 @@ static void UploadGlyph(struct xrender_physdev *physDev, int glyph, AA_Type form
gsCacheEntry
*
entry
=
glyphsetCache
+
physDev
->
cache_index
;
gsCacheEntryFormat
*
formatEntry
;
UINT
ggo_format
=
GGO_GLYPH_INDEX
;
WXRF
ormat
wxr_format
;
enum
wxr_f
ormat
wxr_format
;
static
const
char
zero
[
4
];
static
const
MAT2
identity
=
{
{
0
,
1
},{
0
,
0
},{
0
,
0
},{
0
,
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