Changeset 29453 in vbox
- Timestamp:
- May 13, 2010 11:39:16 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/VirtualBoxCallbackImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxCallbackImpl.cpp
r28800 r29453 167 167 return S_OK; 168 168 169 #if defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64) 170 /* Letting this thru crashes in VariantInit, probably because the last 171 parameter is a BYTE pointer. For now, don't let it thru to python or 172 what other users this class might have. */ 173 /** @todo Figure if this applies to 32-bit hosts as well. */ 174 /** @todo Find better solution? */ 175 return VBOX_E_DONT_CALL_AGAIN; 176 #else 169 177 return mConsoleCallback->OnMousePointerShapeChange(visible, alpha, xHot, yHot, width, height, shape); 178 #endif 170 179 } 171 180
Note:
See TracChangeset
for help on using the changeset viewer.

