]> git.eshelyaron.com Git - emacs.git/commit
Fix some frame handling issues on NS
authorAlan Third <alan@idiocy.org>
Sat, 15 Jul 2017 20:57:18 +0000 (21:57 +0100)
committerAlan Third <alan@idiocy.org>
Sat, 15 Jul 2017 21:12:33 +0000 (22:12 +0100)
commit30444c695ae4d1184c4b6bc994c00b7b1af5ab4a
tree76551ac4f7eb064b79df824da06de089c55b74b1
parent66683f46b877a8c2baa5fdedfb332618a1973db5
Fix some frame handling issues on NS

* lisp/frame.el (mouse-absolute-pixel-position): Use new NS function.
* src/nsfns.m (Sns_mouse_absolute_pixel_position): New function.
* src/nsterm.m (x_make_frame_visible): Re-establish parent-child
relationship if it's broken.
lisp/frame.el
src/nsfns.m
src/nsterm.m