- some cleanup and warning fixes
commit24be30657d864e7e7b57f58024dfbf76ae3724da
authorRaphael Junqueira <fenix@club-internet.fr>
Wed, 4 Jun 2003 22:55:19 +0000 (4 22:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Jun 2003 22:55:19 +0000 (4 22:55 +0000)
treee3f3bae4bc65c9ebfe0bcb4045daaf8557ccf712
parentbca452eea6b6a74b273d3ad34bd7678c81e2ca90
- some cleanup and warning fixes
- split of CreateDevice gl/gxl detection code into FillGLCaps
- implementation of resolution change (using ChangeDisplaySettings)
  but desactived as ChangeDisplaySettings don't seem to work well
- begin of swap chain support (now need to split/clean
  gxlpbuffer/glxpixmap code for swap chain use)
dlls/d3d8/d3d8_private.h
dlls/d3d8/device.c
dlls/d3d8/directx.c
dlls/d3d8/surface.c
dlls/d3d8/swapchain.c