diff options
author | Bruno Dilly <bdilly@profusion.mobi> | 2012-10-15 21:54:14 +0000 |
---|---|---|
committer | Bruno Dilly <bdilly@profusion.mobi> | 2012-10-15 21:54:14 +0000 |
commit | f6e0e9a3f5a33f40731ffe3ff339d2931ace4825 (patch) | |
tree | 983ff70cd7bd9606d1e07656dbf07d533c813898 /legacy/ephysics/src/lib/EPhysics.h | |
parent | 25e3dd2a448e225585384b971c6927e500323f8e (diff) |
ephysics: revert add depth parameter to boundary api
reverts r77785, since it will be properly handled before adding
front and back boundaries
SVN revision: 78013
Diffstat (limited to '')
-rw-r--r-- | legacy/ephysics/src/lib/EPhysics.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/legacy/ephysics/src/lib/EPhysics.h b/legacy/ephysics/src/lib/EPhysics.h index cc0de9056e..efc7fe2925 100644 --- a/legacy/ephysics/src/lib/EPhysics.h +++ b/legacy/ephysics/src/lib/EPhysics.h | |||
@@ -1908,13 +1908,12 @@ EAPI EPhysics_Body *ephysics_body_shape_add(EPhysics_World *world, EPhysics_Shap | |||
1908 | * @ref ephysics_world_render_geometry_set(). | 1908 | * @ref ephysics_world_render_geometry_set(). |
1909 | * | 1909 | * |
1910 | * @param world The world this body will belong to. | 1910 | * @param world The world this body will belong to. |
1911 | * @param d The boundary depth, in pixels. | ||
1912 | * @return a new body or @c NULL, on erros. | 1911 | * @return a new body or @c NULL, on erros. |
1913 | * @see ephysics_world_render_geometry_set() | 1912 | * @see ephysics_world_render_geometry_set() |
1914 | * | 1913 | * |
1915 | * @ingroup EPhysics_Body | 1914 | * @ingroup EPhysics_Body |
1916 | */ | 1915 | */ |
1917 | EAPI EPhysics_Body *ephysics_body_top_boundary_add(EPhysics_World *world, Evas_Coord d); | 1916 | EAPI EPhysics_Body *ephysics_body_top_boundary_add(EPhysics_World *world); |
1918 | 1917 | ||
1919 | /** | 1918 | /** |
1920 | * @brief | 1919 | * @brief |
@@ -1925,13 +1924,12 @@ EAPI EPhysics_Body *ephysics_body_top_boundary_add(EPhysics_World *world, Evas_C | |||
1925 | * @ref ephysics_world_render_geometry_set(). | 1924 | * @ref ephysics_world_render_geometry_set(). |
1926 | * | 1925 | * |
1927 | * @param world The world this body will belong to. | 1926 | * @param world The world this body will belong to. |
1928 | * @param d The boundary depth, in pixels. | ||
1929 | * @return a new body or @c NULL, on erros. | 1927 | * @return a new body or @c NULL, on erros. |
1930 | * @see ephysics_world_render_geometry_set() | 1928 | * @see ephysics_world_render_geometry_set() |
1931 | * | 1929 | * |
1932 | * @ingroup EPhysics_Body | 1930 | * @ingroup EPhysics_Body |
1933 | */ | 1931 | */ |
1934 | EAPI EPhysics_Body *ephysics_body_bottom_boundary_add(EPhysics_World *world, Evas_Coord d); | 1932 | EAPI EPhysics_Body *ephysics_body_bottom_boundary_add(EPhysics_World *world); |
1935 | 1933 | ||
1936 | /** | 1934 | /** |
1937 | * @brief | 1935 | * @brief |
@@ -1942,13 +1940,12 @@ EAPI EPhysics_Body *ephysics_body_bottom_boundary_add(EPhysics_World *world, Eva | |||
1942 | * @ref ephysics_world_render_geometry_set(). | 1940 | * @ref ephysics_world_render_geometry_set(). |
1943 | * | 1941 | * |
1944 | * @param world The world this body will belong to. | 1942 | * @param world The world this body will belong to. |
1945 | * @param d The boundary depth, in pixels. | ||
1946 | * @return a new body or @c NULL, on erros. | 1943 | * @return a new body or @c NULL, on erros. |
1947 | * @see ephysics_world_render_geometry_set() | 1944 | * @see ephysics_world_render_geometry_set() |
1948 | * | 1945 | * |
1949 | * @ingroup EPhysics_Body | 1946 | * @ingroup EPhysics_Body |
1950 | */ | 1947 | */ |
1951 | EAPI EPhysics_Body *ephysics_body_left_boundary_add(EPhysics_World *world, Evas_Coord d); | 1948 | EAPI EPhysics_Body *ephysics_body_left_boundary_add(EPhysics_World *world); |
1952 | 1949 | ||
1953 | /** | 1950 | /** |
1954 | * @brief | 1951 | * @brief |
@@ -1959,13 +1956,12 @@ EAPI EPhysics_Body *ephysics_body_left_boundary_add(EPhysics_World *world, Evas_ | |||
1959 | * @ref ephysics_world_render_geometry_set(). | 1956 | * @ref ephysics_world_render_geometry_set(). |
1960 | * | 1957 | * |
1961 | * @param world The world this body will belong to. | 1958 | * @param world The world this body will belong to. |
1962 | * @param d The boundary depth, in pixels. | ||
1963 | * @return a new body or @c NULL, on erros. | 1959 | * @return a new body or @c NULL, on erros. |
1964 | * @see ephysics_world_render_geometry_set() | 1960 | * @see ephysics_world_render_geometry_set() |
1965 | * | 1961 | * |
1966 | * @ingroup EPhysics_Body | 1962 | * @ingroup EPhysics_Body |
1967 | */ | 1963 | */ |
1968 | EAPI EPhysics_Body *ephysics_body_right_boundary_add(EPhysics_World *world, Evas_Coord d); | 1964 | EAPI EPhysics_Body *ephysics_body_right_boundary_add(EPhysics_World *world); |
1969 | 1965 | ||
1970 | /** | 1966 | /** |
1971 | * @brief | 1967 | * @brief |