VirtualBox

Changeset 32974 in vbox


Ignore:
Timestamp:
Oct 7, 2010 11:25:32 AM (14 years ago)
Author:
vboxsync
Message:

Forgot to reset variables after update.

File:
1 edited

Legend:

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

    r32950 r32974  
    20262026            if (cx_max_upd < cx_max)
    20272027                cx_max_upd = cx_max;
    2028         } else if (cy_start >= 0)
     2028        } else if (cy_start >= 0) {
    20292029            /* Flush updates to display. */
    20302030            s->pDrv->pfnUpdateRect(s->pDrv, cx_min_upd * cw, cy_start * cheight,
    20312031                                   (cx_max_upd - cx_min_upd + 1) * cw, (cy - cy_start) * cheight);
     2032            cy_start = -1;
     2033            cx_max_upd = -1;
     2034            cx_min_upd = width;
     2035        }
    20322036#endif
    20332037        dest += linesize * cheight;
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