source: branches/branch-1-0/include/helpers/animate.h

Last change on this file was 113, checked in by umoeller, 24 years ago

Misc updates.

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1
2/*
3 *@@sourcefile animate.h:
4 * header file for animate.c.
5 *
6 * Note: Version numbering in this file relates to XWorkplace version
7 * numbering.
8 *
9 *@@include #define INCL_WINWINDOWMGR
10 *@@include #include <os2.h>
11 *@@include #include "helpers\animate.h"
12 */
13
14/* Copyright (C) 1997-2000 Ulrich M”ller.
15 * This file is part of the "XWorkplace helpers" source package.
16 * This is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published
18 * by the Free Software Foundation, in version 2 as it comes in the
19 * "COPYING" file of the XWorkplace main distribution.
20 * This program is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
24 */
25
26#if __cplusplus
27extern "C" {
28#endif
29
30#ifndef ANIMATE_HEADER_INCLUDED
31 #define ANIMATE_HEADER_INCLUDED
32
33 BOOL anmBlowUpBitmap(HPS hps,
34 HBITMAP hbm,
35 ULONG ulAnimationTime);
36
37 VOID anmPowerOff(HPS hps,
38 ULONG ulMaxTime1,
39 ULONG ulMaxTime2,
40 ULONG ulMaxTime3,
41 ULONG ulWaitEnd);
42
43#endif
44
45#if __cplusplus
46}
47#endif
48
Note: See TracBrowser for help on using the repository browser.