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:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2007, Haiku.
|
* Copyright 2001-2008, Haiku.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -1324,7 +1324,7 @@ AccelerantHWInterface::IsDoubleBuffered() const
|
|||||||
|
|
||||||
// _DrawCursor
|
// _DrawCursor
|
||||||
void
|
void
|
||||||
AccelerantHWInterface::_DrawCursor(BRect area) const
|
AccelerantHWInterface::_DrawCursor(IntRect area) const
|
||||||
{
|
{
|
||||||
// use the default implementation for now,
|
// use the default implementation for now,
|
||||||
// until we have a hardware cursor
|
// 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.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -95,7 +95,7 @@ public:
|
|||||||
virtual bool IsDoubleBuffered() const;
|
virtual bool IsDoubleBuffered() const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void _DrawCursor(BRect area) const;
|
virtual void _DrawCursor(IntRect area) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int _OpenGraphicsDevice(int deviceNumber);
|
int _OpenGraphicsDevice(int deviceNumber);
|
||||||
|
|||||||
Reference in New Issue
Block a user