Make sizing more robust (GTK)
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 23 Mar 2016 19:16:24 +0000 (20:16 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 29 Mar 2016 14:51:34 +0000 (16:51 +0200)
commit1161f02260cfbb6a22a6d9de91bb31e27f16cc88
tree7d96fb8a13e6bcda121769b829dc161cdd6a9bce
parent8c69ee822007f5a96611b9d7e9dd0a13caaf8332
Make sizing more robust (GTK)

On sizing we now do not immediately replace the buffer canvas, but set
a flag in the Graph Option to indicate the canvas is invalid. Instead
of taking the canvas handle from a global variable (csBoardWindow) we
now obtain it in every drawing call from a function, which first tests
if the canvas is still valid. If it is not, we replace it by one of
the size specified in the Option (which was obtained from the window
size the moment the flag was set).
 The GraphExpose requests now bypass the general GraphEventProc, by
calling the drawing of the exposed area (which was relocated to a
separate function) directly. This avoids the overhead of checking for
resizing through requesting the window geometry.
dialogs.h
draw.c
gtk/xoptions.c