From 52cce284382d4e9126015a4b6b9d2f6c18f4d464 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 30 Mar 2013 13:22:55 +0100 Subject: Added some comments --- atari/gemtk/guiwin.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'atari/gemtk/guiwin.c') diff --git a/atari/gemtk/guiwin.c b/atari/gemtk/guiwin.c index 0334e58df..28eea4ebd 100644 --- a/atari/gemtk/guiwin.c +++ b/atari/gemtk/guiwin.c @@ -673,7 +673,6 @@ GUIWIN *gemtk_wm_find(short handle) return(NULL); } - /** * Check's if the pointer is managed by the guiwin API. */ @@ -690,6 +689,9 @@ GUIWIN *gemtk_wm_validate_ptr(GUIWIN *win) return(NULL); } +/** +* Add the GUIWIN to the list of handled windows. +*/ GUIWIN *gemtk_wm_link(GUIWIN *win) { /* Make sure the window is not linked: */ @@ -714,6 +716,9 @@ GUIWIN *gemtk_wm_link(GUIWIN *win) } } +/** +* Remove the GUIWIN from the list of handled windows. +*/ GUIWIN *gemtk_wm_unlink(GUIWIN *win) { GUIWIN * win_val; -- cgit v1.2.3