diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xterm.c b/src/xterm.c index 491a8b3698f..20259b7ab2e 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -454,11 +454,6 @@ x_set_frame_alpha (struct frame *f) | |||
| 454 | double alpha_min = 1.0; | 454 | double alpha_min = 1.0; |
| 455 | unsigned long opac; | 455 | unsigned long opac; |
| 456 | 456 | ||
| 457 | if (FRAME_X_DISPLAY_INFO (f)->root_window != FRAME_X_OUTPUT (f)->parent_desc) | ||
| 458 | /* Since the WM decoration lies under the FRAME_OUTER_WINDOW, | ||
| 459 | we must treat the former instead of the latter. */ | ||
| 460 | win = FRAME_X_OUTPUT (f)->parent_desc; | ||
| 461 | |||
| 462 | if (dpyinfo->x_highlight_frame == f) | 457 | if (dpyinfo->x_highlight_frame == f) |
| 463 | alpha = f->alpha[0]; | 458 | alpha = f->alpha[0]; |
| 464 | else | 459 | else |