diff options
| author | Joakim Verona | 2010-09-10 07:27:36 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-09-10 07:27:36 +0200 |
| commit | 5d131913cfdb52afeec90b7bf37ba307e4d8b3b3 (patch) | |
| tree | e503f1b65cc25ebafb1d5cec9a53eba898c38a66 /src/xdisp.c | |
| parent | 8dfed77f7bdf7591d6daa705364db6ba0d872116 (diff) | |
| download | emacs-5d131913cfdb52afeec90b7bf37ba307e4d8b3b3.tar.gz emacs-5d131913cfdb52afeec90b7bf37ba307e4d8b3b3.zip | |
beginnings of a lisp interface to support debugging of xwidgets placements, which is hairy, and buggy.
Diffstat (limited to 'src/xdisp.c')
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index b4225a9c972..7274c129d2c 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -6625,8 +6625,7 @@ next_element_from_image (struct it *it) | |||
| 6625 | 6625 | ||
| 6626 | /* im not sure about this FIXME JAVE*/ | 6626 | /* im not sure about this FIXME JAVE*/ |
| 6627 | static int | 6627 | static int |
| 6628 | next_element_from_xwidget (it) | 6628 | next_element_from_xwidget (struct it *it) |
| 6629 | struct it *it; | ||
| 6630 | { | 6629 | { |
| 6631 | it->what = IT_XWIDGET; | 6630 | it->what = IT_XWIDGET; |
| 6632 | assert_valid_xwidget_id(it->xwidget_id,"next_element_from_xwidget"); | 6631 | assert_valid_xwidget_id(it->xwidget_id,"next_element_from_xwidget"); |