- Timestamp:
- Mar 10, 2010 10:44:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r27239 r27240 1993 1993 /* Use primary device extension, because the show pointer request should be processed 1994 1994 * in vboxUpdatePointerShape regardless of the device. */ 1995 #ifndef VBOXWDDM 1995 1996 PDEVICE_EXTENSION PrimaryExtension = ((PDEVICE_EXTENSION)HwDeviceExtension)->pPrimary; 1997 #else 1998 PDEVICE_EXTENSION PrimaryExtension = (PDEVICE_EXTENSION)HwDeviceExtension; 1999 #endif 2000 1996 2001 if (DEV_MOUSE_HIDDEN(PrimaryExtension)) 1997 2002 {
Note:
See TracChangeset
for help on using the changeset viewer.