make sure theres always a client for client events

This commit is contained in:
Dana Jansens 2003-03-17 22:13:06 +00:00
parent ccc5f02051
commit 8886f1109d

View file

@ -111,6 +111,8 @@ void dispatch_client(EventType e, Client *c)
GSList *it;
ObEvent obe;
g_assert(c != NULL);
obe.type = e;
obe.data.client = c;