Changeset 38711 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Sep 12, 2011 9:32:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/surface.c
r38660 r38711 3302 3302 glCopyTexSubImage2D(This->texture_target, This->texture_level, 3303 3303 dst_rect.left /*xoffset */, dst_rect.top /* y offset */, 3304 src_rect->left, Src->currentDesc.Height - src_rect->bottom,3304 src_rect->left, src_rect->top, 3305 3305 dst_rect.right - dst_rect.left, dst_rect.bottom - dst_rect.top); 3306 3306 } else {
Note:
See TracChangeset
for help on using the changeset viewer.