Add a "idle" method to the state structure
[neverball] / ball / st_conf.c
index 12c1f6a..838dc10 100644 (file)
@@ -453,7 +453,8 @@ struct state st_conf = {
     shared_angle,
     shared_click,
     NULL,
-    conf_shared_buttn
+    conf_shared_buttn,
+    NULL
 };
 
 struct state st_conf_video = {
@@ -466,7 +467,8 @@ struct state st_conf_video = {
     shared_angle,
     shared_click,
     NULL,
-    conf_shared_buttn
+    conf_shared_buttn,
+    NULL
 };
 
 struct state st_null = {
@@ -479,5 +481,6 @@ struct state st_null = {
     NULL,
     NULL,
     NULL,
+    NULL,
     NULL
 };