- Siedler3 appears to have rather limited buffers for device/description
authorMarcus Meissner <marcus@jet.franken.de>
Sun, 28 Jan 2001 23:15:17 +0000 (23:15 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 28 Jan 2001 23:15:17 +0000 (23:15 +0000)
commit15a525973b22cf0de367678277d4bfe4e06b555b
tree6c6b16731f6ac76dda6035b703930fedf0f38f92
parente81843bb61cd27c01cd96e1f56c93524b2a76db7
- Siedler3 appears to have rather limited buffers for device/description
  strings and crashes with those long strings. Shortened those strings.
- Also driver needs to be "display" for display devices (some other
  programs rely on that info I seem to remember).
- Fixed DSurface::GetSurfaceDesc to not just blindly copy a
  DDSURFACEDESC2 struct over a smaller DDSURFACEDESC one.
dlls/ddraw/ddraw/dga2.c
dlls/ddraw/ddraw/user.c
dlls/ddraw/ddraw/xvidmode.c
dlls/ddraw/ddraw_private.h
dlls/ddraw/dsurface/main.c