ChangeSet ID: 10154
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/20 23:23:17
Modified files:
dlls/x11drv : x11drv.h window.c clipboard.c
Log message:
Delay the creation of the X atoms until we really need them, to allow
getting more of them in one call.
Use XGetAtomNames to retrieve all the selection atoms at once.
Patch: http://cvs.winehq.com/patch.py?id=10154
Old revision New revision Changes Path
1.8 1.9 +1 -1 wine/dlls/x11drv/x11drv.h
1.63 1.64 +1 -1 wine/dlls/x11drv/window.c
1.14 1.15 +120 -66 wine/dlls/x11drv/clipboard.c
ChangeSet ID: 10152
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/20 17:46:24
Modified files:
dlls/x11drv : x11drv_main.c
Log message:
There's no need to initialize XKB on the GDI display, this saves a
couple of server round trips.
Patch: http://cvs.winehq.com/patch.py?id=10152
Old revision New revision Changes Path
1.77 1.78 +5 -15 wine/dlls/x11drv/x11drv_main.c