Changeset 29518 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- May 17, 2010 10:06:22 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61658
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r28960 r29518 305 305 306 306 STDMETHOD(OnMousePointerShapeChange)(BOOL visible, BOOL alpha, ULONG xHot, ULONG yHot, 307 ULONG width, ULONG height, BYTE *shape)307 ULONG width, ULONG height, ComSafeArrayIn(BYTE,shape)) 308 308 { 309 309 return VBOX_E_DONT_CALL_AGAIN; … … 1243 1243 } 1244 1244 #endif /* !VBOX_WITH_HARDENING */ 1245
Note:
See TracChangeset
for help on using the changeset viewer.