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
f04dfcd2
Commit
f04dfcd2
authored
Aug 18, 2015
by
Józef Kucia
Committed by
Alexandre Julliard
Aug 18, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10: Do not use '\n' in the middle of TRACE.
parent
1cb7878b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
d3d10_main.c
dlls/d3d10/d3d10_main.c
+2
-2
No files found.
dlls/d3d10/d3d10_main.c
View file @
f04dfcd2
...
...
@@ -139,8 +139,8 @@ HRESULT WINAPI D3D10CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D10_DRIVER
IDXGIFactory
*
factory
;
HRESULT
hr
;
TRACE
(
"adapter %p, driver_type %s, swrast %p, flags %#x, sdk_version %d,
\n
"
"
\t
swapchain_desc %p, swapchain %p, device %p
\n
"
,
TRACE
(
"adapter %p, driver_type %s, swrast %p, flags %#x, sdk_version %d,
"
"swapchain_desc %p, swapchain %p, device %p
\n
"
,
adapter
,
debug_d3d10_driver_type
(
driver_type
),
swrast
,
flags
,
sdk_version
,
swapchain_desc
,
swapchain
,
device
);
...
...
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