Module: wine Branch: master Commit: e1ced22db16a533f8e5e7ae18d8a96b15d12f5a9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e1ced22db16a533f8e5e7ae18d...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Oct 18 19:19:45 2008 +0200
ddraw: Convert source files to utf-8.
---
dlls/ddraw/clipper.c | 2 +- dlls/ddraw/ddraw.c | 2 +- dlls/ddraw/ddraw_private.h | 2 +- dlls/ddraw/device.c | 2 +- dlls/ddraw/direct3d.c | 2 +- dlls/ddraw/executebuffer.c | 2 +- dlls/ddraw/gamma.c | 2 +- dlls/ddraw/light.c | 2 +- dlls/ddraw/main.c | 2 +- dlls/ddraw/material.c | 2 +- dlls/ddraw/palette.c | 2 +- dlls/ddraw/parent.c | 2 +- dlls/ddraw/surface.c | 4 ++-- dlls/ddraw/tests/d3d.c | 2 +- dlls/ddraw/tests/dsurface.c | 2 +- dlls/ddraw/tests/overlay.c | 2 +- dlls/ddraw/tests/visual.c | 2 +- dlls/ddraw/texture.c | 2 +- dlls/ddraw/utils.c | 2 +- dlls/ddraw/vertexbuffer.c | 2 +- dlls/ddraw/viewport.c | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/dlls/ddraw/clipper.c b/dlls/ddraw/clipper.c index 517bc7c..e3bbfb9 100644 --- a/dlls/ddraw/clipper.c +++ b/dlls/ddraw/clipper.c @@ -2,7 +2,7 @@ * * Copyright 2000 (c) Marcus Meissner * Copyright 2000 (c) TransGaming Technologies Inc. - * Copyright 2006 (c) Stefan D�singer + * Copyright 2006 (c) Stefan Dösinger * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/ddraw/ddraw.c b/dlls/ddraw/ddraw.c index 3af4da4..3f608f7 100644 --- a/dlls/ddraw/ddraw.c +++ b/dlls/ddraw/ddraw.c @@ -2,7 +2,7 @@ * Copyright 1997-2000 Marcus Meissner * Copyright 1998-2000 Lionel Ulmer * Copyright 2000-2001 TransGaming Technologies Inc. - * Copyright 2006 Stefan D�singer + * Copyright 2006 Stefan Dösinger * Copyright 2008 Denver Gingerich * * This library is free software; you can redistribute it and/or diff --git a/dlls/ddraw/ddraw_private.h b/dlls/ddraw/ddraw_private.h index a92f7f4..7ff3c5c 100644 --- a/dlls/ddraw/ddraw_private.h +++ b/dlls/ddraw/ddraw_private.h @@ -1,5 +1,5 @@ /* - * Copyright 2006 Stefan D�singer + * Copyright 2006 Stefan Dösinger * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/ddraw/device.c b/dlls/ddraw/device.c index 2eb2ae2..7efc66f 100644 --- a/dlls/ddraw/device.c +++ b/dlls/ddraw/device.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1998-2004 Lionel Ulmer * Copyright (c) 2002-2005 Christian Costa - * Copyright (c) 2006 Stefan D�singer + * Copyright (c) 2006 Stefan Dösinger * Copyright (c) 2008 Alexander Dorofeyev * * This library is free software; you can redistribute it and/or diff --git a/dlls/ddraw/direct3d.c b/dlls/ddraw/direct3d.c index 5e21e5b..60591d6 100644 --- a/dlls/ddraw/direct3d.c +++ b/dlls/ddraw/direct3d.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Stefan D�singer + * Copyright (c) 2006 Stefan Dösinger * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/ddraw/executebuffer.c b/dlls/ddraw/executebuffer.c index 799390b..f862d53 100644 --- a/dlls/ddraw/executebuffer.c +++ b/dlls/ddraw/executebuffer.c @@ -1,7 +1,7 @@ /* Direct3D ExecuteBuffer * Copyright (c) 1998-2004 Lionel ULMER * Copyright (c) 2002-2004 Christian Costa - * Copyright (c) 2006 Stefan D�singer + * Copyright (c) 2006 Stefan Dösinger * * This file contains the implementation of IDirect3DExecuteBuffer. * diff --git a/dlls/ddraw/gamma.c b/dlls/ddraw/gamma.c index 949d673..71182f4 100644 --- a/dlls/ddraw/gamma.c +++ b/dlls/ddraw/gamma.c @@ -1,7 +1,7 @@ /* DirectDrawGammaControl implementation * * Copyright 2001 TransGaming Technologies Inc. - * Copyright 2006 Stefan D�singer + * Copyright 2006 Stefan Dösinger * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/ddraw/light.c b/dlls/ddraw/light.c index eec147e..e09c7b6 100644 --- a/dlls/ddraw/light.c +++ b/dlls/ddraw/light.c @@ -1,6 +1,6 @@ /* Direct3D Light * Copyright (c) 1998 / 2002 Lionel ULMER - * Copyright (c) 2006 Stefan D�SINGER + * Copyright (c) 2006 Stefan DÖSINGER * * This file contains the implementation of Direct3DLight. * diff --git a/dlls/ddraw/main.c b/dlls/ddraw/main.c index 5f04fea..9d882c6 100644 --- a/dlls/ddraw/main.c +++ b/dlls/ddraw/main.c @@ -3,7 +3,7 @@ * Copyright 1997-1999 Marcus Meissner * Copyright 1998 Lionel Ulmer * Copyright 2000-2001 TransGaming Technologies Inc. - * Copyright 2006 Stefan D�singer + * Copyright 2006 Stefan Dösinger * Copyright 2008 Denver Gingerich * * This file contains the (internal) driver registration functions, diff --git a/dlls/ddraw/material.c b/dlls/ddraw/material.c index d6b9a7c..a1185f5 100644 --- a/dlls/ddraw/material.c +++ b/dlls/ddraw/material.c @@ -1,6 +1,6 @@ /* Direct3D Material * Copyright (c) 2002 Lionel ULMER - * Copyright (c) 2006 Stefan D�SINGER + * Copyright (c) 2006 Stefan DÖSINGER * * This file contains the implementation of Direct3DMaterial. * diff --git a/dlls/ddraw/palette.c b/dlls/ddraw/palette.c index 5ac2ae8..7e9776e 100644 --- a/dlls/ddraw/palette.c +++ b/dlls/ddraw/palette.c @@ -1,6 +1,6 @@ /* DirectDraw - IDirectPalette base interface * - * Copyright 2006 Stefan D�singer + * Copyright 2006 Stefan Dösinger * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/ddraw/parent.c b/dlls/ddraw/parent.c index 163bc4d..0846826 100644 --- a/dlls/ddraw/parent.c +++ b/dlls/ddraw/parent.c @@ -1,7 +1,7 @@ /* * IParent implementation * - * Copyright (c) 2006 Stefan D�singer + * Copyright (c) 2006 Stefan Dösinger * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/ddraw/surface.c b/dlls/ddraw/surface.c index 727bcce..d263f67 100644 --- a/dlls/ddraw/surface.c +++ b/dlls/ddraw/surface.c @@ -3,7 +3,7 @@ * Copyright (c) 1997-2000 Marcus Meissner * Copyright (c) 1998-2000 Lionel Ulmer * Copyright (c) 2000-2001 TransGaming Technologies Inc. - * Copyright (c) 2006 Stefan D�singer + * Copyright (c) 2006 Stefan Dösinger * * This file contains the (internal) driver registration functions, * driver enumeration APIs and DirectDraw creation functions. @@ -1036,7 +1036,7 @@ IDirectDrawSurfaceImpl_AddOverlayDirtyRect(IDirectDrawSurface7 *iface,
/* MSDN says it's not implemented. I could forward it to WineD3D, * then we'd implement it, but I don't think that's a good idea - * (Stefan D�singer) + * (Stefan Dösinger) */ #if 0 return IWineD3DSurface_AddOverlayDirtyRect(This->WineD3DSurface, pRect); diff --git a/dlls/ddraw/tests/d3d.c b/dlls/ddraw/tests/d3d.c index 9bb5552..94a0dfe 100644 --- a/dlls/ddraw/tests/d3d.c +++ b/dlls/ddraw/tests/d3d.c @@ -2,7 +2,7 @@ * Some unit tests for d3d functions * * Copyright (C) 2005 Antoine Chavasse - * Copyright (C) 2006 Stefan D�singer for CodeWeavers + * Copyright (C) 2006 Stefan Dösinger for CodeWeavers * Copyright (C) 2008 Alexander Dorofeyev * * This library is free software; you can redistribute it and/or diff --git a/dlls/ddraw/tests/dsurface.c b/dlls/ddraw/tests/dsurface.c index fc7bb88..ccd75e0 100644 --- a/dlls/ddraw/tests/dsurface.c +++ b/dlls/ddraw/tests/dsurface.c @@ -4,7 +4,7 @@ * Copyright (C) 2005 Antoine Chavasse (a.chavasse@gmail.com) * Copyright (C) 2005 Christian Costa * Copyright 2005 Ivan Leo Puoti - * Copyright (C) 2007 Stefan D�singer + * Copyright (C) 2007 Stefan Dösinger * Copyright (C) 2008 Alexander Dorofeyev * * This library is free software; you can redistribute it and/or diff --git a/dlls/ddraw/tests/overlay.c b/dlls/ddraw/tests/overlay.c index b5fcdc7..8dd8805 100644 --- a/dlls/ddraw/tests/overlay.c +++ b/dlls/ddraw/tests/overlay.c @@ -1,7 +1,7 @@ /* * Unit tests for DirectDraw overlay functions * - * Copyright (C) 2008 Stefan D�singer for CodeWeavers + * Copyright (C) 2008 Stefan Dösinger for CodeWeavers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/ddraw/tests/visual.c b/dlls/ddraw/tests/visual.c index ede24eb..12f11c9 100644 --- a/dlls/ddraw/tests/visual.c +++ b/dlls/ddraw/tests/visual.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Stefan D�singer(for CodeWeavers) + * Copyright (C) 2007 Stefan Dösinger(for CodeWeavers) * Copyright (C) 2008 Alexander Dorofeyev * * This library is free software; you can redistribute it and/or diff --git a/dlls/ddraw/texture.c b/dlls/ddraw/texture.c index 046a51e..2097a01 100644 --- a/dlls/ddraw/texture.c +++ b/dlls/ddraw/texture.c @@ -1,6 +1,6 @@ /* Direct3D Texture * Copyright (c) 1998 Lionel ULMER - * Copyright (c) 2006 Stefan D�SINGER + * Copyright (c) 2006 Stefan DÖSINGER * * This file contains the implementation of interface Direct3DTexture2. * diff --git a/dlls/ddraw/utils.c b/dlls/ddraw/utils.c index 02d74c7..b07ebd8 100644 --- a/dlls/ddraw/utils.c +++ b/dlls/ddraw/utils.c @@ -4,7 +4,7 @@ * Copyright (c) 1997-2000 Marcus Meissner * Copyright (c) 1998 Lionel Ulmer * Copyright (c) 2000 TransGaming Technologies Inc. - * Copyright (c) 2006 Stefan D�singer + * Copyright (c) 2006 Stefan Dösinger * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/ddraw/vertexbuffer.c b/dlls/ddraw/vertexbuffer.c index 2469644..caac15f 100644 --- a/dlls/ddraw/vertexbuffer.c +++ b/dlls/ddraw/vertexbuffer.c @@ -1,6 +1,6 @@ /* Direct3D Vertex Buffer * Copyright (c) 2002 Lionel ULMER - * Copyright (c) 2006 Stefan D�SINGER + * Copyright (c) 2006 Stefan DÖSINGER * * This file contains the implementation of Direct3DVertexBuffer COM object * diff --git a/dlls/ddraw/viewport.c b/dlls/ddraw/viewport.c index bb71955..4da988d 100644 --- a/dlls/ddraw/viewport.c +++ b/dlls/ddraw/viewport.c @@ -1,6 +1,6 @@ /* Direct3D Viewport * Copyright (c) 1998 Lionel ULMER - * Copyright (c) 2006-2007 Stefan D�SINGER + * Copyright (c) 2006-2007 Stefan DÖSINGER * * This file contains the implementation of Direct3DViewport2. *