all repos — fluxbox @ ce1852c29324e921363882da2f6cb7c24b656fe4

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

ce1852c29324e921363882da2f6cb7c24b656fe4

parent

9928d4505d0ecbcbe6ebc2755739b1a65b52d27f

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

@@ -40,7 +40,6 @@

void WinButton::exposeEvent(XExposeEvent &event) { FbTk::Button::exposeEvent(event); drawType(); - updateTransparent(); } void WinButton::buttonReleaseEvent(XButtonEvent &event) {