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:
DarkWyrm
2003-01-20 20:38:49 +00:00
parent be21660d1c
commit a3d04b0ebc
13 changed files with 1207 additions and 4 deletions
+3 -3
View File
@@ -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);
}
/*!