home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
desklib
/
sources
/
DeskLib
/
!DLSources
/
Libraries
/
Handler
/
c
/
CloseW
< 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
|
1995-07-08
|
256 b
|
12 lines
#include "DeskLib:WimpSWIS.h"
#include "DeskLib:Window.h"
#include "DeskLib:Handler.h"
extern BOOL Handler_CloseWindow(event_pollblock *event, void *reference)
{
UNUSED( reference);
Wimp_CloseWindow(event->data.openblock.window);
return(TRUE);
}