changeset 15204:881e3b9247f8

(x_scroll_bar_move): Call my_show_window. (x_scroll_bar_clear): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 May 1996 20:35:50 +0000
parents 5bda3e000c2c
children 0f5d6cd72e21
files src/w32term.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.c	Fri May 10 20:33:26 1996 +0000
+++ b/src/w32term.c	Fri May 10 20:35:50 1996 +0000
@@ -1945,6 +1945,7 @@
   MoveWindow (w, left, top, width, height, TRUE);
   SetScrollRange (w, SB_CTL, 0, height, FALSE);
   InvalidateRect (w, NULL, FALSE);
+  my_show_window (w, SW_NORMAL);
 
   XSETINT (bar->left, left);
   XSETINT (bar->top, top);
@@ -2273,6 +2274,7 @@
       HDC hdc = GetDC (window);
       RECT rect;
 
+      my_show_window (window, SW_HIDE);
       GetClientRect (window, &rect);
       select_palette (f, hdc);
       win32_clear_rect (f, hdc, &rect);