diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-11-06 19:33:05 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-11-08 11:10:44 -0500 |
commit | 3b436eec6d9b0c7aa046ff4b2b4c3a9f99b86574 (patch) | |
tree | d7cb908fa8bfdadccd839e69847edff689f38c65 /gtk/gtkstylecontext.h | |
parent | ee7ac4fa441d706c2f11fd2b041c46139a18fc11 (diff) | |
download | gtk+-3b436eec6d9b0c7aa046ff4b2b4c3a9f99b86574.tar.gz |
css: start background-repeat
By default, a background image is stretched. Instead, it is worth to
have a tiled background.
This patch allows background surfaces to be repeated or not, and should
be compatible with future extensions and CSS.
https://bugzilla.gnome.org/show_bug.cgi?id=663522
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index b5af48b60a..634c31adfd 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -148,7 +148,6 @@ struct _GtkStyleContextClass */ #define GTK_STYLE_PROPERTY_BACKGROUND_IMAGE "background-image" - /* Predefined set of CSS classes */ /** |