Changeset 470 in vbox for trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
- Timestamp:
- Jan 31, 2007 4:14:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r458 r470 387 387 388 388 STDMETHOD(OnMousePointerShapeChange) (BOOL visible, BOOL alpha, ULONG xHot, ULONG yHot, 389 ULONG width, ULONG height, ULONGshape)389 ULONG width, ULONG height, BYTE *shape) 390 390 { 391 391 PointerShapeChangeData *data; 392 392 data = new PointerShapeChangeData (visible, alpha, xHot, yHot, width, height, 393 (const uint8_t *)shape);393 shape); 394 394 Assert (data); 395 395 if (!data)
Note:
See TracChangeset
for help on using the changeset viewer.