diff options
| author | Joakim Verona | 2011-08-10 10:19:46 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-08-10 10:19:46 +0200 |
| commit | fbe9606448e83b91187a7589dd307c2112dfc593 (patch) | |
| tree | 8d31414d0ea665345c05600e4abd116e98c6457b | |
| parent | d273479d8f9d6055a3548d3c939b735a9aa66323 (diff) | |
| download | emacs-fbe9606448e83b91187a7589dd307c2112dfc593.tar.gz emacs-fbe9606448e83b91187a7589dd307c2112dfc593.zip | |
seems my recent attempts to disable screen optimizations cashed hard crashes so I removed them again
| -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; |