Fix garbage pixels on the right of the board
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 21 Oct 2012 07:30:26 +0000 (09:30 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 21 Oct 2012 09:28:26 +0000 (11:28 +0200)
commit997b54f179fb1834d738042a9b6c4ec1cefe8c6b
tree92c4b9e8214ba5d9892a6d3a801c7135ca3d929b
parent1251e4d2bd5ff562f337e6638db71d21696b54cc
Fix garbage pixels on the right of the board

The extra pixel that is requested in sizing the board window back to
an available size because we ofte get one less pixel than we ask for
can lead to a line of garbage pixels next to the board. This is combatted
by limiting expose events to the true board area, remembering that in the
Graph Option rather than the actual window size, and suppressing resizing
when the latter only exceeds the stored width by more than 1 pixel.
xoptions.c