WPrefs: Add ability to edit FrameBorderColor/FrameSelectedBorderColor.
commit963b4b2b7801d79884001d391b1784d020a23b29
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Sat, 17 May 2014 07:07:38 +0000 (17 02:07 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 18 May 2014 22:00:15 +0000 (18 23:00 +0100)
treef7932593af7cac0be60c19999185833604c12a8d
parent763491f3ff8774776c22b1c29d8930919201f4d7
WPrefs: Add ability to edit FrameBorderColor/FrameSelectedBorderColor.

As part of the process, some #defines were turned into enums.  Also, the *_COL
when needed.

This brings the code for colors in line with the code for textures, and
allows us to use them as array indices to improve readability, e.g.,
colorOptions[MTITLE_COL] instead of colorOptions[3].
WPrefs.app/Appearance.c