summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2001-01-15 10:22:15 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-01-15 10:22:15 +0000
commit6a184ba228360cfa7ced06c8feb9e710bf15835f (patch)
tree1697cb30ad76ca59920b17fab9debff233bafefd /ChangeLog.pre-2-10
parentc288355ffd21aff043992ad471a056d7afc56402 (diff)
downloadgtk+-6a184ba228360cfa7ced06c8feb9e710bf15835f.tar.gz
Use gdk_window_invalidate_rect instead of gdk_window_invalidate_rect_clear
2001-01-15 Alexander Larsson <alexl@redhat.com> * gdk/linux-fb/gdkwindow-fb.c: Use gdk_window_invalidate_rect instead of gdk_window_invalidate_rect_clear to minimise flashing. When hiding windows you need to clear the root window though.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-107
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index aff7971834..628ccad84e 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,12 @@
2001-01-15 Alexander Larsson <alexl@redhat.com>
+ * gdk/linux-fb/gdkwindow-fb.c:
+ Use gdk_window_invalidate_rect instead of
+ gdk_window_invalidate_rect_clear to minimise flashing.
+ When hiding windows you need to clear the root window though.
+
+2001-01-15 Alexander Larsson <alexl@redhat.com>
+
* gdk/linux-fb/gdkdrawable-fb2.c:
For optization, add an full_shapes argument to gdk_fb_clip_region.
If this is false, only the cliprects of the shapes are used.