[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Frame activation bug : Mac OS X
From: |
Seiji Zenitani |
Subject: |
Frame activation bug : Mac OS X |
Date: |
Mon, 14 Nov 2005 03:00:22 +0900 |
Hi,
Mac OS X specific bug -- when a window (frame) is minimized in the
Dock, the window stays in the Dock even when a file is drag & dropped
onto the application icon. I believe the below line should be added
to the mac-win.el. Could you please examine this issue?
Seiji Zenitani
address@hidden
--- lisp/term/mac-win.el.orig 2005-07-05 01:06:34.000000000 +0900
+++ lisp/term/mac-win.el 2005-08-06 00:15:00.000000000 +0900
@@ -1815,6 +1815,7 @@
;; Make sure the drop target has positive co-ords
;; before setting the selected frame - otherwise it
;; won't work. <address@hidden>
+ (set-frame-parameter nil 'visibility t)
(let* ((window (posn-window (event-start event)))
(coords (posn-x-y (event-start event)))
(x (car coords))
- Frame activation bug : Mac OS X,
Seiji Zenitani <=