TEMP: implement incremental draw / really bugged - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/lua-draw.cpp
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2012年04月20日 17:01:49 +0200
committerFrancesco Abbate <francesco.bbt@gmail.com>2012年04月20日 17:01:49 +0200
commitae75456d5b2d098d2da97aa79d0c91667095543c (patch)
treead0d325b31794d69cbbc0413cf98a6305b3b9eb2 /agg-plot/lua-draw.cpp
parent10cfdf7af613c1355135b00d930657453ade4ce4 (diff)
downloadgsl-shell-ae75456d5b2d098d2da97aa79d0c91667095543c.tar.gz
TEMP: implement incremental draw / really bugged
Diffstat (limited to 'agg-plot/lua-draw.cpp')
-rw-r--r--agg-plot/lua-draw.cpp 5
1 files changed, 1 insertions, 4 deletions
diff --git a/agg-plot/lua-draw.cpp b/agg-plot/lua-draw.cpp
index ad2cd4c6..3bb53ac8 100644
--- a/agg-plot/lua-draw.cpp
+++ b/agg-plot/lua-draw.cpp
@@ -26,6 +26,7 @@ extern "C" {
}
#include "lua-draw.h"
+#include "lua-graph.h"
#include "text-shape.h"
#include "lua-cpp-utils.h"
#include "gs-types.h"
@@ -33,8 +34,6 @@ extern "C" {
#include "colors.h"
#include "sg_marker.h"
-pthread_mutex_t agg_mutex[1];
-
enum path_cmd_e {
CMD_ERROR = -1,
CMD_MOVE_TO = 0,
@@ -312,8 +311,6 @@ marker_free (lua_State *L)
void
draw_register (lua_State *L)
{
- pthread_mutex_init (agg_mutex, NULL);
-
luaL_newmetatable (L, GS_METATABLE(GS_DRAW_PATH));
luaL_register (L, NULL, agg_path_methods);
lua_pop (L, 1);
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月15日 19:23:05 +0000

AltStyle によって変換されたページ (->オリジナル) /