home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
languages
/
c
/
oslib
/
Examples
/
p3-018
< prev
next >
Wrap
Text File
|
1994-03-30
|
301b
|
16 lines
#include "os.h"
#include "wimp.h"
extern wimp_block Block;
/*|Block| is the wimp_poll block*/
void redraw (void)
{ bool more;
for (more = wimp_redraw_window (&Block.redraw); more;
more = wimp_get_rectangle (&Block.redraw))
{ /*Redraw contents of appropriate window*/
}
}