diff --git a/src/servers/app/drawing/interface/local/AccelerantHWInterface.cpp b/src/servers/app/drawing/interface/local/AccelerantHWInterface.cpp index 2ef31f8fc1..edf1bfff92 100644 --- a/src/servers/app/drawing/interface/local/AccelerantHWInterface.cpp +++ b/src/servers/app/drawing/interface/local/AccelerantHWInterface.cpp @@ -1246,8 +1246,8 @@ AccelerantHWInterface::SetCursor(ServerCursor* cursor) uint16 xHotSpot = (uint16)cursor->GetHotSpot().x; uint16 yHotSpot = (uint16)cursor->GetHotSpot().y; - uint16 width = (uint16)cursor->Bounds().Width(); - uint16 height = (uint16)cursor->Bounds().Height(); + uint16 width = (uint16)cursor->Width(); + uint16 height = (uint16)cursor->Height(); // Time to talk to the accelerant! cursorSet = fAccSetCursorBitmap(width, height, xHotSpot,