Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
5cb2de50
Commit
5cb2de50
authored
Jul 25, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing spaces.
parent
eb12915b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
modules/gui/qt4/components/preferences_widgets.hpp
modules/gui/qt4/components/preferences_widgets.hpp
+1
-1
modules/gui/qt4/components/vistaassoc.h
modules/gui/qt4/components/vistaassoc.h
+1
-1
modules/video_output/msw/direct3d.c
modules/video_output/msw/direct3d.c
+3
-3
modules/video_output/msw/directx.c
modules/video_output/msw/directx.c
+1
-1
modules/video_output/msw/events.c
modules/video_output/msw/events.c
+1
-1
No files found.
modules/gui/qt4/components/preferences_widgets.hpp
View file @
5cb2de50
...
...
@@ -207,7 +207,7 @@ public:
virtual
void
show
()
{
checkbox
->
show
();
}
virtual
void
hide
()
{
checkbox
->
hide
();
}
virtual
int
getType
()
{
return
CONFIG_ITEM_BOOL
;
}
private:
private:
QAbstractButton
*
checkbox
;
void
finish
();
};
...
...
modules/gui/qt4/components/vistaassoc.h
View file @
5cb2de50
...
...
@@ -59,7 +59,7 @@ typedef GUID IID;
#define REFIID const IID* const
extern
"C"
{
HRESULT
WINAPI
CoCreateInstance
(
const
GUID
*
,
LPUNKNOWN
,
DWORD
,
REFIID
,
PVOID
*
);
HRESULT
WINAPI
CoCreateInstance
(
const
GUID
*
,
LPUNKNOWN
,
DWORD
,
REFIID
,
PVOID
*
);
HRESULT
WINAPI
CoInitialize
(
PVOID
);
void
WINAPI
CoUninitialize
(
void
);
};
...
...
modules/video_output/msw/direct3d.c
View file @
5cb2de50
...
...
@@ -385,7 +385,7 @@ static int Manage( vout_thread_t *p_vout )
#endif
p_vout
->
p_sys
->
i_changes
&=
~
DX_POSITION_CHANGE
;
}
/*
* Desktop mode change
*/
...
...
@@ -399,7 +399,7 @@ static int Manage( vout_thread_t *p_vout )
/* Reset the flag */
p_vout
->
p_sys
->
i_changes
&=
~
DX_DESKTOP_CHANGE
;
}
if
(
p_vout
->
p_sys
->
i_changes
&
EVENT_THREAD_ENDED
&&
p_vout
->
p_sys
->
i_changes
&
SWITCHING_MODE_FLAG
)
{
...
...
@@ -1323,7 +1323,7 @@ static void Direct3DVoutRenderScene( vout_thread_t *p_vout, picture_t *p_pic )
if
(
p_vout
->
p_sys
->
i_changes
&
SWITCHING_MODE_FLAG
)
return
;
// check if device is still available
hr
=
IDirect3DDevice9_TestCooperativeLevel
(
p_d3ddev
);
if
(
FAILED
(
hr
)
)
...
...
modules/video_output/msw/directx.c
View file @
5cb2de50
...
...
@@ -1756,7 +1756,7 @@ static void DirectXGetDDrawCaps( vout_thread_t *p_vout )
bAlignSizeSrc
=
(
ddcaps
.
dwCaps
&
DDCAPS_ALIGNSIZESRC
)
?
1
:
0
;
/* Determine overlay destination size alignment */
bAlignSizeDest
=
(
ddcaps
.
dwCaps
&
DDCAPS_ALIGNSIZEDEST
)
?
1
:
0
;
msg_Dbg
(
p_vout
,
"DirectDraw Capabilities: overlay=%i yuvoverlay=%i "
"can_deinterlace_overlay=%i colorkey=%i stretch=%i "
"bltfourcc=%i"
,
...
...
modules/video_output/msw/events.c
View file @
5cb2de50
...
...
@@ -385,7 +385,7 @@ void* EventThread( vlc_object_t *p_this )
DirectXCloseWindow
(
p_event
->
p_vout
);
vlc_restorecancel
(
canc
);
/* clear the changes formerly signaled */
p_event
->
p_vout
->
p_sys
->
i_changes
=
EVENT_THREAD_ENDED
;
return
NULL
;
...
...
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