WPrefs: updates to FrameBorderColor/FrameSelectedBorderColor options
commit13a9ebedcfa728527da439e8b8739534ca2fed6b
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Mon, 19 May 2014 03:17:04 +0000 (18 22:17 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 19 May 2014 13:13:24 +0000 (19 14:13 +0100)
treecd8ee67b8e2b3858e428ef47efddaddd23794801
parentca9dd144aedf36876d84299c8a9eb15ee8856875
WPrefs: updates to FrameBorderColor/FrameSelectedBorderColor options

In response to Amadeusz's comments regarding my patch "WPrefs: Add ability to
edit FrameBorderColor/FrameSelectedBorderColor", this new patch attempts to
reduce the confusion between focused and selected windows.  In particular,
only the frame border color for non-selected windows appears in the preview.
The frame border color for selected window colors can still be changed, but it
does not appear in the preview.  In addition, the hand icon has been removed
from the preview for these two options.

I also looked into the possibility of adding a new border color for focused
windows.  This appears to be nontrivial, as the border color belongs to
WFrameWindow, but the state of being focused belongs to WWindow.
WPrefs.app/Appearance.c