all repos — openbox @ 633df648c9d04c6225fba3004c93e497301293bd

openbox fork - make it a bit more like ryudo

add a comment
Dana Jansens danakj@orodu.net
commit

633df648c9d04c6225fba3004c93e497301293bd

parent

9d5865a1603733e62fda7c8d61024cb05bf6792c

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

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

@@ -517,7 +517,7 @@ OBClient *client = Openbox::instance->findClient(e.window);

if (!client) return; client->update(e); - client->frame->shape(); + client->frame->update(); } #endif // SHAPE

@@ -618,6 +618,7 @@ switch (e.type) {

// These types of XEvent's can be bound to actions by the user, and so end // up getting passed off to the OBBindingMapper class at some point + // IOW: THESE WILL HAVE GUILE HOOKS case ButtonPress: buttonPress(e.xbutton); break;