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
c223994b
Commit
c223994b
authored
Mar 13, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Make X11DRV_XROPfunction static.
parent
ba6e4ff6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
graphics.c
dlls/winex11.drv/graphics.c
+1
-1
x11drv.h
dlls/winex11.drv/x11drv.h
+0
-2
No files found.
dlls/winex11.drv/graphics.c
View file @
c223994b
...
...
@@ -51,7 +51,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(graphics);
#define ABS(x) ((x)<0?(-(x)):(x))
/* ROP code to GC function conversion */
const
int
X11DRV_XROPfunction
[
16
]
=
static
const
int
X11DRV_XROPfunction
[
16
]
=
{
GXclear
,
/* R2_BLACK */
GXnor
,
/* R2_NOTMERGEPEN */
...
...
dlls/winex11.drv/x11drv.h
View file @
c223994b
...
...
@@ -214,8 +214,6 @@ extern BOOL X11DRV_SetupGCForBrush( X11DRV_PDEVICE *physDev ) DECLSPEC_HIDDEN;
extern
INT
X11DRV_XWStoDS
(
HDC
hdc
,
INT
width
)
DECLSPEC_HIDDEN
;
extern
INT
X11DRV_YWStoDS
(
HDC
hdc
,
INT
height
)
DECLSPEC_HIDDEN
;
extern
const
int
X11DRV_XROPfunction
[];
extern
BOOL
client_side_graphics
DECLSPEC_HIDDEN
;
extern
BOOL
client_side_with_render
DECLSPEC_HIDDEN
;
extern
BOOL
shape_layered_windows
DECLSPEC_HIDDEN
;
...
...
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