forked from mirrors/linphone-iphone
Do not call MoveWindow on external windows.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@170 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
64372add3e
commit
47e90f280d
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ static bool_t win_display_init(MSDisplay *obj, MSPicture *fbuf){
|
|||
if (wd->window!=NULL) SetWindowLongPtr(wd->window,GWLP_USERDATA,(LONG_PTR)obj);
|
||||
else return FALSE;
|
||||
}
|
||||
}else{
|
||||
}else if (obj->window_id==0){
|
||||
/* the window might need to be resized*/
|
||||
RECT cur;
|
||||
GetWindowRect(wd->window,&cur);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue