Re: [PATCH 3/5] ddraw: Add iface count for IDirectSurfaceImpl.
15 Jun
2011
15 Jun
'11
10:50 a.m.
2011/6/14 <rbarkauskas(a)codeweavers.com>:
+static void ddraw_surface_add_iface(IDirectDrawSurfaceImpl *This) +{ + ULONG refCount = InterlockedIncrement(&This->numIfaces); Please use wined3d code style for new code. I.e., This -> surface, refCount -> refcount, numIface -> iface_count, space after control statements, etc.
5298
Age (days ago)
5298
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet