Re: [PATCH 2/2] xwin: Remove some undue paranoia about UNDRAWABLE_WINDOW

2010-10-13 Thread Jon TURNEY
On 11/10/2010 19:24, Keith Packard wrote: On Mon, 11 Oct 2010 10:49:57 -0400, Adam Jacksonajax-h+wxahxf7alqt0dzr+a...@public.gmane.org wrote: mi will throw away rendering to input-only windows. Signed-off-by: Adam Jacksonajax-h+wxahxf7alqt0dzr+a...@public.gmane.org Looks reasonable to me,

[PATCH 2/2] xwin: Remove some undue paranoia about UNDRAWABLE_WINDOW

2010-10-11 Thread Adam Jackson
mi will throw away rendering to input-only windows. Signed-off-by: Adam Jackson a...@redhat.com --- hw/xwin/winfillsp.c | 30 -- hw/xwin/wingetsp.c |4 hw/xwin/winsetsp.c |4 3 files changed, 0 insertions(+), 38 deletions(-) diff --git

Re: [PATCH 2/2] xwin: Remove some undue paranoia about UNDRAWABLE_WINDOW

2010-10-11 Thread Colin Harrison
Hi, I don't even compile those three files in Xming xserver builds. Thanks, Colin Harrison ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH 2/2] xwin: Remove some undue paranoia about UNDRAWABLE_WINDOW

2010-10-11 Thread Keith Packard
On Mon, 11 Oct 2010 10:49:57 -0400, Adam Jackson a...@redhat.com wrote: mi will throw away rendering to input-only windows. Signed-off-by: Adam Jackson a...@redhat.com Looks reasonable to me, but I'll wait for a Reviewed-by or Tested-by From someone actually using this code. --