From 3b436eec6d9b0c7aa046ff4b2b4c3a9f99b86574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Sun, 6 Nov 2011 19:33:05 +0100 Subject: 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 --- gtk/gtkstylecontext.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk/gtkstylecontext.h') 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 */ /** -- cgit v1.2.1