Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
cef7569b
Commit
cef7569b
authored
Dec 22, 2003
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
beos/Video*: fixed cursor hiding (int32_t != int32 bla bla bla)
parent
5b797505
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/gui/beos/VideoOutput.cpp
modules/gui/beos/VideoOutput.cpp
+2
-2
modules/gui/beos/VideoWindow.h
modules/gui/beos/VideoWindow.h
+2
-2
No files found.
modules/gui/beos/VideoOutput.cpp
View file @
cef7569b
...
...
@@ -2,7 +2,7 @@
* vout_beos.cpp: beos video output display method
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: VideoOutput.cpp,v 1.2
7 2003/12/22 11:08:00
titer Exp $
* $Id: VideoOutput.cpp,v 1.2
8 2003/12/22 11:14:25
titer Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -1309,7 +1309,7 @@ VLCView::MouseUp( BPoint where )
* VLCVIew::MouseMoved
*****************************************************************************/
void
VLCView
::
MouseMoved
(
BPoint
point
,
uint32
_t
transit
,
const
BMessage
*
dragMessage
)
VLCView
::
MouseMoved
(
BPoint
point
,
uint32
transit
,
const
BMessage
*
dragMessage
)
{
fLastMouseMovedTime
=
system_time
();
fCursorHidden
=
false
;
...
...
modules/gui/beos/VideoWindow.h
View file @
cef7569b
...
...
@@ -2,7 +2,7 @@
* VideoWindow.h: BeOS video window class prototype
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: VideoWindow.h,v 1.
9 2003/11/08 18:23:40
titer Exp $
* $Id: VideoWindow.h,v 1.
10 2003/12/22 11:14:25
titer Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Tony Castley <tcastley@mail.powerup.com.au>
...
...
@@ -113,7 +113,7 @@ class VLCView : public BView
virtual
void
AttachedToWindow
();
virtual
void
MouseDown
(
BPoint
where
);
virtual
void
MouseUp
(
BPoint
where
);
virtual
void
MouseMoved
(
BPoint
where
,
uint32
_t
transit
,
virtual
void
MouseMoved
(
BPoint
where
,
uint32
transit
,
const
BMessage
*
dragMessage
);
virtual
void
Pulse
();
virtual
void
Draw
(
BRect
updateRect
);
...
...
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