VirtualBox

Ignore:
Timestamp:
Mar 20, 2025 5:16:50 PM (4 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168080
Message:

Additions/x11/VBoxClient/testcase: clang build fixes, bugref:10391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp

    r106061 r108667  
    383383}
    384384
    385 int VbglR3SeamlessSetCap(bool bState)
     385VBGLR3DECL(int) VbglR3SeamlessSetCap(bool bState)
    386386{
    387387    RTPrintf("%s\n", bState ? "Seamless capability set"
     
    390390}
    391391
    392 int VbglR3CtlFilterMask(uint32_t u32OrMask, uint32_t u32NotMask)
     392VBGLR3DECL(int) VbglR3CtlFilterMask(uint32_t u32OrMask, uint32_t u32NotMask)
    393393{
    394394    RTPrintf("IRQ filter mask changed.  Or mask: 0x%x.  Not mask: 0x%x\n",
     
    397397}
    398398
    399 int VbglR3SeamlessWaitEvent(VMMDevSeamlessMode *pMode)
     399VBGLR3DECL(int) VbglR3SeamlessWaitEvent(VMMDevSeamlessMode *pMode)
    400400{
    401401    RT_NOREF(pMode);
Note: See TracChangeset for help on using the changeset viewer.

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