all repos — openbox @ f5a1f592a488198528cd95decb0e0106f2f6501e

openbox fork - make it a bit more like ryudo

fix shape support
Dana Jansens danakj@orodu.net
commit

f5a1f592a488198528cd95decb0e0106f2f6501e

parent

07e619ebbb7c43b22f3bcb5672413d343cf66d24

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

jump to
M src/blackbox.ccsrc/blackbox.cc

@@ -947,7 +947,7 @@ if (e->type == getShapeEventBase()) {

XShapeEvent *shape_event = (XShapeEvent *) e; BlackboxWindow *win = searchWindow(e->xany.window); - if (win) + if (win && shape_event->kind == ShapeBounding) win->shapeEvent(shape_event); } #endif // SHAPE