all repos — fluxbox @ b7077b18d03d34a7bb4ac5ecae5e3d61b3d38d79

custom fork of the fluxbox windowmanager

fixed some transparent bugs
fluxgen fluxgen
commit

b7077b18d03d34a7bb4ac5ecae5e3d61b3d38d79

parent

2b7c80b18304128c7017c9b3e92fe66c42fcd4d6

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

jump to
M src/WinButton.ccsrc/WinButton.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: WinButton.cc,v 1.17 2004/01/10 00:37:35 rathnor Exp $ +/// $Id: WinButton.cc,v 1.18 2004/02/27 12:29:13 fluxgen Exp $ #include "WinButton.hh" #include "App.hh"

@@ -228,7 +228,7 @@

if (used || clear) FbTk::FbWindow::clear(); - + if (!used && gc() != 0) { // must have valid graphic context drawLine(gc(),

@@ -276,8 +276,8 @@ FbTk::FbWindow::clear();

break; } - if ((used || clear) && !no_trans) - updateTransparent(); + // if ((used || clear) && !no_trans) + updateTransparent(); } void WinButton::clear() {