diff options
author | Havoc Pennington <hp@redhat.com> | 2004-08-19 02:05:24 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2004-08-19 02:05:24 +0000 |
commit | 06a58f43c0b58ab15a3e40e93b16f2c0e128af23 (patch) | |
tree | 5160878a04dbf76aed4789becaa6cb14a4b8a37d /ChangeLog | |
parent | e81b5978b08ccfe9667f3abf4902899d654036ca (diff) | |
download | metacity-06a58f43c0b58ab15a3e40e93b16f2c0e128af23.tar.gz |
track the last_xor_rect separately from the current window size, and then
2004-08-18 Havoc Pennington <hp@redhat.com>
* src/display.h (struct _MetaDisplay): track the last_xor_rect
separately from the current window size, and then use that to
paint the wireframe including the frame, and taking into
account shaded windows.
* src/window.c (meta_window_get_xor_rect): new function to compute
the xor rect; it is not really 100% right, because it uses the
frame dimensions from the window at the start of the move/resize.
But probably won't break in practice.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-08-18 Havoc Pennington <hp@redhat.com> + + * src/display.h (struct _MetaDisplay): track the last_xor_rect + separately from the current window size, and then use that to + paint the wireframe including the frame, and taking into + account shaded windows. + + * src/window.c (meta_window_get_xor_rect): new function to compute + the xor rect; it is not really 100% right, because it uses the + frame dimensions from the window at the start of the move/resize. + But probably won't break in practice. + 2004-08-17 Christian Rose <menthos@menthos.com> * configure.in: Added "bs" to ALL_LINGUAS. |