ddraw: The texture interface shares its refcount with the surface interface version...
commit814fd3b39efa7e2e99d598212648786bf301b914
authorHenri Verbeet <hverbeet@codeweavers.com>
Sun, 1 Apr 2012 11:12:03 +0000 (1 13:12 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 2 Apr 2012 10:39:28 +0000 (2 12:39 +0200)
tree6f23f698495eecacad086fa0ab6006c838630320
parent7dd4f439e33c37d6a1f2afd1febee7062886b751
ddraw: The texture interface shares its refcount with the surface interface version used to create the surface.

This probably implies that on native the texture interface is part of a
separate object that's aggregated by the surface.
dlls/ddraw/ddraw_private.h
dlls/ddraw/surface.c