diff options
Diffstat (limited to 'src/xwidget.h')
| -rw-r--r-- | src/xwidget.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/xwidget.h b/src/xwidget.h index 8c598efb2e2..1b6368daabf 100644 --- a/src/xwidget.h +++ b/src/xwidget.h | |||
| @@ -49,8 +49,7 @@ struct xwidget | |||
| 49 | 49 | ||
| 50 | /* Vector of currently executing scripts with callbacks. */ | 50 | /* Vector of currently executing scripts with callbacks. */ |
| 51 | Lisp_Object script_callbacks; | 51 | Lisp_Object script_callbacks; |
| 52 | 52 | /* Here ends the Lisp part. script_callbacks is the marker field. */ | |
| 53 | /* Here ends the Lisp part. "height" is the marker field. */ | ||
| 54 | 53 | ||
| 55 | int height; | 54 | int height; |
| 56 | int width; | 55 | int width; |
| @@ -68,8 +67,7 @@ struct xwidget_view | |||
| 68 | union vectorlike_header header; | 67 | union vectorlike_header header; |
| 69 | Lisp_Object model; | 68 | Lisp_Object model; |
| 70 | Lisp_Object w; | 69 | Lisp_Object w; |
| 71 | 70 | /* Here ends the lisp part. "w" is the marker field. */ | |
| 72 | /* Here ends the lisp part. "redisplayed" is the marker field. */ | ||
| 73 | 71 | ||
| 74 | /* If touched by redisplay. */ | 72 | /* If touched by redisplay. */ |
| 75 | bool redisplayed; | 73 | bool redisplayed; |