Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
cef7569b
Commit
cef7569b
authored
Dec 22, 2003
by
Eric Petit
Browse files
beos/Video*: fixed cursor hiding (int32_t != int32 bla bla bla)
parent
5b797505
Changes
2
Hide whitespace changes
Inline
Side-by-side
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/1
1/08 18:23:40
titer Exp $
* $Id: VideoWindow.h,v 1.
10
2003/1
2/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