VirtualBox

Changeset 97944 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 2, 2023 4:51:55 PM (2 years ago)
Author:
vboxsync
Message:

Devices/Graphics: re r153861: This is C++, not C. bugref:10292

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r97697 r97944  
    16451645int vmsvgaR3UpdateScreen(PVGASTATECC pThisCC, VMSVGASCREENOBJECT *pScreen, int x, int y, int w, int h)
    16461646{
    1647     VBVACMDHDR cmd;
    1648 
    16491647    ASSERT_GUEST_LOGREL_MSG_RETURN(w > 0 && h > 0,
    16501648                                   ("vmsvgaR3UpdateScreen: screen %d (%d,%d) %dx%d: Invalid height and/or width supplied.\n",
     
    16521650                                   VERR_INVALID_PARAMETER);
    16531651
     1652    VBVACMDHDR cmd;
    16541653    cmd.x = (int16_t)(pScreen->xOrigin + x);
    16551654    cmd.y = (int16_t)(pScreen->yOrigin + y);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette