all repos — fluxbox @ 214a68012baa13303813561ce7ac3c47aa9f067e

custom fork of the fluxbox windowmanager

improved speed
fluxgen fluxgen
commit

214a68012baa13303813561ce7ac3c47aa9f067e

parent

962669c960cb0a1bffc13306a9ae532f9bb8aa97

1 files changed, 1 insertions(+), 3 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.18 2004/02/27 12:29:13 fluxgen Exp $ +/// $Id: WinButton.cc,v 1.19 2004/02/27 13:25:18 fluxgen Exp $ #include "WinButton.hh" #include "App.hh"

@@ -44,8 +44,6 @@ }

void WinButton::buttonReleaseEvent(XButtonEvent &event) { FbTk::Button::buttonReleaseEvent(event); - clear(); - updateTransparent(); } // clear is used to force this to clear the window (e.g. called from clear())