aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index b4d2dc2334a..4cffc32b0d7 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -4295,6 +4295,12 @@ scrolling_window (struct window *w, int header_line_p)
4295 break; 4295 break;
4296 } 4296 }
4297 4297
4298#ifdef HAVE_XWIDGETS
4299 //currently this is needed to detect xwidget movement reliably. or probably not.
4300 printf("scrolling_window\n");
4301 return 0;
4302#endif
4303
4298 /* Give up if some rows in the desired matrix are not enabled. */ 4304 /* Give up if some rows in the desired matrix are not enabled. */
4299 if (!MATRIX_ROW (desired_matrix, i)->enabled_p) 4305 if (!MATRIX_ROW (desired_matrix, i)->enabled_p)
4300 return -1; 4306 return -1;