all repos — fluxbox @ d93bedd844bdc2faf9318eb2cf1eb8d33788ffc0

custom fork of the fluxbox windowmanager

fixed expose event
fluxgen fluxgen
commit

d93bedd844bdc2faf9318eb2cf1eb8d33788ffc0

parent

a992dec03ce64d916a9202cb6c533cb60e922367

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

jump to
M src/FbTk/Button.ccsrc/FbTk/Button.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: Button.cc,v 1.13 2003/09/08 15:37:37 fluxgen Exp $ +// $Id: Button.cc,v 1.14 2003/09/10 11:19:39 fluxgen Exp $ #include "Button.hh"

@@ -131,7 +131,7 @@ else

FbWindow::setBackgroundColor(m_background_color); clear(); - FbWindow::updateTransparent(event.x, event.y, event.width, event.height); + FbWindow::updateTransparent(); } }; // end namespace FbTk