mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Obtain the background color from the gc when it is needed. (#331820)
2006-02-20 Matthias Clasen <mclasen@redhat.com> * gdk/gdkgc.c (_gdk_gc_update_context): Obtain the background color from the gc when it is needed. (#331820)
This commit is contained in:
parent
0f0845a6b6
commit
1bb487a2c7
@ -1,3 +1,8 @@
|
||||
2006-02-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkgc.c (_gdk_gc_update_context): Obtain the
|
||||
background color from the gc when it is needed. (#331820)
|
||||
|
||||
2006-02-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkgc.c (_gdk_gc_update_context): Add a gc_changed
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-02-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkgc.c (_gdk_gc_update_context): Obtain the
|
||||
background color from the gc when it is needed. (#331820)
|
||||
|
||||
2006-02-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkgc.c (_gdk_gc_update_context): Add a gc_changed
|
||||
|
@ -1152,12 +1152,8 @@ _gdk_gc_update_context (GdkGC *gc,
|
||||
}
|
||||
|
||||
if (fill == GDK_OPAQUE_STIPPLED)
|
||||
{
|
||||
if (override_foreground)
|
||||
foreground = *override_foreground;
|
||||
else
|
||||
gc_get_background (gc, &background);
|
||||
}
|
||||
gc_get_background (gc, &background);
|
||||
|
||||
|
||||
switch (fill)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user