mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-25 19:04:21 +03:00
Added RECT_TO_GRECT macro
This commit is contained in:
parent
258477ad28
commit
ce270a7e08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user