Tweaked AccelerantDriver to utilize recent DisplayDriver changes
Added a number of new files to server app_server now included in the build git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2524 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -345,7 +345,7 @@ void AccelerantDriver::FillTriangle(BPoint *pts, BRect r, LayerData *d, int8 *pa
|
||||
*/
|
||||
void AccelerantDriver::HideCursor(void)
|
||||
{
|
||||
_SetCursorHidden(true);
|
||||
// _SetCursorHidden(true);
|
||||
}
|
||||
|
||||
/*!
|
||||
@@ -377,7 +377,7 @@ void AccelerantDriver::InvertRect(BRect r)
|
||||
*/
|
||||
void AccelerantDriver::ShowCursor(void)
|
||||
{
|
||||
_SetCursorHidden(false);
|
||||
//_SetCursorHidden(false);
|
||||
}
|
||||
|
||||
/*!
|
||||
@@ -389,7 +389,7 @@ void AccelerantDriver::ShowCursor(void)
|
||||
*/
|
||||
void AccelerantDriver::ObscureCursor(void)
|
||||
{
|
||||
_SetCursorObscured(true);
|
||||
//_SetCursorObscured(true);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user