Changeset 99828 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp
- Timestamp:
- May 17, 2023 1:48:57 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157464
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDrawCmd.cpp
r98103 r99828 158 158 } 159 159 160 void VBoxDispDumpPSO(SURFOBJ *pso, c har *s)160 void VBoxDispDumpPSO(SURFOBJ *pso, const char *s) 161 161 { 162 162 RT_NOREF(pso, s); -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispInternal.h
r98103 r99828 163 163 164 164 BOOL VBoxDispIsScreenSurface(SURFOBJ *pso); 165 void VBoxDispDumpPSO(SURFOBJ *pso, c har *s);165 void VBoxDispDumpPSO(SURFOBJ *pso, const char *s); 166 166 167 167 BOOL vrdpDrvRealizeBrush(BRUSHOBJ *pbo, SURFOBJ *psoTarget, SURFOBJ *psoPattern, SURFOBJ *psoMask,
Note:
See TracChangeset
for help on using the changeset viewer.