author | francesco-ST <francesco.abbate@st.com> | 2010年10月26日 14:43:26 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年10月26日 14:43:26 +0200 |
commit | f7d614f4498e91e32ddaa1b65bb101e941835f28 (patch) | |
tree | 6b99e170abefc847d2e18e22983a5d49e6a17395 /agg-plot/window.cpp | |
parent | 29123919d2471ea67c5d68920be800c55e178d3c (diff) | |
download | gsl-shell-f7d614f4498e91e32ddaa1b65bb101e941835f28.tar.gz |
-rw-r--r-- | agg-plot/window.cpp | 2 |
diff --git a/agg-plot/window.cpp b/agg-plot/window.cpp index ef5fd42b..5820fde1 100644 --- a/agg-plot/window.cpp +++ b/agg-plot/window.cpp @@ -30,7 +30,7 @@ static const struct luaL_Reg window_functions[] = { static const struct luaL_Reg window_methods[] = { {"show", window_show }, {"attach", window_attach }, - {"split", window_split }, + {"layout", window_split }, {"update", window_update }, {"close", window_close }, {"__gc", window_free }, |