Changeset 14 for trunk/src/helpers/cctl_tooltip.c
- Timestamp:
- Dec 9, 2000, 8:19:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_tooltip.c
r8 r14 16 16 /* 17 17 * Copyright (C) 1997-2000 Ulrich Mller. 18 * This file is part of the XWorkplacesource package.19 * XWorkplaceis free software; you can redistribute it and/or modify18 * This file is part of the "XWorkplace helpers" source package. 19 * This is free software; you can redistribute it and/or modify 20 20 * it under the terms of the GNU General Public License as published 21 21 * by the Free Software Foundation, in version 2 as it comes in the … … 84 84 85 85 /* ****************************************************************** 86 * *87 * Global variables *88 * *86 * 87 * Global variables 88 * 89 89 ********************************************************************/ 90 90 … … 98 98 99 99 /* ****************************************************************** 100 * *101 * "Tooltip" control *102 * *100 * 101 * "Tooltip" control 102 * 103 103 ********************************************************************/ 104 104 … … 724 724 PTOOLTIPDATA pttd = (PTOOLTIPDATA)WinQueryWindowPtr(hwndTooltip, 1); 725 725 726 TRY_LOUD(excpt1 , NULL)726 TRY_LOUD(excpt1) 727 727 { 728 728 switch (msg)
Note:
See TracChangeset
for help on using the changeset viewer.