mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Silence the compiler.
2006-01-16 Matthias Clasen <mclasen@redhat.com> * pixbuf-draw.c (draw_gap_image): Silence the compiler.
This commit is contained in:
parent
be820c5dc4
commit
94ba779870
@ -1,3 +1,8 @@
|
||||
2006-01-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* pixbuf-draw.c (draw_gap_image): Silence the
|
||||
compiler.
|
||||
|
||||
2005-11-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* pixbuf-rc-style.c: const correctness fixes
|
||||
|
@ -296,6 +296,9 @@ draw_gap_image(GtkStyle *style,
|
||||
r3.width = thickness;
|
||||
r3.height = height - (gap_x + gap_width);
|
||||
break;
|
||||
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
if (image->background)
|
||||
|
Loading…
Reference in New Issue
Block a user