]> Pileus Git - ~andy/gtk/commit
cssimage: Add a warning for drawing empty images
authorBenjamin Otte <otte@redhat.com>
Fri, 26 Oct 2012 23:31:59 +0000 (01:31 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 31 Oct 2012 10:09:10 +0000 (11:09 +0100)
commit016647edb188386c62d76d2c684a46ad37fa097b
tree804ca61acaf8f93f139c53d25986ed95f57eafa3
parenta68e76e05839a1934921e481426dd250ae0b392e
cssimage: Add a warning for drawing empty images

width and height of an image must be > 0 for the image to get drawn.
It's up to the code further up to ensure that this is not happening.
gtk/gtkcssimage.c