(> diff-x (frame-char-width)))
(< diff-y -10)
(and diff-x-eligible
- (< diff-x (frame-char-width))))
+ (< diff-x (- (frame-char-width)))))
(setcar (nthcdr 3 touch-screen-current-tool)
'scroll)
(setcar (nthcdr 2 touch-screen-current-tool)
window (posn-window posn))
;; Select the window that was tapped given that it isn't
;; an inactive minibuffer window.
- (when (or (not (eq window)
- (minibuffer-window (window-frame window)))
+ (when (or (not (eq window
+ (minibuffer-window
+ (window-frame window))))
(minibuffer-window-active-p window))
(select-window window))
;; Now simulate a mouse click there. If there is a link