Changeset 108667 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp
- Timestamp:
- Mar 20, 2025 5:16:50 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168080
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp
r106061 r108667 383 383 } 384 384 385 intVbglR3SeamlessSetCap(bool bState)385 VBGLR3DECL(int) VbglR3SeamlessSetCap(bool bState) 386 386 { 387 387 RTPrintf("%s\n", bState ? "Seamless capability set" … … 390 390 } 391 391 392 intVbglR3CtlFilterMask(uint32_t u32OrMask, uint32_t u32NotMask)392 VBGLR3DECL(int) VbglR3CtlFilterMask(uint32_t u32OrMask, uint32_t u32NotMask) 393 393 { 394 394 RTPrintf("IRQ filter mask changed. Or mask: 0x%x. Not mask: 0x%x\n", … … 397 397 } 398 398 399 intVbglR3SeamlessWaitEvent(VMMDevSeamlessMode *pMode)399 VBGLR3DECL(int) VbglR3SeamlessWaitEvent(VMMDevSeamlessMode *pMode) 400 400 { 401 401 RT_NOREF(pMode);
Note:
See TracChangeset
for help on using the changeset viewer.