Re: [PATCH xf86-video-vmware] Use dixLookupWindow instead of LookupWindow on Xorg 1.5 later

2011-10-05 Thread Thomas Hellstrom
On 10/01/2011 06:07 PM, Alan Coopersmith wrote: On 09/27/11 07:31 PM, Alan Coopersmith wrote: +static inline int +dixLookupWindow(WindowPtr *pWin, XID id, ClientPtr client, Mask access) +{ +*pWin = LookupWindow(stuff-window, client); Oops, just noticed that should be LookupWindow(id,

Re: [PATCH xf86-video-vmware] Use dixLookupWindow instead of LookupWindow on Xorg 1.5 later

2011-10-01 Thread Alan Coopersmith
On 09/27/11 07:31 PM, Alan Coopersmith wrote: +static inline int +dixLookupWindow(WindowPtr *pWin, XID id, ClientPtr client, Mask access) +{ +*pWin = LookupWindow(stuff-window, client); Oops, just noticed that should be LookupWindow(id, client); since the caller has stuff and passes

Re: [PATCH xf86-video-vmware] Use dixLookupWindow instead of LookupWindow on Xorg 1.5 later

2011-09-29 Thread Thomas Hellstrom
Alan, On 09/28/2011 04:31 AM, Alan Coopersmith wrote: The LookupWindow function was deprecated in xserver commit ed75b056511ccb4 and removed during the Xorg 1.11 merge window by commit 82a8677d9175732. Signed-off-by: Alan Coopersmithalan.coopersm...@oracle.com --- Needed for compatibility

Re: [PATCH xf86-video-vmware] Use dixLookupWindow instead of LookupWindow on Xorg 1.5 later

2011-09-29 Thread Alan Coopersmith
On 09/29/11 06:49 AM, Thomas Hellstrom wrote: Alan, On 09/28/2011 04:31 AM, Alan Coopersmith wrote: The LookupWindow function was deprecated in xserver commit ed75b056511ccb4 and removed during the Xorg 1.11 merge window by commit 82a8677d9175732. Signed-off-by: Alan

Re: [PATCH xf86-video-vmware] Use dixLookupWindow instead of LookupWindow on Xorg 1.5 later

2011-09-28 Thread Jamey Sharp
Looks sane to me, for whatever that's worth: Reviewed-by: Jamey Sharp ja...@minilop.net On 9/27/11, Alan Coopersmith alan.coopersm...@oracle.com wrote: The LookupWindow function was deprecated in xserver commit ed75b056511ccb4 and removed during the Xorg 1.11 merge window by commit

[PATCH xf86-video-vmware] Use dixLookupWindow instead of LookupWindow on Xorg 1.5 later

2011-09-27 Thread Alan Coopersmith
The LookupWindow function was deprecated in xserver commit ed75b056511ccb4 and removed during the Xorg 1.11 merge window by commit 82a8677d9175732. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- Needed for compatibility with the Xorg 1.11 release - only build tested with Xorg