diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-19 07:40:07 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-19 07:40:07 +0000 |
| commit | 4bceaaf16550a2149d8b4a7315ce8356d700f2ce (patch) | |
| tree | 6e69b15c25de955fb5830837d3da666d50c6901e | |
| parent | 0a855f3e49426e29f0dd885bb1d4f5282ac6421a (diff) | |
comment what funcs is
| -rw-r--r-- | openbox/dispatch.c | 1 |
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() |
