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
c2af399f
Commit
c2af399f
authored
Jan 02, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: reserve space for future events handling.
parent
c5e715f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
modules/gui/qt4/input_manager.cpp
modules/gui/qt4/input_manager.cpp
+9
-1
modules/gui/qt4/input_manager.hpp
modules/gui/qt4/input_manager.hpp
+4
-0
No files found.
modules/gui/qt4/input_manager.cpp
View file @
c2af399f
...
...
@@ -836,10 +836,18 @@ static int InputEvent( vlc_object_t *p_this, const char *,
event
=
new
IMEvent
(
CachingEvent_Type
,
0
);
break
;
case
INPUT_EVENT_BOOKMARK
:
/* event = new IMEvent( BookmarkChanged_Type, 0 );
break; */
case
INPUT_EVENT_PROGRAM
:
/* event = new IMEvent( ProgramChanged_Type, 0 );
break; */
case
INPUT_EVENT_RECORD
:
/* event = new IMEvent( RecordingEvent_Type, 0 );
break; */
case
INPUT_EVENT_SIGNAL
:
case
INPUT_EVENT_BOOKMARK
:
/* event = new IMEvent( SignalChanged_Type, 0 );
break; */
default:
event
=
NULL
;
break
;
...
...
modules/gui/qt4/input_manager.hpp
View file @
c2af399f
...
...
@@ -53,6 +53,10 @@ enum {
InfoChanged_Type
,
SynchroChanged_Type
,
CachingEvent_Type
,
/* BookmarkChanged_Type,
RecordingEvent_Type,
ProgramChanged_Type,
SignalChanged_Type, */
FullscreenControlToggle_Type
=
QEvent
::
User
+
IMEventType
+
20
,
FullscreenControlShow_Type
,
...
...
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