*** \\10.0.0.1\dwilliss\lesstif\lib\BulletinBoard.c	Mon May 3 18:21:03 2004 UTC
--- C:\home\dev\tnt70\Xlibs\lesstif\lib\Xm-2.1\BulletinBoard.c	Wed Jun 9 17:12:05 2004 UTC
***************
*** 588,593 ****
      /* initialize these to values that aren't possible */
      BB_OldWidth(new_w) = -1;
      BB_OldHeight(new_w) = -1;
  
      BB_GeoCache(new_w) = NULL;
      MGR_InitialFocus(new_w) = BB_DefaultButton(new_w);
--- 588,594 ----
      /* initialize these to values that aren't possible */
      BB_OldWidth(new_w) = -1;
      BB_OldHeight(new_w) = -1;
+     BB_OldShadowThickness(new_w) = 0; /* better than uninitialized */
  
      BB_GeoCache(new_w) = NULL;
      MGR_InitialFocus(new_w) = BB_DefaultButton(new_w);
