Make GenericPopUp() more readable by using more named flags instead of numerals
authorByrial Jensen <byrial@vip.cybercity.dk>
Fri, 16 Dec 2011 01:32:37 +0000 (02:32 +0100)
committerByrial Jensen <byrial@vip.cybercity.dk>
Fri, 16 Dec 2011 01:32:37 +0000 (02:32 +0100)
commit23aef45a07bfc84a29b7cb9099508324815a458b
tree5a9946ad4c21d01c7f3be51ef270456e16e31605
parent53bd2925219894cab67bb12733077e58ff386dc3
Make GenericPopUp() more readable by using more named flags instead of numerals

Defines the flags SAME_ROW (value 1) and NO_OK (value 2) for use with buttons and endmarks.
There should no functional change.
Also add a code comment where a condition depends on an uninitialised value. There is no direct harm, as both
branches do the same (that is nothing) when the value is uninitialised.
backend.h
xoptions.c