summaryrefslogtreecommitdiff
path: root/src/select
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-12-05 15:35:30 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-12-05 15:35:30 +0000
commit9ff129943ec479fa51b95e84b6e8c042a44363ae (patch)
treecd922f00182df62ccc1633ee435b83f521f2a8d0 /src/select
parent01d8e176628db2dc5a2a192ac7b097bd1998c8eb (diff)
downloadlibcss-9ff129943ec479fa51b95e84b6e8c042a44363ae.tar.gz
libcss-9ff129943ec479fa51b95e84b6e8c042a44363ae.tar.bz2
Add string vector capability to stylesheet (r=jmb)
Move properties ready for split svn path=/trunk/libcss/; revision=11005
Diffstat (limited to 'src/select')
-rw-r--r--src/select/Makefile2
-rw-r--r--src/select/dispatch.c2
-rw-r--r--src/select/properties/properties.c (renamed from src/select/properties.c)2
-rw-r--r--src/select/properties/properties.h (renamed from src/select/properties.h)0
4 files changed, 3 insertions, 3 deletions
diff --git a/src/select/Makefile b/src/select/Makefile
index 0fe1a5e..db1c4e6 100644
--- a/src/select/Makefile
+++ b/src/select/Makefile
@@ -1,4 +1,4 @@
# Sources
-DIR_SOURCES := computed.c dispatch.c hash.c properties.c select.c
+DIR_SOURCES := computed.c dispatch.c hash.c select.c
include build/makefiles/Makefile.subdir
diff --git a/src/select/dispatch.c b/src/select/dispatch.c
index a0ac4aa..aee6175 100644
--- a/src/select/dispatch.c
+++ b/src/select/dispatch.c
@@ -6,7 +6,7 @@
*/
#include "select/dispatch.h"
-#include "select/properties.h"
+#include "select/properties/properties.h"
/**
* Dispatch table for properties, indexed by opcode
diff --git a/src/select/properties.c b/src/select/properties/properties.c
index 58d94aa..a0d1a18 100644
--- a/src/select/properties.c
+++ b/src/select/properties/properties.c
@@ -9,7 +9,7 @@
#include "bytecode/bytecode.h"
#include "bytecode/opcodes.h"
-#include "select/properties.h"
+#include "select/properties/properties.h"
#include "select/propget.h"
#include "select/propset.h"
#include "utils/utils.h"
diff --git a/src/select/properties.h b/src/select/properties/properties.h
index 0d9cd72..0d9cd72 100644
--- a/src/select/properties.h
+++ b/src/select/properties/properties.h