Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /othersrc/dist/cdk/label.c between versions 1.1 and 1.2

version 1.1, 2001/01/04 19:58:06 version 1.2, 2001/01/24 08:50:36
Line 244  static void _drawCDKLabel (CDKOBJS *obje Line 244  static void _drawCDKLabel (CDKOBJS *obje
    /* Refresh the window. */     /* Refresh the window. */
    wnoutrefresh (label->infoWin);     wnoutrefresh (label->infoWin);
    wnoutrefresh (label->win);     wnoutrefresh (label->win);
      doupdate();
 }  }
   
 /*  /*

Removed from v.1.1  
changed lines
  Added in v.1.2


CVSweb <webmaster@jp.NetBSD.org>