diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
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) | |||
| 15698 | return 0; | 15698 | return 0; |
| 15699 | #endif | 15699 | #endif |
| 15700 | 15700 | ||
| 15701 | #ifdef HAVE_XWIDGETS | 15701 | #ifdef HAVE_XWIDGETS_xxx |
| 15702 | //currently this is needed to detect xwidget movement reliably. or probably not. | 15702 | //currently this is needed to detect xwidget movement reliably. or probably not. |
| 15703 | printf("try_window_reusing_current_matrix\n"); | 15703 | printf("try_window_reusing_current_matrix\n"); |
| 15704 | return 0; | 15704 | return 0; |
| @@ -16465,7 +16465,7 @@ try_window_id (struct window *w) | |||
| 16465 | return 0; | 16465 | return 0; |
| 16466 | #endif | 16466 | #endif |
| 16467 | 16467 | ||
| 16468 | #ifdef HAVE_XWIDGETS | 16468 | #ifdef HAVE_XWIDGETS_xxx |
| 16469 | //maybe needed for proper xwidget movement | 16469 | //maybe needed for proper xwidget movement |
| 16470 | printf("try_window_id\n"); | 16470 | printf("try_window_id\n"); |
| 16471 | return -1; | 16471 | return -1; |