summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoakim@verona.se <>2011-08-10 10:19:46 +0200
committerjoakim@verona.se <>2011-08-10 10:19:46 +0200
commit3f771833a8c0610518c14c8328355d1f4177843c (patch)
treeca25fba74a63d76fcc51381a1e9862a99427f02e
parentd11378831a3deb0d0240ed5d4b601dd19f27e323 (diff)
downloademacs-3f771833a8c0610518c14c8328355d1f4177843c.tar.gz
seems my recent attempts to disable screen optimizations cashed hard crashes so I removed them again
-rw-r--r--src/xdisp.c4
1 files 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;