diff options
| author | Stephen Leake | 2019-04-11 14:00:02 -0700 |
|---|---|---|
| committer | Stephen Leake | 2019-04-11 14:00:02 -0700 |
| commit | 7ba7def5caf7ec9d9bebffff489f0a658229fbda (patch) | |
| tree | e0cfcb59937ca0528fb81769d7d48a904a91f5dc /src/w32term.c | |
| parent | 7768581172e11be52b1fcd8224f4594e126bbdb7 (diff) | |
| parent | de238b39e335c6814283faa171b35145f124edf2 (diff) | |
| download | emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip | |
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
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 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 (); |