From 19e454079a0050b0cb0789d90c2857c550715847 Mon Sep 17 00:00:00 2001
From: Bertrand Bellenot <Bertrand.Bellenot@cern.ch>
Date: Mon, 23 Apr 2012 14:19:41 +0000
Subject: [PATCH] replace a gClient->HandleInput() by gSystem->ProcessEvents(),
 which doesn't work with stressGUI extension, coming in a near future

git-svn-id: http://root.cern.ch/svn/root/trunk@43908 27541ba8-7e3a-0410-8455-c3a389f83636
---
 test/stressGUI.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/stressGUI.cxx b/test/stressGUI.cxx
index 751df73f167..841b2307165 100644
--- a/test/stressGUI.cxx
+++ b/test/stressGUI.cxx
@@ -411,7 +411,7 @@ void ProcessFrame(TGFrame *f, const char *title)
 {
    // Save a capture of frame f in a png file.
 
-   gClient->HandleInput();
+   gSystem->ProcessEvents();
    gSystem->Sleep(250);
    gSystem->ProcessEvents();
    gErrorIgnoreLevel = 9999;
-- 
GitLab