summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-11-18 22:03:24 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-11-18 22:03:24 +0000
commitc00a9a84ea0333fa49fa5cfa447c4afc29861a6e (patch)
treea05d118383af301c0a698dd190cb8c01f0724e0a /ChangeLog.pre-2-8
parent36a27c6759d1d7c7d17133beebed207c90c5964a (diff)
downloadgtk+-c00a9a84ea0333fa49fa5cfa447c4afc29861a6e.tar.gz
Also for truecolor drawables use just the pixel field in the foreground
1999-11-18 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor drawables use just the pixel field in the foreground and background GdkColor of the GdkGC. gdk_gc_set_{fore,back}ground() are called in the GIMP with GdkColors containing uninitialized (red,green,blue) fields, and just the pixel field filled in, and furthermore in the visual-dependent format as returned by gdk_rgb_xpixel_from_rgb(). It thus turns out that we really don't need to have the full GdkColor for fg and bg in GdkGCWin32Data after all. Will change it later to have just the pixel values. (Note that this version of gdkgc-win32.c still is the old gdkgc.c, it won't compile in the reorganised directory structure.)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-814
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 72fcff84ec..5642940c77 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,17 @@
+1999-11-18 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
+ drawables use just the pixel field in the foreground and
+ background GdkColor of the GdkGC.
+
+ gdk_gc_set_{fore,back}ground() are called in the GIMP with
+ GdkColors containing uninitialized (red,green,blue) fields, and
+ just the pixel field filled in, and furthermore in the
+ visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
+ It thus turns out that we really don't need to have the full
+ GdkColor for fg and bg in GdkGCWin32Data after all. Will change
+ it later to have just the pixel values.
+
Mon Nov 15 17:17:51 GMT 1999 Tony Gale <gale@gtk.org>
* docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/