Ignore:
Timestamp:
Jun 2, 2002, 8:20:24 PM (23 years ago)
Author:
umoeller
Message:

Rewrote winlist widget to use daemon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cctl_tooltip.c

    r165 r167  
    269269        mrc = pfnwpOrig(hwndTool, msg, mp1, mp2);
    270270
    271     return (mrc);
     271    return mrc;
    272272}
    273273
     
    311311    }
    312312
    313     return (brc);
     313    return brc;
    314314}
    315315
     
    19631963    CATCH(excpt1) {} END_CATCH();
    19641964
    1965     return (mrc);
    1966 }
    1967 
    1968 
     1965    return mrc;
     1966}
     1967
     1968
Note: See TracChangeset for help on using the changeset viewer.