all repos — openbox @ f26ebce547f9b42429d6f7189b3eb6246fcc9164

openbox fork - make it a bit more like ryudo

only show prints for debug builds
Dana Jansens danakj@orodu.net
commit

f26ebce547f9b42429d6f7189b3eb6246fcc9164

parent

7c8c9e998ffc3a9b22e15feeffe77823142ce531

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

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

@@ -64,8 +64,10 @@

_managed = !::running; if (! _managed) return; // was unable to manage the screen +#ifdef DEBUG printf(_("Managing screen %d: visual 0x%lx, depth %d\n"), _number, XVisualIDFromVisual(_info->visual()), _info->depth()); +#endif otk::Property::set(_info->rootWindow(), otk::Property::atoms.openbox_pid, otk::Property::atoms.cardinal, (unsigned long) getpid());