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