*** src/ScrollMgr.c.orig	Mon Apr 12 07:49:28 2004
--- src/ScrollMgr.c	Sun May 30 14:37:57 2004
***************
*** 951,957 ****
  xbaeRedrawCells(XbaeMatrixWidget mw, Rectangle *expose)
  {
      int startCol, endCol, startRow, endRow, i, j;
!     Rectangle rect;
      Boolean set_mask = False;
  
      DEBUGOUT(_XbaeDebug(__FILE__, (Widget)mw,
--- 951,957 ----
  xbaeRedrawCells(XbaeMatrixWidget mw, Rectangle *expose)
  {
      int startCol, endCol, startRow, endRow, i, j;
!     Rectangle rect, matrix_expose;
      Boolean set_mask = False;
  
      DEBUGOUT(_XbaeDebug(__FILE__, (Widget)mw,
***************
*** 963,969 ****
  	return;
  
      #if 1
!     Rectangle matrix_expose;
      SETRECT(matrix_expose,
  	    expose->x1 + FIXED_COLUMN_LABEL_OFFSET(mw),
  	    expose->y1 + FIXED_ROW_LABEL_OFFSET(mw),
--- 963,969 ----
  	return;
  
      #if 1
!     /* Rectangle matrix_expose;*/
      SETRECT(matrix_expose,
  	    expose->x1 + FIXED_COLUMN_LABEL_OFFSET(mw),
  	    expose->y1 + FIXED_ROW_LABEL_OFFSET(mw),
