diff options
Diffstat (limited to 'openbox/dispatch.c')
| -rw-r--r-- | openbox/dispatch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/dispatch.c b/openbox/dispatch.c index f65a723a..c1c9f783 100644 --- a/openbox/dispatch.c +++ b/openbox/dispatch.c @@ -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; |
