all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Minor fix to w32term.c
@ 2003-03-23  9:58 David Ponce
  0 siblings, 0 replies; only message in thread
From: David Ponce @ 2003-03-23  9:58 UTC (permalink / raw)
  Cc: emacs-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-23  9:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-23  9:58 Minor fix to w32term.c David Ponce

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.