all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* The frame parameter 'alpha
@ 2008-11-17  4:28 Seiji Zenitani
  2008-11-17  4:43 ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Seiji Zenitani @ 2008-11-17  4:28 UTC (permalink / raw)
  To: emacs-devel; +Cc: zenitani

Hi,

I noticed that the frame opacity behavior has been changed.

If the user sets
  (set-frame-parameter nil 'alpha '(nil 60))
the frame opacity remains opaque (100%).
Then, when the user selects another frame
emacs changes the frame opacity to 60%.
However, when the user selects the original frame again,
the frame opacity remains to be 60% because emacs does nothing.
So, the active alpha nil has two different states.

Previously, nil was similar to "default" values.
In the case of active alpha nil, the frame always remains opaque.
In the case of inactive frames, nil means "the same as active frames".
I prefer the previous behavior.  Any idea?

-- 
Seiji Zenitani
zenitani@mac.com





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-17  4:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17  4:28 The frame parameter 'alpha Seiji Zenitani
2008-11-17  4:43 ` Chong Yidong

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.