AccelerantHWInterface::_DrawCursor() did not override its parent method, but
hide it (because of different argument types, BRect vs. IntRect). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24302 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b0f0bffa32
commit
b0121f5117
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2001-2007, Haiku.
|
||||
* Copyright 2001-2008, Haiku.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@ -1324,7 +1324,7 @@ AccelerantHWInterface::IsDoubleBuffered() const
|
||||
|
||||
// _DrawCursor
|
||||
void
|
||||
AccelerantHWInterface::_DrawCursor(BRect area) const
|
||||
AccelerantHWInterface::_DrawCursor(IntRect area) const
|
||||
{
|
||||
// use the default implementation for now,
|
||||
// until we have a hardware cursor
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2005-2006, Haiku.
|
||||
* Copyright 2005-2008, Haiku.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@ -95,7 +95,7 @@ public:
|
||||
virtual bool IsDoubleBuffered() const;
|
||||
|
||||
protected:
|
||||
virtual void _DrawCursor(BRect area) const;
|
||||
virtual void _DrawCursor(IntRect area) const;
|
||||
|
||||
private:
|
||||
int _OpenGraphicsDevice(int deviceNumber);
|
||||
|
Loading…
Reference in New Issue
Block a user