Re: [PATCH] dix/window: Use ConfigureWindow instead of MoveWindow

2018-11-13 Thread Adam Jackson
On Mon, 2018-11-12 at 13:51 +0100, Michal Srb wrote: > The screensaver can regularly move its window to random offsets. It should > use the ConfigureWindow function instead of calling the Screen's MoveWindow > directly. Some MoveWindow implementations, such as compMoveWindow, rely on > Screen's

[PATCH] dix/window: Use ConfigureWindow instead of MoveWindow

2018-11-12 Thread Michal Srb
The screensaver can regularly move its window to random offsets. It should use the ConfigureWindow function instead of calling the Screen's MoveWindow directly. Some MoveWindow implementations, such as compMoveWindow, rely on Screen's ConfigNotify being called first as it happens in