all repos — openbox @ 1c61a333db13c70c679b0b4bbb4f1b7cdb26cb8f

openbox fork - make it a bit more like ryudo

add debug print
Dana Jansens danakj@orodu.net
commit

1c61a333db13c70c679b0b4bbb4f1b7cdb26cb8f

parent

705d70b053b6c99949dabf01405bbb598588b3a8

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

jump to
M otk/eventdispatcher.ccotk/eventdispatcher.cc

@@ -165,7 +165,11 @@ xwc.height = e.xconfigurerequest.height;

xwc.border_width = e.xconfigurerequest.border_width; xwc.sibling = e.xconfigurerequest.above; xwc.stack_mode = e.xconfigurerequest.detail; - + +#ifdef DEBUG + printf("Proxying configure event for 0x%lx\n", e.xconfigurerequest.window); +#endif + // we are not to be held responsible if someone sends us an invalid // request! display->setIgnoreErrors(true);