diff options
author | Alexander Larsson <alexl@redhat.com> | 2001-05-10 22:44:27 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-05-10 22:44:27 +0000 |
commit | 2c396fea9f4b183f5a2739a9ebc5076b0374d225 (patch) | |
tree | 281f5a515744e4cfd3621cd39cf34e326de40695 /ChangeLog.pre-2-6 | |
parent | 6e70564088058293c0e81094240b1fb10c74defe (diff) | |
download | gtk+-2c396fea9f4b183f5a2739a9ebc5076b0374d225.tar.gz |
Make sure you can compile out the implementation/wrapper assert macros.
2001-05-10 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkprivate-fb.h:
Make sure you can compile out the implementation/wrapper assert
macros.
* gdk/linux-fb/gdkdrawable-fb2.c:
Check implementation/wrappers, initialize type for pixmap dummys.
* gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
Hide the cursor if reading from the screen.
* gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
Fix sign bug in tiling code.
* gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
Handle background pixmaps.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 53a24030e9..3cb89eae7a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,21 @@ +2001-05-10 Alexander Larsson <alexl@redhat.com> + + * gdk/linux-fb/gdkprivate-fb.h: + Make sure you can compile out the implementation/wrapper assert + macros. + + * gdk/linux-fb/gdkdrawable-fb2.c: + Check implementation/wrappers, initialize type for pixmap dummys. + + * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): + Hide the cursor if reading from the screen. + + * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic): + Fix sign bug in tiling code. + + * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area): + Handle background pixmaps. + Wed May 9 15:27:22 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New |