summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-03-24 11:18:47 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-03-24 11:18:47 +0200
commit12abadfbb1171eb0e0075804a1f545c64ef512a2 (patch)
tree2f9324a3ae64d10713918cd2353a42e151c766ad
parented717eaf6b88c9e3b061c2c25128b38b16193a3a (diff)
downloadfpGUI-12abadfbb1171eb0e0075804a1f545c64ef512a2.tar.xz
Replaced direct API usage with an already implemented method.
-rw-r--r--src/corelib/x11/fpg_x11.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas
index 65362212..f2a19fcd 100644
--- a/src/corelib/x11/fpg_x11.pas
+++ b/src/corelib/x11/fpg_x11.pas
@@ -1506,7 +1506,7 @@ var
begin
xfd := XConnectionNumber(display);
- XFlush(display);
+ DoFlush;
(*
repeat