[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cairo backend painting black bars
From: |
Adam Fedor |
Subject: |
Re: Cairo backend painting black bars |
Date: |
Sat, 24 May 2008 14:21:35 -0600 |
On May 24, 2008, at 1:59 PM, Thomas Christensen wrote:
Hi,
With latest SVN source and libcairo-dev-1.6.4 a black bar is painted
at the
bottom of each window. Anyone else experiencing this? Or better,
knows a
workaround or patch for this?
It does this when not handling it's own window decorations. The work
around is to write the window decoration default:
defaults write NSGlobalDomain GSX11HandlesWindowDecorations NO
but it might be nice to submit a bug report anyway, so some one can
remember to look at it.