Changeset 27201 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVidPn.h
- Timestamp:
- Mar 9, 2010 10:16:07 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58561
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVidPn.h
r26794 r27201 16 16 #ifndef ___VBoxVideoVidPn_h___ 17 17 #define ___VBoxVideoVidPn_h___ 18 19 #define VBOXVDPN_C_DISPLAY_HBLANK_SIZE 200 20 #define VBOXVDPN_C_DISPLAY_VBLANK_SIZE 180 18 21 19 22 NTSTATUS vboxVidPnCheckTopology(const D3DKMDT_HVIDPN hDesiredVidPn, … … 104 107 PFNVBOXVIDPNENUMTARGETMODES pfnCallback, PVOID pContext); 105 108 109 NTSTATUS vboxVidPnPopulateMonitorSourceModeInfoFromLegacy(struct _DEVICE_EXTENSION* pDevExt, 110 D3DKMDT_MONITOR_SOURCE_MODE *pMonitorSourceMode, 111 D3DKMDT_2DREGION *pResolution, 112 D3DKMDT_MONITOR_CAPABILITIES_ORIGIN enmOrigin, 113 BOOLEAN bPreferred); 114 106 115 #endif /* #ifndef ___VBoxVideoVidPn_h___ */
Note:
See TracChangeset
for help on using the changeset viewer.