home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
oslib
/
examples
/
c
/
p3-198
< 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-05-16
|
256 b
|
14 lines
#include "wimp.h"
wimp_t task_from_icon (wimp_w w, wimp_i i)
{ wimp_message message;
message.size = 20;
message.your_ref = 0;
/*rest not used*/
return wimp_send_message_to_window (wimp_USER_MESSAGE_ACKNOWLEDGE,
&message, w, i);
}