aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorJoakim Verona2013-08-13 20:16:27 +0200
committerJoakim Verona2013-08-13 20:16:27 +0200
commitf0a5c7bd7d1654efded1a93b71b662d815d18ef8 (patch)
treebd88eee45b947609040743fb00ca7104ae3689df /src/w32term.c
parenta218d7fbf59ed0896f02bf50ed1702c26696cd30 (diff)
parent21c58ae2a804b00812d3e609806326ac5d301e34 (diff)
downloademacs-f0a5c7bd7d1654efded1a93b71b662d815d18ef8.tar.gz
emacs-f0a5c7bd7d1654efded1a93b71b662d815d18ef8.zip
merge from trunk
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 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 ();