summaryrefslogtreecommitdiff
path: root/atari/gemtk/guiwin.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-09-11 00:12:42 +0200
committerOle Loots <ole@monochrom.net>2013-09-11 00:12:42 +0200
commit9c551589bd0a2214706e18ff80720875cf5b9860 (patch)
tree1c95ea4c2fbf196942769b6f56016a9c83ac8421 /atari/gemtk/guiwin.c
parentc04cef649a163c3131c8560d44fb3dd458929345 (diff)
downloadnetsurf-9c551589bd0a2214706e18ff80720875cf5b9860.tar.gz
netsurf-9c551589bd0a2214706e18ff80720875cf5b9860.tar.bz2
Added comments.
Diffstat (limited to 'atari/gemtk/guiwin.c')
-rw-r--r--atari/gemtk/guiwin.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/atari/gemtk/guiwin.c b/atari/gemtk/guiwin.c
index 30f70c271..01f548305 100644
--- a/atari/gemtk/guiwin.c
+++ b/atari/gemtk/guiwin.c
@@ -1185,7 +1185,10 @@ void gemtk_wm_send_msg(GUIWIN *win, short msg_type, short a, short b, short c,
appl_write(gl_apid, 16, &msg);
}
-/** Directly execute an Message to a GUIWIN using internal dispatcher
+/** Directly execute an Message to a GUIWIN using the internal dispatcher function.
+* This only works for managed windows which have the,
+ GEMTK_WM_FLAG_PREPROC_WM flag set.
+ This call does not send any AES messages.
* \param win the GUIWIN which shall receive the message
* \param msg_type the WM_ message definition
* \param a the 4th parameter to appl_write