all repos — fluxbox @ 11a33047895a8b906c095f8ce103956c27a6d41e

custom fork of the fluxbox windowmanager

antialias toggle in toolbar
fluxgen fluxgen
commit

11a33047895a8b906c095f8ce103956c27a6d41e

parent

475ae35df0815cfee5e74db0c15ce11fb8aad14f

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

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

@@ -21,7 +21,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: Theme.cc,v 1.33 2002/11/03 10:39:25 fluxgen Exp $ +// $Id: Theme.cc,v 1.34 2002/11/15 13:10:48 fluxgen Exp $ #ifndef _GNU_SOURCE #define _GNU_SOURCE

@@ -916,6 +916,10 @@

gcv.foreground = m_menustyle.hilite.color().pixel(); XChangeGC(m_display, m_menustyle.hilite_gc, gc_value_mask, &gcv); + + // set antialias ? + if (m_toolbarstyle.font.isAntialias() != antialias) + m_toolbarstyle.font.setAntialias(antialias); gcv.foreground = m_toolbarstyle.l_text.pixel(); XChangeGC(m_display, m_toolbarstyle.l_text_gc,