mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-15 19:31:29 -07:00
Fix merge for NS
* src/nsterm.m ([EmacsWindow constrainFrameRect:toScreen:]): Fix derefering of emacsframe.
This commit is contained in:
parent
8ece02f9f0
commit
8f222220b3
1 changed files with 1 additions and 1 deletions
|
|
@ -9821,7 +9821,7 @@ nswindow_orderedIndex_sort (id w1, id w2, void *c)
|
|||
/* Don't do anything for child frames because that leads to weird
|
||||
child frame placement in some cases involving Dock placement and
|
||||
Dock Hiding. */
|
||||
struct frame *f = ((EmacsView *) [self delegate])->emacsframe;
|
||||
struct frame *f = *((EmacsView *) [self delegate])->emacsframe;
|
||||
if (FRAME_PARENT_FRAME (f))
|
||||
return frameRect;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue