summaryrefslogtreecommitdiff
path: root/openbox/dispatch.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-19 07:40:07 +0000
committerDana Jansens <danakj@orodu.net>2003-03-19 07:40:07 +0000
commit4bceaaf16550a2149d8b4a7315ce8356d700f2ce (patch)
tree6e69b15c25de955fb5830837d3da666d50c6901e /openbox/dispatch.c
parent0a855f3e49426e29f0dd885bb1d4f5282ac6421a (diff)
comment what funcs is
Diffstat (limited to 'openbox/dispatch.c')
-rw-r--r--openbox/dispatch.c1
1 files changed, 1 insertions, 0 deletions
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()