removed hack in top level function to force plot/lines finalisation order - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot
diff options
context:
space:
mode:
authorfrancesco <francesco.bbt@gmail.com>2010年10月21日 21:59:30 +0200
committerfrancesco <francesco.bbt@gmail.com>2010年10月21日 21:59:30 +0200
commit60e7238f4c48e7653c4627c6bd78b959044687e9 (patch)
tree2ec4f37b09921c57ebd3a423a67168af1eece18f /agg-plot
parentf2a6a9203f69006b9aee94f96dc19d638047f67a (diff)
downloadgsl-shell-60e7238f4c48e7653c4627c6bd78b959044687e9.tar.gz
removed hack in top level function to force plot/lines finalisation order
No longer need because with the new approach a violation of finalisation order does not cause segmentation fault.
Diffstat (limited to 'agg-plot')
-rw-r--r--agg-plot/agg_platform_support_x11.cpp 2
1 files changed, 1 insertions, 1 deletions
diff --git a/agg-plot/agg_platform_support_x11.cpp b/agg-plot/agg_platform_support_x11.cpp
index b3ad8475..3bb80d51 100644
--- a/agg-plot/agg_platform_support_x11.cpp
+++ b/agg-plot/agg_platform_support_x11.cpp
@@ -243,7 +243,7 @@ namespace agg
ev.xclient.data.l[3] = 0l;
ev.xclient.data.l[4] = 0l;
XSendEvent(m_display_alt, m_window, False, NoEventMask, &ev);
- XFlush(m_display_alt);
+ XSync(m_display_alt, False);
}
//------------------------------------------------------------------------
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月18日 03:31:23 +0000

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