Refrain from making unnecessary resize X request
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 28 Nov 2011 10:56:18 +0000 (11:56 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 28 Nov 2011 10:56:18 +0000 (11:56 +0100)
commit2bc700b32c6058a3e8f9c3a70d842c525cf0a6e3
tree21ade13d696fc7e1a1d4e736515c6c74c6496d2f
parent8956784f75e9790b059abd9b66b8f2daef2b3e18
Refrain from making unnecessary resize X request

The window resizing code in InitDrawingSizes is suppressed when no
change is needed. Similarly, changing piece bitmaps is suppressed when
we stay in the same variant (and InitDrawingSizes is called e.g. because
of chaging lineGap through the Board dialog).
xboard.c