[PATCH 2/3] composite: Automatically enable backing store support on the screen

2013-11-05 Thread Adam Jackson
... unless you explicitly disabled it with -bs on the command line, or with the corresponding thing in xorg.conf. v2: Drop a bogus hunk from compChangeWindowAttributes [vsyrjala] Signed-off-by: Adam Jackson a...@redhat.com --- composite/compinit.c | 3 +++

[PATCH 2/3] composite: Automatically enable backing store support on the screen

2013-09-12 Thread Adam Jackson
... unless you explicitly disabled it with -bs on the command line, or with the corresponding thing in xorg.conf. Signed-off-by: Adam Jackson a...@redhat.com --- composite/compinit.c | 9 + hw/xfree86/common/xf86Helper.c | 5 + 2 files changed, 10 insertions(+), 4

Re: [PATCH 2/3] composite: Automatically enable backing store support on the screen

2013-09-12 Thread Peter Harris
For the series, Reviewed-by: Peter Harris phar...@opentext.com One minor bikeshed-coloured nit: On 2013-09-12 12:04, Adam Jackson wrote: compRedirectWindow(serverClient, pWin, CompositeRedirectAutomatic); pWin-backStorage = (pointer) (intptr_t) 1; -} -

Re: [PATCH 2/3] composite: Automatically enable backing store support on the screen

2013-09-12 Thread Ville Syrjälä
On Thu, Sep 12, 2013 at 12:04:14PM -0400, Adam Jackson wrote: ... unless you explicitly disabled it with -bs on the command line, or with the corresponding thing in xorg.conf. Signed-off-by: Adam Jackson a...@redhat.com --- composite/compinit.c | 9 +