]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssimagelinearprivate.h
Change FSF Address
[~andy/gtk] / gtk / gtkcssimagelinearprivate.h
index 67191b1e14515b41bdeac1a1dfee949ed679fda8..c07864efa50db3a951a55675a53b4b967209d95c 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  *
  * Authors: Benjamin Otte <otte@gnome.org>
  */
@@ -51,6 +50,7 @@ struct _GtkCssImageLinear
   GtkCssNumber angle; /* warning: We use GTK_CSS_NUMBER as an enum for the corners */
   GArray *stops;
   guint is_computed :1;
+  guint repeating :1;
 };
 
 struct _GtkCssImageLinearClass