* Windows broken again
@ 2008-07-17 20:55 David Robinow
2008-07-17 21:55 ` Jason Rumney
0 siblings, 1 reply; 2+ messages in thread
From: David Robinow @ 2008-07-17 20:55 UTC (permalink / raw)
To: emacs-devel
Adrian's patch yesterday to include dispextern.h from frame.h broke
the Windows compile.
I added 0 for the 6th parameter to change_frame_size calls in w32inevt.c
I have no idea if that's correct.
Index: w32inevt.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32inevt.c,v
retrieving revision 1.41
diff -r1.41 w32inevt.c
56,58d55
< /* from dispnew.c */
< extern int change_frame_size (FRAME_PTR, int, int, int, int);
<
624c621
< change_frame_size (f, event->dwSize.Y, event->dwSize.X, 0, 1);
---
> change_frame_size (f, event->dwSize.Y, event->dwSize.X, 0, 1, 0);
641c638
< 0, 0);
---
> 0, 0, 0);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Windows broken again
2008-07-17 20:55 Windows broken again David Robinow
@ 2008-07-17 21:55 ` Jason Rumney
0 siblings, 0 replies; 2+ messages in thread
From: Jason Rumney @ 2008-07-17 21:55 UTC (permalink / raw)
To: David Robinow; +Cc: emacs-devel
David Robinow wrote:
> Adrian's patch yesterday to include dispextern.h from frame.h broke
> the Windows compile.
> I added 0 for the 6th parameter to change_frame_size calls in w32inevt.c
> I have no idea if that's correct.
Thanks, it looks like the correct fix, which should have been made 9
years ago when the extra arg was added to that function.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-17 21:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-17 20:55 Windows broken again David Robinow
2008-07-17 21:55 ` Jason Rumney
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).