1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

* xterm.c (x_set_frame_alpha): Do not set property on anything

else than FRAME_X_OUTER_WINDOW.

Fixes: debbugs:8608
This commit is contained in:
Jan Djärv 2011-05-03 17:54:54 +02:00
parent e438da8897
commit abe95abbaf
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
* xterm.c (x_set_frame_alpha): Do not set property on anything
else than FRAME_X_OUTER_WINDOW (Bug#8608).
2011-05-02 Juanma Barranquero <lekktu@gmail.com>
* sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)

View File

@ -454,11 +454,6 @@ x_set_frame_alpha (struct frame *f)
double alpha_min = 1.0;
unsigned long opac;
if (FRAME_X_DISPLAY_INFO (f)->root_window != FRAME_X_OUTPUT (f)->parent_desc)
/* Since the WM decoration lies under the FRAME_OUTER_WINDOW,
we must treat the former instead of the latter. */
win = FRAME_X_OUTPUT (f)->parent_desc;
if (dpyinfo->x_highlight_frame == f)
alpha = f->alpha[0];
else