Clock: fixes 64 bit warnings
This commit is contained in:
@@ -333,7 +333,7 @@ void
|
|||||||
TOnscreenView::MouseDown( BPoint point )
|
TOnscreenView::MouseDown( BPoint point )
|
||||||
{
|
{
|
||||||
BPoint cursor;
|
BPoint cursor;
|
||||||
ulong buttons;
|
uint32 buttons;
|
||||||
BRect bounds = Bounds();
|
BRect bounds = Bounds();
|
||||||
|
|
||||||
GetMouse(&cursor,&buttons);
|
GetMouse(&cursor,&buttons);
|
||||||
|
|||||||
Reference in New Issue
Block a user