Am Samstag 12 Mai 2007 15:00 schrieb Vincent Fourmond:
(IDirectDrawSurfaceImpl_SetClipper): fixes segfault at HMMIV startup.
ChangeLog | 6 ++++++ dlls/ddraw/surface.c | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-)
Now that wined3d stores the clipper, the surface->clipper member should be removed and GetClipper and SetClipper should use wined3dsurface::getclipper and Setclipper(like setpalette and getpalette does). also you do not have to modify the ChangeLog file, git does that automatically when AJ commits the patch.
Also please stick to the formating of the rest of the file / function. Here you used tabs instead of spaces for indention.