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
7eb0c463
Commit
7eb0c463
authored
Nov 25, 2023
by
Torge Matthies
Committed by
Alexandre Julliard
Nov 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemac.drv: Set PFD_SUPPORT_COMPOSITION for hardware-accelerated pixel formats.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=53500
parent
208a40cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
opengl.c
dlls/winemac.drv/opengl.c
+1
-0
No files found.
dlls/winemac.drv/opengl.c
View file @
7eb0c463
...
...
@@ -4326,6 +4326,7 @@ static int macdrv_wglDescribePixelFormat(HDC hdc, int fmt, UINT size, PIXELFORMA
descr
->
dwFlags
=
PFD_SUPPORT_OPENGL
;
if
(
pf
->
window
)
descr
->
dwFlags
|=
PFD_DRAW_TO_WINDOW
;
if
(
!
pf
->
accelerated
)
descr
->
dwFlags
|=
PFD_GENERIC_FORMAT
;
else
descr
->
dwFlags
|=
PFD_SUPPORT_COMPOSITION
;
if
(
pf
->
double_buffer
)
descr
->
dwFlags
|=
PFD_DOUBLEBUFFER
;
if
(
pf
->
stereo
)
descr
->
dwFlags
|=
PFD_STEREO
;
if
(
pf
->
backing_store
)
descr
->
dwFlags
|=
PFD_SWAP_COPY
;
...
...
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