From 3f771833a8c0610518c14c8328355d1f4177843c Mon Sep 17 00:00:00 2001 From: "joakim@verona.se" <> Date: Wed, 10 Aug 2011 10:19:46 +0200 Subject: seems my recent attempts to disable screen optimizations cashed hard crashes so I removed them again --- src/xdisp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index b09a1547a57..b58c8da8203 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -15698,7 +15698,7 @@ try_window_reusing_current_matrix (struct window *w) return 0; #endif -#ifdef HAVE_XWIDGETS +#ifdef HAVE_XWIDGETS_xxx //currently this is needed to detect xwidget movement reliably. or probably not. printf("try_window_reusing_current_matrix\n"); return 0; @@ -16465,7 +16465,7 @@ try_window_id (struct window *w) return 0; #endif -#ifdef HAVE_XWIDGETS +#ifdef HAVE_XWIDGETS_xxx //maybe needed for proper xwidget movement printf("try_window_id\n"); return -1; -- cgit v1.2.1