ChangeSet ID: 18646
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/05 06:00:09
Modified files:
dlls/winspool : info.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Add one more level of indirection to the printer handle array to allow
more information than just the name to be stored.
Wrap accesses to the printer handle array in a critsec.
Patch: http://cvs.winehq.org/patch.py?id=18646
Old revision New revision Changes Path
1.109 1.110 +113 -45 wine/dlls/winspool/info.c
ChangeSet ID: 18642
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/05 05:58:41
Modified files:
dlls/x11drv : opengl.c
Log message:
Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Make sure that the OpenGL visual created for a window has a stencil
buffer.
Patch: http://cvs.winehq.org/patch.py?id=18642
Old revision New revision Changes Path
1.8 1.9 +16 -4 wine/dlls/x11drv/opengl.c