I've already read a lot of questions titled like this one, but none results in an answer that fits my needs.
I want to write some stuff on my root-window (in C) for displaying stuff like uptime as an example. The problem is: I want to have this as background all the time! There is one way to use a background image and draw onto this and set it as background, but thats ugly. Another way would be to write onto the rootwindow and refreshing it all the time, so if another window covers and uncovers my printed stuff, it will be refreshed in almost no time. But that isn't really an answer because energy/cputime is expensive.
kind regards.