Allow engine to force popup of its settings dialog
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 31 Jan 2016 23:12:41 +0000 (00:12 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 1 Feb 2016 15:57:08 +0000 (16:57 +0100)
commit2eb3eb048b16f2ffd1f1c8dad3987871b0f9bd72
tree6c55230c53cab340d06d92e7621c7b3a63b0e55d
parent0ccc0a2f0bb6bf44cd8c0bad873a3f9a56a143aa
Allow engine to force popup of its settings dialog

An engine can now force popping up of its settings dialog by sending
'feature done=3' to the GUI. It can clear its option list (e.g. for the
purpose of resending it because of altered settings) by sending
'feature done=0'. Such resending would cause the dialog to be updated
when it was already open, or close it and pop up a new one when the
engine specifies it has to be redesigned by ending the list with
'feature done=2'.
backend.c
backend.h
dialogs.c
dialogs.h
gtk/xoptions.c
xaw/xoptions.c