home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
BoingBag1
/
Contributions
/
InstallerNG
/
GUI-API
/
example
/
igui_WaitApp.c
< prev
next >
Wrap
C/C++ Source or Header
|
1999-10-28
|
705b
|
44 lines
#include "includes.h"
#include "installergui_data.h"
/********************************************************************
*
* DESCRIPTION
*
*
*
*/
/********************************************************************
*
* STATIC
*
*/
/********************************************************************
*
* EXTERN
*
*/
/********************************************************************
*
* PUBLIC
*
*/
/********************************************************************
*
* CODE
*
*/
void __asm igui_WaitApp(register __a0 APTR application)
{
#ifdef DEBUG
DEBUG_MAKRO
#endif
while (guistuff_HandleGUIEvent(application, igui_QuietWaitApp(application))) { }
}