ChangeSet ID: 10137 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/19 22:24:18
Modified files: graphics/x11drv: xfont.c dlls/x11drv : x11drv_main.c x11drv.h window.c event.c desktop.c clipboard.c
Log message: Intern all the atoms we'll need in one step to avoid multiple server round trips.
Patch: http://cvs.winehq.com/patch.py?id=10137
Old revision New revision Changes Path 1.121 1.122 +4 -17 wine/graphics/x11drv/xfont.c 1.76 1.77 +0 -7 wine/dlls/x11drv/x11drv_main.c 1.6 1.7 +35 -26 wine/dlls/x11drv/x11drv.h 1.60 1.61 +69 -64 wine/dlls/x11drv/window.c 1.24 1.25 +24 -25 wine/dlls/x11drv/event.c 1.16 1.17 +3 -1 wine/dlls/x11drv/desktop.c 1.12 1.13 +60 -86 wine/dlls/x11drv/clipboard.c