all repos — fluxbox @ 6e1cecc2614fbe64089372b5dbde0124173be914

custom fork of the fluxbox windowmanager

updateTransparent
fluxgen fluxgen
commit

6e1cecc2614fbe64089372b5dbde0124173be914

parent

261ae69cd1fefeb053390853c5cfc83a5a576298

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.6 2003/05/07 12:16:09 rathnor Exp $ +/// $Id: WinButton.cc,v 1.7 2003/08/04 12:52:39 fluxgen Exp $ #include "WinButton.hh" #include "App.hh"

@@ -82,6 +82,7 @@

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