diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index 2b30673c75d..03a9af12ea8 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -3757,7 +3757,7 @@ x_scroll_bar_create (struct window *w, int top, int left, int width, int height) | |||
| 3757 | HWND hwnd; | 3757 | HWND hwnd; |
| 3758 | SCROLLINFO si; | 3758 | SCROLLINFO si; |
| 3759 | struct scroll_bar *bar | 3759 | struct scroll_bar *bar |
| 3760 | = XSCROLL_BAR (Fmake_vector (make_number (VECSIZE (struct scroll_bar)), Qnil)); | 3760 | = ALLOCATE_PSEUDOVECTOR (struct scroll_bar, fringe_extended_p, PVEC_OTHER); |
| 3761 | Lisp_Object barobj; | 3761 | Lisp_Object barobj; |
| 3762 | 3762 | ||
| 3763 | block_input (); | 3763 | block_input (); |