From a178aa5082e2670103ae15847e33ea3d56b67ba7 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 16 Sep 2013 02:04:29 +0200 Subject: Added RECT_TO_GRECT macro --- atari/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atari/misc.c b/atari/misc.c index 974d37e69..7e054c840 100755 --- a/atari/misc.c +++ b/atari/misc.c @@ -121,8 +121,8 @@ struct gui_window * find_guiwin_by_aes_handle(short handle){ } while(gw != NULL) { - if( gw->root->win != NULL - && gemtk_wm_get_handle(gw->root->win) == handle ) { + if(gw->root->win != NULL + && gemtk_wm_get_handle(gw->root->win) == handle) { return(gw); } else -- cgit v1.2.3