]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_set_internal_border_width): Set frame garbaged
authorJason Rumney <jasonr@gnu.org>
Sat, 17 Nov 2001 17:39:05 +0000 (17:39 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 17 Nov 2001 17:39:05 +0000 (17:39 +0000)
when X window doesn't exist yet.

src/w32fns.c

index 29ba92c77c72cda99e6a8a65df65dd542ad0f078..2cbb433f36e061606b1e8ea4e800aa7e6d5c9d89 100644 (file)
@@ -2458,6 +2458,8 @@ x_set_internal_border_width (f, arg, oldval)
       SET_FRAME_GARBAGED (f);
       do_pending_window_change (0);
     }
+  else
+    SET_FRAME_GARBAGED (f);
 }
 
 void