Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
c4508cad
Commit
c4508cad
authored
Sep 28, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused pf_wndproc (msw).
parent
c76818f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
modules/video_output/msw/events.c
modules/video_output/msw/events.c
+0
-3
modules/video_output/msw/vout.h
modules/video_output/msw/vout.h
+0
-1
No files found.
modules/video_output/msw/events.c
View file @
c4508cad
...
...
@@ -455,9 +455,6 @@ static int DirectXCreateWindow( vout_thread_t *p_vout )
}
#endif
/* We create the window ourself, there is no previous window proc. */
p_vout
->
p_sys
->
pf_wndproc
=
NULL
;
/* Get the Icon from the main app */
vlc_icon
=
NULL
;
#ifndef UNDER_CE
...
...
modules/video_output/msw/vout.h
View file @
c4508cad
...
...
@@ -93,7 +93,6 @@ struct vout_sys_t
struct
vout_window_t
*
parent_window
;
/* Parent window VLC object */
HWND
hparent
;
/* Handle of the parent window */
HWND
hfswnd
;
/* Handle of the fullscreen window */
WNDPROC
pf_wndproc
;
/* Window handling callback */
/* Multi-monitor support */
HMONITOR
hmonitor
;
/* handle of the current monitor */
...
...
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