Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
6dd7f046
Commit
6dd7f046
authored
Aug 09, 2001
by
Matthias Clasen
Browse files
gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
not the foreground color. (#57621)
parent
cdb59b89
Changes
8
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6dd7f046
2001-08-09 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
not the foreground color. (#57621)
2001-08-09 Alexander Larsson <alexl@redhat.com>
* gdk/win32/gdkfont-win32.c:
...
...
ChangeLog.pre-2-0
View file @
6dd7f046
2001-08-09 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
not the foreground color. (#57621)
2001-08-09 Alexander Larsson <alexl@redhat.com>
* gdk/win32/gdkfont-win32.c:
...
...
ChangeLog.pre-2-10
View file @
6dd7f046
2001-08-09 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
not the foreground color. (#57621)
2001-08-09 Alexander Larsson <alexl@redhat.com>
* gdk/win32/gdkfont-win32.c:
...
...
ChangeLog.pre-2-2
View file @
6dd7f046
2001-08-09 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
not the foreground color. (#57621)
2001-08-09 Alexander Larsson <alexl@redhat.com>
* gdk/win32/gdkfont-win32.c:
...
...
ChangeLog.pre-2-4
View file @
6dd7f046
2001-08-09 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
not the foreground color. (#57621)
2001-08-09 Alexander Larsson <alexl@redhat.com>
* gdk/win32/gdkfont-win32.c:
...
...
ChangeLog.pre-2-6
View file @
6dd7f046
2001-08-09 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
not the foreground color. (#57621)
2001-08-09 Alexander Larsson <alexl@redhat.com>
* gdk/win32/gdkfont-win32.c:
...
...
ChangeLog.pre-2-8
View file @
6dd7f046
2001-08-09 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
not the foreground color. (#57621)
2001-08-09 Alexander Larsson <alexl@redhat.com>
* gdk/win32/gdkfont-win32.c:
...
...
gdk/gdkgc.c
View file @
6dd7f046
...
...
@@ -520,5 +520,5 @@ gdk_gc_set_rgb_bg_color (GdkGC *gc, GdkColor *color)
tmp_color
=
*
color
;
gdk_rgb_find_color
(
cmap
,
&
tmp_color
);
gdk_gc_set_
fore
ground
(
gc
,
&
tmp_color
);
gdk_gc_set_
back
ground
(
gc
,
&
tmp_color
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment