more members for newer struct - init to null.
authorCarsten Haitzler <raster@rasterman.com>
Tue, 9 Mar 2010 16:56:31 +0000 (16:56 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 9 Mar 2010 16:56:31 +0000 (16:56 +0000)
SVN revision: 47092

src/lib/elm_widget.c
src/lib/els_icon.c
src/lib/els_pan.c
src/lib/els_scroller.c

index 62b51f4..bfe304e 100644 (file)
@@ -999,7 +999,9 @@ _smart_init(void)
               _smart_calculate,
               NULL,
               NULL,
-              NULL
+              NULL,
+               NULL,
+               NULL
          };
        _e_smart = evas_smart_class_new(&sc);
      }
index d3743f7..f75208d 100644 (file)
@@ -347,7 +347,9 @@ _smart_init(void)
               NULL,
               NULL,
               NULL,
-              NULL
+              NULL,
+               NULL,
+               NULL
          };
        _e_smart = evas_smart_class_new(&sc);
      }
index c9e1590..c0f1f2f 100644 (file)
@@ -264,7 +264,9 @@ _smart_init(void)
               NULL,
               NULL,
               NULL,
-              NULL
+              NULL,
+               NULL,
+               NULL
          };
        _smart = evas_smart_class_new(&sc);
      }
index 195acc3..d84f310 100644 (file)
@@ -2152,7 +2152,9 @@ _smart_init(void)
               NULL,
               NULL,
               NULL,
-              NULL
+              NULL,
+               NULL,
+               NULL
          };
        _smart = evas_smart_class_new(&sc);
      }