aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r--src/WinClient.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index 0e5e2e9..8e378bf 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: WinClient.cc,v 1.30 2003/10/06 06:22:43 rathnor Exp $ 22// $Id: WinClient.cc,v 1.31 2003/12/04 21:31:02 fluxgen Exp $
23 23
24#include "WinClient.hh" 24#include "WinClient.hh"
25 25
@@ -555,7 +555,7 @@ void WinClient::removeModal() {
555 555
556bool WinClient::validateClient() const { 556bool WinClient::validateClient() const {
557 Display *display = FbTk::App::instance()->display(); 557 Display *display = FbTk::App::instance()->display();
558 XSync(display, false); 558 FbTk::App::instance()->sync(false);
559 559
560 XEvent e; 560 XEvent e;
561 if (( XCheckTypedWindowEvent(display, window(), DestroyNotify, &e) || 561 if (( XCheckTypedWindowEvent(display, window(), DestroyNotify, &e) ||