all repos — openbox @ 8886f1109d4901bf4831939b732a943e6f5e83ec

openbox fork - make it a bit more like ryudo

make sure theres always a client for client events
Dana Jansens danakj@orodu.net
commit

8886f1109d4901bf4831939b732a943e6f5e83ec

parent

ccc5f020514e9c3e0a2a8e858eacc6d0140675a3

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

jump to
M openbox/dispatch.copenbox/dispatch.c

@@ -111,6 +111,8 @@ guint i;

GSList *it; ObEvent obe; + g_assert(c != NULL); + obe.type = e; obe.data.client = c;