Better handling of undefined window parameters
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 20 Feb 2013 09:08:09 +0000 (10:08 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 20 Feb 2013 09:08:09 +0000 (10:08 +0100)
commit204df43a817c927d4db73f81cd4b4ce5075def6b
tree6af0975067d66fac107c39e465ccc22ee917429c
parent7b9a24f787397e274c8d9784b58c5023c12b35c6
Better handling of undefined window parameters

Repositioning and resizing a newly created dialog was based on the width
parameter of the stored sizing info being valid. Now it is separately
tested if the position is valid, so that sizing and moving can be done
independently. This allows us to store position info, but not size info
for the slave board, so that it automatically will use the size of the
main board when first opened.
args.h
gtk/xoptions.c
xaw/xoptions.c