diff src/scrollbar-msw.c @ 673:685b588e92d8

[xemacs-hg @ 2001-10-30 05:13:26 by andyp] merge of windows 21.4.5 codeline
author andyp
date Tue, 30 Oct 2001 05:13:31 +0000
parents fdefd0186b75
children a307f9a2021d
line wrap: on
line diff
--- a/src/scrollbar-msw.c	Fri Oct 26 02:42:53 2001 +0000
+++ b/src/scrollbar-msw.c	Tue Oct 30 05:13:31 2001 +0000
@@ -44,6 +44,7 @@
 #define VERTICAL_SCROLLBAR_DRAG_HACK
 
 static int vertical_drag_in_progress = 0;
+extern Lisp_Object mswindows_find_frame (HWND hwnd);
 
 /* As long as the HWND is around, the scrollbar instance must be GC-protected.
    We have gotten crashes, apparently from trying to access a dead, freed
@@ -235,9 +236,9 @@
       f = XFRAME (frame);
     }
 
-  /* SB_LINEDOWN == SB_CHARLEFT etc.  This is the way they will
-     always be -- any Windows is binary compatible backward with
-     old programs. */
+  /* SB_LINEDOWN == SB_CHARLEFT etc. This is the way they will
+     always be - any Windows is binary compatible backward with
+     old programs */
 
   switch (code)
     {