ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/video_beos.cpp
(Generate patch)

Comparing BasiliskII/src/BeOS/video_beos.cpp (file contents):
Revision 1.2 by cebix, 1999-10-12T20:59:15Z vs.
Revision 1.3 by cebix, 1999-11-03T10:56:21Z

# Line 719 | Line 719 | status_t MacWindow::tick_func(void *arg)
719  
720                                  // Yes, set new cursor image if it was changed
721                                  if (memcmp(MacCursor+4, Mac2HostAddr(0x844), 64)) {
722 <                                        memcpy(MacCursor+4, Mac2HostAddr(0x844), 64);   // Cursor image
723 <                                        MacCursor[2] = ReadMacInt8(0x885);      // Hotspot
722 >                                        Mac2Host_memcpy(MacCursor+4, 0x844, 64);        // Cursor image
723 >                                        MacCursor[2] = ReadMacInt8(0x885);                      // Hotspot
724                                          MacCursor[3] = ReadMacInt8(0x887);
725                                          be_app->SetCursor(MacCursor);
726                                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines