Ignore:
Timestamp:
Dec 9, 2000, 8:19:42 PM (25 years ago)
Author:
umoeller
Message:

Major updates; timers, LVM, miscellaneous.

File:
1 edited

Legend:

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

    r8 r14  
    1616/*
    1717 *      Copyright (C) 1997-2000 Ulrich M”ller.
    18  *      This file is part of the XWorkplace source package.
    19  *      XWorkplace is free software; you can redistribute it and/or modify
     18 *      This file is part of the "XWorkplace helpers" source package.
     19 *      This is free software; you can redistribute it and/or modify
    2020 *      it under the terms of the GNU General Public License as published
    2121 *      by the Free Software Foundation, in version 2 as it comes in the
     
    8484
    8585/* ******************************************************************
    86  *                                                                  *
    87  *   Global variables                                               *
    88  *                                                                  *
     86 *
     87 *   Global variables
     88 *
    8989 ********************************************************************/
    9090
     
    9898
    9999/* ******************************************************************
    100  *                                                                  *
    101  *   "Tooltip" control                                              *
    102  *                                                                  *
     100 *
     101 *   "Tooltip" control
     102 *
    103103 ********************************************************************/
    104104
     
    724724    PTOOLTIPDATA pttd = (PTOOLTIPDATA)WinQueryWindowPtr(hwndTooltip, 1);
    725725
    726     TRY_LOUD(excpt1, NULL)
     726    TRY_LOUD(excpt1)
    727727    {
    728728        switch (msg)
Note: See TracChangeset for help on using the changeset viewer.