Re: winex11.drv: send proper file path for drag and drop

2007-07-11 Thread Lei Zhang
On 7/11/07, Damjan Jovanovic <[EMAIL PROTECTED]> wrote: On 7/11/07, Lei Zhang <[EMAIL PROTECTED]> wrote: > Hi, > > Drag and drop currently sends the file path as "\path\to\file" which > does not work properly for some applications. This patch converts the > file path to a proper Windows file path

Re: winex11.drv: send proper file path for drag and drop

2007-07-11 Thread Damjan Jovanovic
On 7/11/07, Lei Zhang <[EMAIL PROTECTED]> wrote: Hi, Drag and drop currently sends the file path as "\path\to\file" which does not work properly for some applications. This patch converts the file path to a proper Windows file path, i.e. z:\path\to\file. I'm not sure we should even be trying