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
cce1c44a
Commit
cce1c44a
authored
Jul 09, 2009
by
Roderick Colenbrander
Committed by
Alexandre Julliard
Jul 10, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Get rid of depth conversion fixme.
parent
3412e22e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
xrandr.c
dlls/winex11.drv/xrandr.c
+0
-5
No files found.
dlls/winex11.drv/xrandr.c
View file @
cce1c44a
...
...
@@ -178,16 +178,11 @@ static LONG X11DRV_XRandR_SetCurrentMode(int mode)
short
rate
;
unsigned
int
i
;
int
j
;
DWORD
dwBpp
=
screen_bpp
;
wine_tsx11_lock
();
root
=
RootWindow
(
gdi_display
,
DefaultScreen
(
gdi_display
));
sc
=
pXRRGetScreenInfo
(
gdi_display
,
root
);
size
=
pXRRConfigCurrentConfiguration
(
sc
,
&
rot
);
if
(
dwBpp
!=
dd_modes
[
mode
].
dwBPP
)
{
FIXME
(
"Cannot change screen BPP from %d to %d
\n
"
,
dwBpp
,
dd_modes
[
mode
].
dwBPP
);
}
mode
=
mode
%
real_xrandr_modes_count
;
TRACE
(
"Changing Resolution to %dx%d @%d Hz
\n
"
,
...
...
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