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
20a09a30
Commit
20a09a30
authored
Feb 26, 2024
by
Rémi Bernon
Committed by
Alexandre Julliard
Mar 06, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32u: Remove unused wine_devpropkey_monitor_adapternameW property.
parent
ab5d9bb6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
sysparams.c
dlls/win32u/sysparams.c
+0
-18
No files found.
dlls/win32u/sysparams.c
View file @
20a09a30
...
...
@@ -159,14 +159,6 @@ static const WCHAR wine_devpropkey_monitor_rcworkW[] =
'\\'
,
'0'
,
'0'
,
'0'
,
'4'
};
static
const
WCHAR
wine_devpropkey_monitor_adapternameW
[]
=
{
'P'
,
'r'
,
'o'
,
'p'
,
'e'
,
'r'
,
't'
,
'i'
,
'e'
,
's'
,
'\\'
,
'{'
,
'2'
,
'3'
,
'3'
,
'a'
,
'9'
,
'e'
,
'f'
,
'3'
,
'-'
,
'a'
,
'f'
,
'c'
,
'4'
,
'-'
,
'4'
,
'a'
,
'b'
,
'd'
,
'-'
,
'b'
,
'5'
,
'6'
,
'4'
,
'-'
,
'c'
,
'3'
,
'2'
,
'f'
,
'2'
,
'1'
,
'f'
,
'1'
,
'5'
,
'3'
,
'5'
,
'b'
,
'}'
,
'\\'
,
'0'
,
'0'
,
'0'
,
'5'
};
static
const
WCHAR
device_instanceW
[]
=
{
'D'
,
'e'
,
'v'
,
'i'
,
'c'
,
'e'
,
'I'
,
'n'
,
's'
,
't'
,
'a'
,
'n'
,
'c'
,
'e'
,
0
};
static
const
WCHAR
controlW
[]
=
{
'C'
,
'o'
,
'n'
,
't'
,
'r'
,
'o'
,
'l'
};
static
const
WCHAR
device_parametersW
[]
=
...
...
@@ -1521,16 +1513,6 @@ static void add_monitor( const struct gdi_monitor *monitor, void *param )
NtClose
(
subkey
);
}
/* WINE_DEVPROPKEY_MONITOR_ADAPTERNAME */
if
((
subkey
=
reg_create_key
(
hkey
,
wine_devpropkey_monitor_adapternameW
,
sizeof
(
wine_devpropkey_monitor_adapternameW
),
0
,
NULL
)))
{
sprintf
(
buffer
,
"
\\\\
.
\\
DISPLAY%u"
,
ctx
->
video_count
);
set_reg_value
(
subkey
,
NULL
,
0xffff0000
|
DEVPROP_TYPE_STRING
,
bufferW
,
asciiz_to_unicode
(
bufferW
,
buffer
));
NtClose
(
subkey
);
}
/* DEVPROPKEY_MONITOR_GPU_LUID */
if
((
subkey
=
reg_create_key
(
hkey
,
devpropkey_monitor_gpu_luidW
,
sizeof
(
devpropkey_monitor_gpu_luidW
),
0
,
NULL
)))
...
...
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