Added RECT_TO_GRECT macro

This commit is contained in:
Ole Loots 2013-09-16 02:04:29 +02:00
parent 258477ad28
commit ce270a7e08

View File

@ -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