Chris Green chris@areti.co.uk wrote:
But what do I need to do to get the window redisplayed having called XChangeProperty() ?
It's been ages since I programmed X directly, but I think you can send a ConfigureRequest event. This shouldn't be needed, as the PropertyNotify should trigger things, but I'm sure I had to do more for some changes.