comparison src/paranormal/containers.c @ 188:0d826917c56f trunk

[svn] - 64-bit safety (pass 1 of 2)
author nenolod
date Thu, 02 Nov 2006 18:22:02 -0800
parents 5ed59f83526f
children b185ed2f8fa2
comparison
equal deleted inserted replaced
187:90e05196fe17 188:0d826917c56f
144 { 144 {
145 { "change_interval", "The number of seconds between changing the " 145 { "change_interval", "The number of seconds between changing the "
146 "child to be executed", OPT_TYPE_INT, { ival: 20 } }, 146 "child to be executed", OPT_TYPE_INT, { ival: 20 } },
147 { "beat", "Whether or not the change should only occur on a beat", 147 { "beat", "Whether or not the change should only occur on a beat",
148 OPT_TYPE_BOOLEAN, { bval: TRUE } }, 148 OPT_TYPE_BOOLEAN, { bval: TRUE } },
149 { 0 } 149 { NULL }
150 }; 150 };
151 151
152 struct container_cycle_data 152 struct container_cycle_data
153 { 153 {
154 GSList *children; 154 GSList *children;