aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 7dbeda7a716..bb1f0bad018 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -3896,7 +3896,7 @@ x_scroll_bar_create (struct window *w, int left, int top, int width, int height,
3896 HWND hwnd; 3896 HWND hwnd;
3897 SCROLLINFO si; 3897 SCROLLINFO si;
3898 struct scroll_bar *bar 3898 struct scroll_bar *bar
3899 = ALLOCATE_PSEUDOVECTOR (struct scroll_bar, top, PVEC_OTHER); 3899 = ALLOCATE_PSEUDOVECTOR (struct scroll_bar, w32_widget_high, PVEC_OTHER);
3900 Lisp_Object barobj; 3900 Lisp_Object barobj;
3901 3901
3902 block_input (); 3902 block_input ();