diff options
| author | Richard M. Stallman | 1996-10-31 22:06:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-31 22:06:32 +0000 |
| commit | 49feb47da577b6d2046578ad962f717ede66651b (patch) | |
| tree | 0323296fc52bb29081efccbe0d928dde98f515fd /src/widget.c | |
| parent | e687d06efa700117689dca2e919ff175a5c7e28d (diff) | |
| download | emacs-49feb47da577b6d2046578ad962f717ede66651b.tar.gz emacs-49feb47da577b6d2046578ad962f717ede66651b.zip | |
(EmacsFrameResize): Use cancel_mouse_face.
Diffstat (limited to 'src/widget.c')
| -rw-r--r-- | src/widget.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget.c b/src/widget.c index 55be90fee91..db524a59350 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -779,6 +779,8 @@ EmacsFrameResize (widget) | |||
| 779 | change_frame_size (f, rows, columns, 0, 1); | 779 | change_frame_size (f, rows, columns, 0, 1); |
| 780 | update_wm_hints (ew); | 780 | update_wm_hints (ew); |
| 781 | update_various_frame_slots (ew); | 781 | update_various_frame_slots (ew); |
| 782 | |||
| 783 | cancel_mouse_face (f); | ||
| 782 | } | 784 | } |
| 783 | 785 | ||
| 784 | static Boolean | 786 | static Boolean |