VirtualBox

Changeset 51605 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jun 11, 2014 12:57:05 PM (11 years ago)
Author:
vboxsync
Message:

Main,Frontends: removed obsolete IFramebuffer methods: Address, UsesGuestVRAM, Lock, Unlock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r51604 r51605  
    11231123    if (pFramebuffer != NULL)
    11241124    {
    1125         pFramebuffer->Lock();
    1126 
    11271125        if (w != 0 && h != 0)
    11281126            pFramebuffer->NotifyUpdate(x, y, w, h);
    1129 
    1130         pFramebuffer->Unlock();
    11311127    }
    11321128
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