ChangeSet ID: 15447
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/14 10:49:13
Modified files:
dlls/user : sysparams.c
Log message:
Justin Chevrier <jchevrier(a)nexicom.net>
- Implemented SPI_GETMINIMIZEDMETRICS calculated from values returned
by GetSystemMetrics.
- Implemented SPI_SETMINIMIZEDMETRICS. Determined that the values set
here are valid for the current session only and will not persist
across reboots.
Patch: http://cvs.winehq.org/patch.py?id=15447
Old revision New revision Changes Path
1.5 1.6 +18 -6 wine/dlls/user/sysparams.c
ChangeSet ID: 15444
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/14 10:21:07
Modified files:
dlls/winedos : int21.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
In int21_ioctl - get device data-, set the "is console" bits if the
device handle is a tty or a proper console io handle.
Patch: http://cvs.winehq.org/patch.py?id=15444
Old revision New revision Changes Path
1.75 1.76 +26 -18 wine/dlls/winedos/int21.c