emacs-devel
[Top][All Lists]
Advanced

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

Minor fix to w32term.c


From: David Ponce
Subject: Minor fix to w32term.c
Date: Sun, 23 Mar 2003 10:58:51 +0100
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4a) Gecko/20030318

Hi Kim,

Here is a small patch I had to apply to w32term.c to compile it.  I
didn't encountered any problem so far, related to your sources
consolidation.

(Windows NT 4 SP6a / Mingw gcc 3.2.2, runtime 2.4, w32api 2.2)

Thanks for the great work you're doing on Emacs!

Sincerely,
David

Index: src/w32term.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32term.c,v
retrieving revision 1.184
diff -c -r1.184 w32term.c
*** src/w32term.c       21 Mar 2003 22:56:51 -0000      1.184
--- src/w32term.c       23 Mar 2003 09:41:44 -0000
***************
*** 5091,5096 ****
--- 5091,5097 ----
         and speech synthesizers can follow the cursor.  */
        if (active_p)
        {
+         struct frame *f = XFRAME (WINDOW_FRAME (w));
          HWND hwnd = FRAME_W32_WINDOW (f);

          w32_system_caret_x






reply via email to

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