diff options
author | Alexander Larsson <alla@lysator.liu.se> | 2001-02-13 16:22:11 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-02-13 16:22:11 +0000 |
commit | 73c5da419ca1a27d5c05337efb2415f1ee6f08d7 (patch) | |
tree | 23aa35f6624d5c5ea3a05b009290146243835cd6 /ChangeLog.pre-2-0 | |
parent | 941378639a6f042b5a4b9c07f8ee5e2922983099 (diff) | |
download | gtk+-73c5da419ca1a27d5c05337efb2415f1ee6f08d7.tar.gz |
Add a shortcut if the window and the current clip_region doesn't overlap.
2001-02-13 Alexander Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
Add a shortcut if the window and the current clip_region doesn't
overlap. This is needed when there are a lot of windows in a
window. The layout test in testgtk is a good test.
* gdk/linux-fb/gdkwindow-fb.c:
Whitespace fix.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index ea0de33156..b431cdf6df 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,13 @@ +2001-02-13 Alexander Larsson <alla@lysator.liu.se> + + * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): + Add a shortcut if the window and the current clip_region doesn't + overlap. This is needed when there are a lot of windows in a + window. The layout test in testgtk is a good test. + + * gdk/linux-fb/gdkwindow-fb.c: + Whitespace fix. + 2001-02-13 Sven Neumann <sven@convergence.de> * demos/testanimation.c: replaced deprecated gtk_drawing_area_size |