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
79140eb2
Commit
79140eb2
authored
Jul 10, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Aug 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
graphicscapture: Trim default debug channel.
The maximum size for a debug channel name is 15.
parent
61b80f67
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main.c
dlls/graphicscapture/main.c
+1
-1
session.c
dlls/graphicscapture/session.c
+1
-1
No files found.
dlls/graphicscapture/main.c
View file @
79140eb2
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include "wine/debug.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
graphics
capture
);
WINE_DEFAULT_DEBUG_CHANNEL
(
capture
);
HRESULT
WINAPI
DllGetActivationFactory
(
HSTRING
classid
,
IActivationFactory
**
factory
)
HRESULT
WINAPI
DllGetActivationFactory
(
HSTRING
classid
,
IActivationFactory
**
factory
)
{
{
...
...
dlls/graphicscapture/session.c
View file @
79140eb2
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#include "private.h"
#include "private.h"
#include "wine/debug.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
graphics
capture
);
WINE_DEFAULT_DEBUG_CHANNEL
(
capture
);
struct
session
struct
session
{
{
...
...
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