xgDisplay refresh I am developing an application that involves updateing a raster file in real- time. I would like to have the display on xgDisplay update periodically with new the new data. Is there a way to goose xgDisplay into re-reading and

    There is nothing built in to xgdisplay that will allow you to do this.
The way it handles maps is to draw them into a pixmap first then copy that
pixmap onto the drawing canvas. So if an expose event is received, it
just recopies the pixmap, it doesn't actually go out and get the map data
again and then redraw it.

        &y