diff --git a/openbox/dispatch.c b/openbox/dispatch.c index 6ee211fd..059f163b 100644 --- a/openbox/dispatch.c +++ b/openbox/dispatch.c @@ -8,6 +8,7 @@ typedef struct { void *data; } Func; +/* an array of GSList*s of Func*s */ static GSList **funcs; void dispatch_startup()