Add Option type 'Skip'
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 2 Feb 2014 15:18:07 +0000 (16:18 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 2 Mar 2014 17:48:47 +0000 (18:48 +0100)
commit53160aadadca6a23463efdeb9f6e0953de4eb380
tree627b19369aeb5c6570e87c8ab280949a354db389
parent0d8809c4ffb488470b972032a69426b787fb9879
Add Option type 'Skip'

The value -1 used to suppress rendering of option controls was drawing
error messages, because enums are unsigned. So a new member Skip was added
to the enum.
backend.h
dialogs.c
gtk/xoptions.c
xaw/xoptions.c