comparison src/scrollbar-msw.c @ 249:83b3d10dcba9 r20-5b23

Import from CVS: tag r20-5b23
author cvs
date Mon, 13 Aug 2007 10:19:09 +0200
parents 0e522484dd2a
children b2472a1930f2
comparison
equal deleted inserted replaced
248:ad40ac2754d8 249:83b3d10dcba9
25 25
26 #include <config.h> 26 #include <config.h>
27 #include "lisp.h" 27 #include "lisp.h"
28 28
29 #include "console-msw.h" 29 #include "console-msw.h"
30 #include "scrollbar-msw.h"
31
30 #include "frame.h" 32 #include "frame.h"
31 #include "window.h" 33 #include "window.h"
32 #include "scrollbar-msw.h"
33 #include "events.h" 34 #include "events.h"
34 #include "event-msw.h"
35 35
36 /* This has really different semantics in Windows than in Motif. 36 /* This has really different semantics in Windows than in Motif.
37 There's no corresponding method; we just do not change slider 37 There's no corresponding method; we just do not change slider
38 size while dragging. It makes the scrollbar look smother and 38 size while dragging. It makes the scrollbar look smother and
39 prevents some weird behavior when scrolled near the bottom */ 39 prevents some weird behavior when scrolled near the bottom */