Mercurial > emacs
changeset 80614:fa8281092b2f
Backport of long term bug from trunk:
2008-07-18 David Robinow <drobinow@gmail.com> (tiny change)
* w32inevt.c: Include dispextern.h. Don't declare change_frame_size
here.
(maybe_generate_resize_event, resize_event): Call change_frame_size
with SAFE arg.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 18 Jul 2008 08:59:39 +0000 |
parents | 9110741da209 |
children | ed3882ec9644 |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jul 17 23:21:03 2008 +0000 +++ b/src/ChangeLog Fri Jul 18 08:59:39 2008 +0000 @@ -1,3 +1,10 @@ +2008-07-18 David Robinow <drobinow@gmail.com> (tiny change) + + * w32inevt.c: Include dispextern.h. Don't declare change_frame_size + here. + (maybe_generate_resize_event, resize_event): Call change_frame_size + with SAFE arg. + 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * gtkutil.c: Include <config.h> instead of "config.h".