VirtualBox

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


Ignore:
Timestamp:
Apr 30, 2015 10:54:08 AM (10 years ago)
Author:
vboxsync
Message:

Main: take approvals of VBoxEventType_OnCanShowWindow into account.

File:
1 edited

Legend:

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

    r55443 r55542  
    66976697            {
    66986698                BOOL fVetoed = FALSE;
     6699                BOOL fApproved = FALSE;
    66996700                pCanShowEvent->IsVetoed(&fVetoed);
    6700                 *aCanShow = !fVetoed;
     6701                pCanShowEvent->IsApproved(&fApproved);
     6702                *aCanShow = fApproved || !fVetoed;
    67016703            }
    67026704            else
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