Re: [PATCH] Fix border tile origin when background is ParentRelative

2015-06-29 Thread Keith Packard
Keith Packard kei...@keithp.com writes: Signed-off-by: Peter Harris phar...@opentext.com Reviewed-by: Keith Packard kei...@keithp.com Merged. 8a8d513..b4061cf master - master -- -keith signature.asc Description: PGP signature ___

[PATCH] Fix border tile origin when background is ParentRelative

2015-05-12 Thread Peter Harris
According to http://www.x.org/releases/X11R7.7/doc/xproto/x11protocol.html#requests:CreateWindow The border tile origin is always the same as the background tile origin. ChangeWindowAttributes goes to some effort to make sure it repaints the border tile whenever the background origin may have

Re: [PATCH] Fix border tile origin when background is ParentRelative

2015-05-12 Thread Keith Packard
Peter Harris phar...@opentext.com writes: According to http://www.x.org/releases/X11R7.7/doc/xproto/x11protocol.html#requests:CreateWindow The border tile origin is always the same as the background tile origin. ChangeWindowAttributes goes to some effort to make sure it repaints the border

[PATCH] Fix border tile origin when background is ParentRelative

2015-02-13 Thread Peter Harris
According to http://www.x.org/releases/X11R7.7/doc/xproto/x11protocol.html#requests:CreateWindow The border tile origin is always the same as the background tile origin. ChangeWindowAttributes goes to some effort to make sure it repaints the border tile whenever the background origin may have