emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32inevt.c,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32inevt.c,v
Date: Wed, 29 Aug 2007 05:28:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/29 05:28:10

Index: src/w32inevt.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32inevt.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- src/w32inevt.c      26 Jul 2007 05:27:59 -0000      1.37
+++ src/w32inevt.c      29 Aug 2007 05:27:54 -0000      1.38
@@ -643,7 +643,9 @@
 }
 
 int
-w32_console_read_socket (int sd, int expected, struct input_event *hold_quit)
+w32_console_read_socket (struct terminal *terminal,
+                         int expected,
+                         struct input_event *hold_quit)
 {
   BOOL no_events = TRUE;
   int nev, ret = 0, add;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]