home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 2
/
RISC_DISC_2.iso
/
pd_share
/
program
/
code
/
stubshack
/
HeapGraph
/
!HeapDisp
/
h
/
Redraw
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-28
|
283 b
|
20 lines
#ifndef __Redraw_h
#define __Redraw_h
#ifndef __Structs_h
#include "Structs.h"
#endif
#ifndef __Shell_Extra_h
#include "Shell.Extra.h"
#endif
void HeapRedrawer(
Shell_convertpoint convert,
wimp_point rectsize,
void *reference,
const wimp_rect *redrawrect
);
#endif