ChangeSet ID: 100283338096703199390322 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/10/11 16:49:40
Modified files: dlls/ttydrv : wnd.c dlls/x11drv : scroll.c winpos.c include : win.h windows : property.c win.c winpos.c
Log message: Removed next and child fields in the window structure and use WIN_ListChildren instead.
Patch: http://cvs.winehq.com/patch.py?id=100283338096703199390322
Revision Changes Path 1.15 +36 -24 wine/dlls/ttydrv/wnd.c 1.4 +20 -14 wine/dlls/x11drv/scroll.c 1.28 +42 -49 wine/dlls/x11drv/winpos.c 1.59 +2 -4 wine/include/win.h 1.15 +4 -1 wine/windows/property.c 1.159 +106 -106 wine/windows/win.c 1.122 +110 -100 wine/windows/winpos.c