ChangeSet ID: 10146 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2003/11/20 16:09:52 Modified files: dlls/x11drv : x11drv.h window.c event.c Makefile.in Added files: dlls/x11drv : xdnd.c Log message: Ulrich Czekalla <ulrich.czekalla(a)utoronto.ca> Initial implementation to support XDND protocol. Patch: http://cvs.winehq.com/patch.py?id=10146 Old revision New revision Changes Path 1.7 1.8 +19 -0 wine/dlls/x11drv/x11drv.h 1.61 1.62 +21 -0 wine/dlls/x11drv/window.c 1.25 1.26 +2 -1 wine/dlls/x11drv/event.c 1.34 1.35 +1 -0 wine/dlls/x11drv/Makefile.in Added 1.1 +0 -0 wine/dlls/x11drv/xdnd.c