[BACK]Return to scroll.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / othersrc / dist / cdk

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

Diff for /othersrc/dist/cdk/scroll.c between version 1.2 and 1.3

version 1.2, 2001/01/04 20:15:31 version 1.3, 2001/01/09 18:41:54
Line 290  int injectCDKScroll (CDKSCROLL *scrollp,
Line 290  int injectCDKScroll (CDKSCROLL *scrollp,
       /* Check for a predefined key binding. */        /* Check for a predefined key binding. */
       if (checkCDKObjectBind (vSCROLL, scrollp, input) != 0)        if (checkCDKObjectBind (vSCROLL, scrollp, input) != 0)
       {        {
          scrollp->exitType = vESCAPE_HIT;  
          return -1;           return -1;
       }        }
       else        else

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>