Re: [PATCH] Fix a couple more possible errors with input-only windows

2010-06-10 Thread Jamey Sharp
On Thu, Jun 10, 2010 at 7:31 AM, Keith Packard wrote: > Using type == DRAWABLE_WINDOW to differentiate between pixmaps and > windows isn't sufficient as input-only windows will end up in the > pixmap case. This patch changes a few more code paths to use > WindowDrawable instead. > > Signed-off-by:

[PATCH] Fix a couple more possible errors with input-only windows

2010-06-10 Thread Keith Packard
Using type == DRAWABLE_WINDOW to differentiate between pixmaps and windows isn't sufficient as input-only windows will end up in the pixmap case. This patch changes a few more code paths to use WindowDrawable instead. Signed-off-by: Keith Packard --- The xinerama patch replaces a hand-written t