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
10769c59
Commit
10769c59
authored
Jul 09, 2021
by
Zebediah Figura
Committed by
Alexandre Julliard
Jul 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qedit: Switch to the quartz debug channel.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2f5805fa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
main.c
dlls/qedit/main.c
+1
-1
mediadet.c
dlls/qedit/mediadet.c
+1
-1
nullrenderer.c
dlls/qedit/nullrenderer.c
+1
-1
samplegrabber.c
dlls/qedit/samplegrabber.c
+1
-1
timeline.c
dlls/qedit/timeline.c
+1
-1
No files found.
dlls/qedit/main.c
View file @
10769c59
...
...
@@ -23,7 +23,7 @@
#include "rpcproxy.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
edit
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
BOOL
WINAPI
DllMain
(
HINSTANCE
instance
,
DWORD
reason
,
void
*
reserved
)
{
...
...
dlls/qedit/mediadet.c
View file @
10769c59
...
...
@@ -30,7 +30,7 @@
#include "qedit_private.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
edit
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
typedef
struct
MediaDetImpl
{
IUnknown
IUnknown_inner
;
...
...
dlls/qedit/nullrenderer.c
View file @
10769c59
...
...
@@ -24,7 +24,7 @@
#include "wine/debug.h"
#include "wine/strmbase.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
edit
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
struct
null_renderer
{
...
...
dlls/qedit/samplegrabber.c
View file @
10769c59
...
...
@@ -30,7 +30,7 @@
#include "qedit_private.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
edit
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
struct
sample_grabber
{
...
...
dlls/qedit/timeline.c
View file @
10769c59
...
...
@@ -30,7 +30,7 @@
#include "qedit_private.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
edit
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
typedef
struct
{
IUnknown
IUnknown_inner
;
...
...
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