all repos — fluxbox @ 4c1c1267b62d2f63f90e1691a8cdd6ee2446995c

custom fork of the fluxbox windowmanager

fixed minor transparent issue
fluxgen fluxgen
commit

4c1c1267b62d2f63f90e1691a8cdd6ee2446995c

parent

4a63da71684d0c4482c1eecc292cb56929894d62

1 files changed, 2 insertions(+), 1 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.11 2003/09/12 22:52:22 fluxgen Exp $ +/// $Id: WinButton.cc,v 1.12 2003/09/12 23:36:16 fluxgen Exp $ #include "WinButton.hh" #include "App.hh"

@@ -265,6 +265,7 @@ FbTk::FbWindow::clear();

break; } + updateTransparent(); } void WinButton::clear() {