summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-10-02 22:42:58 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-10-02 22:42:58 +0000
commitc50941c82dbef8fb6122ab4f19bd592cb7fc58ef (patch)
treeb21e7fdac4d03769d10a9bb56013620918202c28 /ChangeLog.pre-2-10
parentb196167dbc91b150b1f39c9cec87fffe913be199 (diff)
downloadgdk-pixbuf-c50941c82dbef8fb6122ab4f19bd592cb7fc58ef.tar.gz
Change GDK_WINDOWING_WIN32 usage to #ifdef also here.
1999-10-03 Tor Lillqvist <tml@iki.fi> * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage to #ifdef also here. * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those Owen did to the X11 backend. * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use ScrollWindowEx when blitting inside a window, it can't be correct in the general case. * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling WM_GETMINMAXINFO is easier. * gdk/win32/gdkimage.c (gdk_image_new): Create new image with depth equal to the bitspixel value, not the visual's depth. * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth to 24 even if the bitspixel value is 32. * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no need to check for depth==32 when bpp==32, depth will always be 24.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1024
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 1798008be..467f16617 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,27 @@
+1999-10-03 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
+ to #ifdef also here.
+
+ * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
+ Owen did to the X11 backend.
+
+ * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
+ ScrollWindowEx when blitting inside a window, it can't be correct
+ in the general case.
+
+ * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
+ WM_GETMINMAXINFO is easier.
+
+ * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
+ depth equal to the bitspixel value, not the visual's depth.
+
+ * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
+ to 24 even if the bitspixel value is 32.
+
+ * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
+ need to check for depth==32 when bpp==32, depth will always be 24.
+
Fri Oct 1 18:03:36 1999 Owen Taylor <otaylor@redhat.com>
* docs/Changes-1.4.txt: Started