projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a855f3
)
comment what funcs is
author
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 07:40:07 +0000
(07:40 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 07:40:07 +0000
(07:40 +0000)
openbox/dispatch.c
patch
|
blob
|
history
diff --git
a/openbox/dispatch.c
b/openbox/dispatch.c
index 6ee211fd37d660e02ff3c7be3cdb9343f437165e..059f163bc47e66a8fb27297f76b3f8b3f7bcbb3f 100644
(file)
--- 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()