ChangeSet ID: 9742
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/13 20:16:42
Modified files:
dlls/ddraw/d3ddevice: main.c
dlls/ddraw : d3dviewport.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Add necessary AddRef/Release stuff to {Set/Get}CurrentViewport.
When changing parameters of a viewport, do the appropriate update if
it is current.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9742
Old revision New revision Changes Path
1.49 1.50 +14 -1 wine/dlls/ddraw/d3ddevice/main.c
1.22 1.23 +18 -1 wine/dlls/ddraw/d3dviewport.c
ChangeSet ID: 9740
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/11 21:26:20
Modified files:
scheduler : pthread.c
Log message:
Moved the errno functions patching to wine_pthread_init_thread so that
it's done early enough now that kernel is only loaded later on.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9740
Old revision New revision Changes Path
1.44 1.45 +13 -12 wine/scheduler/pthread.c