X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fdispatch.c;h=059f163bc47e66a8fb27297f76b3f8b3f7bcbb3f;hb=eb6ef3533c828c534a8767b6d66a8ee544d55cfd;hp=6ee211fd37d660e02ff3c7be3cdb9343f437165e;hpb=bfea000a7407e51b5659590415e410a47f6f046b;p=chaz%2Fopenbox 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()