all repos — fluxbox @ 32cfe10bc3a3ecf331374714d50524d62909bf7c

custom fork of the fluxbox windowmanager

set right gc value for window buttons
fluxgen fluxgen
commit

32cfe10bc3a3ecf331374714d50524d62909bf7c

parent

955e3865b66c46d3f0308d5ce809dab169d90613

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M src/FbWinFrame.ccsrc/FbWinFrame.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbWinFrame.cc,v 1.11 2003/02/22 18:31:00 fluxgen Exp $ +// $Id: FbWinFrame.cc,v 1.12 2003/02/23 00:57:55 fluxgen Exp $ #include "FbWinFrame.hh" #include "ImageControl.hh"

@@ -725,13 +725,13 @@ }

//TODO button pressed color if (m_focused) { - btn.setGC(m_theme.labelTextFocusGC()); + btn.setGC(m_theme.buttonPicFocusGC()); if (m_button_pm) btn.setBackgroundPixmap(m_button_pm); else btn.setBackgroundColor(m_button_color); } else { - btn.setGC(m_theme.labelTextUnfocusGC()); + btn.setGC(m_theme.buttonPicUnfocusGC()); if (m_button_unfocused_pm) btn.setBackgroundPixmap(m_button_unfocused_pm); else