source: trunk/include/helpers/animate.h@ 17

Last change on this file since 17 was 17, checked in by umoeller, 25 years ago

Miscellanous updates.

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