diff options
| author | Jan Djärv | 2010-11-04 13:37:17 +0100 |
|---|---|---|
| committer | Jan Djärv | 2010-11-04 13:37:17 +0100 |
| commit | 31887d45e8c5cf28b1e85f76a0aba40186f7f1a5 (patch) | |
| tree | 72177bfc6b3e790c79fe1d050c6780daec74f1db /src/ChangeLog | |
| parent | 69ee5b0fd692a0280fe6955efe064bcadc3759a3 (diff) | |
| download | emacs-31887d45e8c5cf28b1e85f76a0aba40186f7f1a5.tar.gz emacs-31887d45e8c5cf28b1e85f76a0aba40186f7f1a5.zip | |
* xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
parent is the root window. Check this after traversing window tree.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a1a049c66c1..a16e35df108 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-11-04 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2010-11-04 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our | ||
| 4 | parent is the root window. Check this after traversing window tree. | ||
| 5 | |||
| 3 | * xterm.c (x_term_init): Initialize Xatom_net_frame_extents. | 6 | * xterm.c (x_term_init): Initialize Xatom_net_frame_extents. |
| 4 | 7 | ||
| 5 | * xterm.h (struct x_display_info): Xatom_net_frame_extents is new. | 8 | * xterm.h (struct x_display_info): Xatom_net_frame_extents is new. |