Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively
authorAlexandre Julliard <julliard@winehq.org>
Fri, 6 May 2005 19:38:50 +0000 (19:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 6 May 2005 19:38:50 +0000 (19:38 +0000)
commitc3116c5e6108fd33b9f25a8acf8e2dfe370aa87c
treedd6ed19e2abedaf35aa020056ba28d825da38185
parentf1660daef9e953cf84245a459430d97ba0a33b7c
Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively
to follow the namespace conventions and make it clear that they are
drivers and not dlls.
Moved the graphics driver configuration to HKLM\Software\Wine\Drivers.
18 files changed:
dlls/Makefile.in
dlls/d3d8/d3d8_main.c
dlls/d3d9/d3d9_main.c
dlls/ddraw/main.c
dlls/gdi/driver.c
dlls/imm32/imm.c
dlls/make_dlls
dlls/opengl32/wgl.c
dlls/ttydrv/.cvsignore
dlls/ttydrv/Makefile.in
dlls/ttydrv/winetty.drv.spec [moved from dlls/ttydrv/ttydrv.spec with 100% similarity]
dlls/user/user_main.c
dlls/wined3d/wined3d_main.c
dlls/wintab32/wintab32.c
dlls/x11drv/.cvsignore
dlls/x11drv/Makefile.in
dlls/x11drv/winex11.drv.spec [moved from dlls/x11drv/x11drv.spec with 100% similarity]
documentation/samples/config