]> git.eshelyaron.com Git - emacs.git/commit
* nsfns.m (x_icon): icon_top/left is int.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 30 Oct 2014 17:23:52 +0000 (18:23 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 30 Oct 2014 17:23:52 +0000 (18:23 +0100)
commitb7bf631c809e7dc31ba423ac93bdf30d092f6129
tree40bb74e18b5ac07035222e10abd189b50dba76d8
parentfda2bc46a80aa8c9e2742f6ca149969664c79dc7
* nsfns.m (x_icon): icon_top/left is int.

* nsterm.h (EmacsScroller): Replace Lisp_Object win with
struct window*.
Remove getMouseMotionPart.
(ns_output): Make icon_top/left int.

* nsterm.m (ns_mouse_position): Remove unused code.
(initFrame:window:, dealloc): Use window instead of win.
(getMouseMotionPart:window:x:y:): Remove, unused.
(sendScrollEventAtLoc:fromEvent:): Make Lisp_Object win from window.

Fixes: debbugs:18889
src/ChangeLog
src/nsfns.m
src/nsterm.h
src/nsterm.m