From 87d7c3d3dee8d22af977e346ba1c139131152077 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 28 Mar 2010 00:13:41 +0000 Subject: Make libcss suitable for the new libwapcaplet behaviour. svn path=/trunk/libcss/; revision=10168 --- src/select/dispatch.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/select/dispatch.h') diff --git a/src/select/dispatch.h b/src/select/dispatch.h index 9877458..6aa61ab 100644 --- a/src/select/dispatch.h +++ b/src/select/dispatch.h @@ -1,7 +1,7 @@ /* * This file is part of LibCSS * Licensed under the MIT License, - * http://www.opensource.org/licenses/mit-license.php + * http://www.opensource.org/licenses/mit-license.php * Copyright 2009 John-Mark Bell */ @@ -36,9 +36,9 @@ extern struct prop_table { css_error (*compose)(const css_computed_style *parent, const css_computed_style *child, css_computed_style *result); - - unsigned int inherited : 1, - group : 2; + uint32_t (*destroy)(void *bytecode); + unsigned int inherited; + unsigned int group; } prop_dispatch[CSS_N_PROPERTIES]; #endif -- cgit v1.2.3