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