ChangeSet ID: 8473
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/06/13 13:53:06
Modified files:
dlls/d3d8 : directx.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
When emulating fullscreen it helps to not allocate space for menu bars
and borders. Make this window a popup window.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8473
Old revision New revision Changes Path
1.43 1.44 +5 -0 wine/dlls/d3d8/directx.c
ChangeSet ID: 8467
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/06/13 13:05:18
Modified files:
msdos : int21.c
dlls/winedos : int21.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
Move get current directory and set current directory int21
subfunctions into winedos. Fix quite a few bugs in the implementation
of these functions.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8467
Old revision New revision Changes Path
1.94 1.95 +0 -66 wine/msdos/int21.c
1.36 1.37 +163 -4 wine/dlls/winedos/int21.c