]> git.eshelyaron.com Git - emacs.git/commitdiff
* xterm.c (x_set_frame_alpha): Do not set property on anything
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 3 May 2011 15:54:54 +0000 (17:54 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 3 May 2011 15:54:54 +0000 (17:54 +0200)
else than FRAME_X_OUTER_WINDOW.

Fixes: debbugs:8608
src/ChangeLog
src/xterm.c

index 1231099fff3e45ea40b2239886857f227e648e45..0e8e949004eb1e1055ed0b2f2cd457e2937bc52e 100644 (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)
index 491a8b3698ff33175437092f86a92572612933d9..20259b7ab2ec27dd1e5d69d616aad5f7fe3f21c1 100644 (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