source: trunk/third/mwm/WmFeedback.h @ 9757

Revision 9757, 1.2 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9756, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
3 * ALL RIGHTS RESERVED
4*/
5/*
6 * Motif Release 1.2
7*/
8/*   $RCSfile: WmFeedback.h,v $ $Revision: 1.1.1.1 $ $Date: 1997-03-25 09:12:18 $ */
9/*
10 * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */
11
12#ifdef _NO_PROTO
13extern void        ConfirmAction ();
14extern void        HideFeedbackWindow ();
15extern void        InitCursorInfo ();
16extern void        PaintFeedbackWindow();
17extern void        ShowFeedbackWindow();
18extern void        ShowWaitState ();
19extern void        UpdateFeedbackInfo();
20extern void        UpdateFeedbackText();
21
22#else /* _NO_PROTO */
23
24extern void ConfirmAction (WmScreenData *pSD, int nbr);
25extern void HideFeedbackWindow (WmScreenData *pSD);
26extern void InitCursorInfo (void);
27extern void PaintFeedbackWindow (WmScreenData *pSD);
28extern void ShowFeedbackWindow (WmScreenData *pSD, int x, int y,
29                                unsigned int width, unsigned int height,
30                                unsigned long style);
31extern void ShowWaitState (Boolean flag);
32extern void UpdateFeedbackInfo (WmScreenData *pSD, int x, int y,
33                                unsigned int width, unsigned int height);
34extern void UpdateFeedbackText (WmScreenData *pSD, int x, int y,
35                                unsigned int width, unsigned int height);
36
37#endif /* _NO_PROTO */
Note: See TracBrowser for help on using the repository browser.