From 4bceaaf16550a2149d8b4a7315ce8356d700f2ce Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 07:40:07 +0000 Subject: [PATCH] comment what funcs is --- openbox/dispatch.c | 1 + 1 file changed, 1 insertion(+) 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() -- 2.39.2