Mercurial > emacs
changeset 95159:3a5987224fad
Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>
(x-create-frame, Qalpha): Initialize the frame parameter `alpha'.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 21 May 2008 03:59:23 +0000 |
parents | 69278a81390d |
children | 4f066b58a8c2 |
files | src/xfns.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Wed May 21 03:59:00 2008 +0000 +++ b/src/xfns.c Wed May 21 03:59:23 2008 +0000 @@ -3405,6 +3405,8 @@ x_default_parameter (f, parms, Qscroll_bar_width, Qnil, "scrollBarWidth", "ScrollBarWidth", RES_TYPE_NUMBER); + x_default_parameter (f, parms, Qalpha, Qnil, + "alpha", "Alpha", RES_TYPE_NUMBER); /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size. Change will not be effected unless different from the current @@ -5771,7 +5773,8 @@ x_set_fringe_width, x_set_wait_for_wm, x_set_fullscreen, - x_set_font_backend + x_set_font_backend, + x_set_alpha }; void