Ignore:
Timestamp:
Sep 29, 1999, 11:31:18 AM (26 years ago)
Author:
dengert
Message:

caret blinking and recreation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/timer.cpp

    r1066 r1094  
    1 /* $Id: timer.cpp,v 1.3 1999-09-26 16:09:04 dengert Exp $ */
     1/* $Id: timer.cpp,v 1.4 1999-09-29 09:31:18 dengert Exp $ */
    22
    33/*
     
    7474
    7575    if (i == NB_TIMERS)  /* no matching timer found */
    76         return (TRUE);   /* eat message */
     76        return (FALSE);  /* forward message */
    7777
    7878    pMsg->mp1 = MPFROMLONG (pTimer->id);
     79    pMsg->mp2 = MPFROMLONG (TRUE);   /* mark for Win32 */
    7980    if (!pTimer->proc)
    8081        return (FALSE);  /* forward message */
Note: See TracChangeset for help on using the changeset viewer.