Changeset 13835 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 5, 2008 2:34:43 AM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r13580 r13835 3485 3485 srcAndMaskPtr, srcShapePtr, &mDarwinCursor); 3486 3486 AssertRC (rc); 3487 if ( VBOX_SUCCESS (rc))3487 if (RT_SUCCESS (rc)) 3488 3488 { 3489 3489 /** @todo check current mouse coordinates. */ … … 3491 3491 AssertRC (rc); 3492 3492 } 3493 ok = VBOX_SUCCESS (rc);3493 ok = RT_SUCCESS (rc); 3494 3494 NOREF (srcShapePtrScan); 3495 3495 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r13580 r13835 3462 3462 return true; 3463 3463 int rc = DBGGuiCreate (csession.raw(), &dbg_gui); 3464 if ( VBOX_SUCCESS (rc))3464 if (RT_SUCCESS (rc)) 3465 3465 { 3466 3466 dbgAdjustRelativePos();
Note:
See TracChangeset
for help on using the changeset viewer.