]> git.eshelyaron.com Git - emacs.git/commit
Fix child frame restacking on NS (bug#41422)
authorAlan Third <alan@idiocy.org>
Sun, 3 Jan 2021 16:15:18 +0000 (16:15 +0000)
committerAlan Third <alan@idiocy.org>
Sun, 3 Jan 2021 16:23:06 +0000 (16:23 +0000)
commitad2567fb1efced752352096f345c69f88e1ff405
tree46c1437370d1bb079be4253c83649f308b8e5225
parent825b4ec338e82869dc656c7041ab2483b6c22479
Fix child frame restacking on NS (bug#41422)

* src/nsfns.m (Fns_frame_restack): Use new restackWindow method.
* src/nsterm.m ([EmacsWindow orderFront:]):
([EmacsWindow makeKeyAndOrderFront:]):
(nswindow_orderedIndex_sort):
([EmacsWindow orderBack:]):
([EmacsWindow restackWindow:above:]): Override superclass methods to
handle child windows the way we want.
src/nsfns.m
src/nsterm.h
src/nsterm.m