diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-03-24 11:18:47 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-03-24 11:18:47 +0200 |
commit | 12abadfbb1171eb0e0075804a1f545c64ef512a2 (patch) | |
tree | 2f9324a3ae64d10713918cd2353a42e151c766ad /src/corelib/x11 | |
parent | ed717eaf6b88c9e3b061c2c25128b38b16193a3a (diff) | |
download | fpGUI-12abadfbb1171eb0e0075804a1f545c64ef512a2.tar.xz |
Replaced direct API usage with an already implemented method.
Diffstat (limited to 'src/corelib/x11')
-rw-r--r-- | src/corelib/x11/fpg_x11.pas | 2 |
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 |