home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
listings
/
v_08_08
/
8n08107a
< prev
next >
Wrap
Text File
|
1990-07-18
|
338b
|
21 lines
Events and Windows
Richard Rathe MD
Listing 5
/*** activate message dispatcher ***/
void do_activate(event)
EventRecord event;
{
WindowPtr window;
WIND *windinfo;
window = (WindowPtr)event.message;
windinfo =
(WIND *)GetWRefCon(window);
(*windinfo->activateproc)(window,windinfo);
}