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
9f974579
Commit
9f974579
authored
Jun 18, 2020
by
André Hentschel
Committed by
Alexandre Julliard
Jun 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Change slave to a more neutral word.
Signed-off-by:
André Hentschel
<
nerv@dawncrow.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d593be3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
xrandr.c
dlls/winex11.drv/xrandr.c
+3
-3
No files found.
dlls/winex11.drv/xrandr.c
View file @
9f974579
...
...
@@ -948,7 +948,7 @@ static BOOL xrandr14_get_adapters( ULONG_PTR gpu_id, struct x11drv_adapter **new
if
(
!
output_info
->
crtc
||
!
crtc_info
->
mode
)
detached
=
TRUE
;
/* Ignore mirroring output
slave
s because mirrored monitors are under the same adapter */
/* Ignore mirroring output
replica
s because mirrored monitors are under the same adapter */
mirrored
=
FALSE
;
if
(
!
detached
)
{
...
...
@@ -970,7 +970,7 @@ static BOOL xrandr14_get_adapters( ULONG_PTR gpu_id, struct x11drv_adapter **new
continue
;
/* Some outputs may have the same coordinates, aka mirrored. Choose the output with
* the lowest value as primary and the rest will then be
slave
s in a mirroring set */
* the lowest value as primary and the rest will then be
replica
s in a mirroring set */
if
(
crtc_info
->
x
==
enum_crtc_info
->
x
&&
crtc_info
->
y
==
enum_crtc_info
->
y
&&
crtc_info
->
width
==
enum_crtc_info
->
width
&&
...
...
@@ -1079,7 +1079,7 @@ static BOOL xrandr14_get_monitors( ULONG_PTR adapter_id, struct x11drv_monitor *
goto
done
;
}
/* Inactive but attached monitor, no need to check for mirrored/
slave
monitors */
/* Inactive but attached monitor, no need to check for mirrored/
replica
monitors */
if
(
!
output_info
->
crtc
||
!
crtc_info
->
mode
)
{
lstrcpyW
(
monitors
[
monitor_count
].
name
,
generic_nonpnp_monitorW
);
...
...
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