diff options
| author | Miles Bader | 2007-05-25 02:47:22 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-05-25 02:47:22 +0000 |
| commit | 98db66cac2e07862a43014b57ebcc2f0fbfc07e6 (patch) | |
| tree | f1ef3d994208c3c102c40454971e195fda91b42f /src/macterm.c | |
| parent | 24236bd83e64a3cfa96f01af3b2a925dd234612d (diff) | |
| parent | 5dfdf72f7aee102988a98447de9d19523af50055 (diff) | |
| download | emacs-98db66cac2e07862a43014b57ebcc2f0fbfc07e6.tar.gz emacs-98db66cac2e07862a43014b57ebcc2f0fbfc07e6.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 765-770)
- Update from CVS
- Merge from emacs--rel--22
- Merge from gnus--rel--5.10
* emacs--rel--22 (patch 24-25)
* gnus--rel--5.10 (patch 222-223)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-16
Diffstat (limited to 'src/macterm.c')
| -rw-r--r-- | src/macterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macterm.c b/src/macterm.c index e31fba134f5..871bf9cd6f9 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -9888,6 +9888,7 @@ mac_handle_window_event (next_handler, event, data) | |||
| 9888 | width = bounds.right - bounds.left; | 9888 | width = bounds.right - bounds.left; |
| 9889 | height = bounds.bottom - bounds.top; | 9889 | height = bounds.bottom - bounds.top; |
| 9890 | mac_handle_size_change (f, width, height); | 9890 | mac_handle_size_change (f, width, height); |
| 9891 | mac_wakeup_from_rne (); | ||
| 9891 | } | 9892 | } |
| 9892 | } | 9893 | } |
| 9893 | 9894 | ||