summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRobert Staudinger <robsta@gnome.org>2008-11-24 14:19:16 +0100
committerRobert Staudinger <robsta@gnome.org>2008-11-24 14:19:16 +0100
commit712769ebffc920854f296832fada0be13ccf76b6 (patch)
tree2ed9fe07088dee99c6db0d72c220438ecfd24a2e /examples
parent49414341d8987c382233a16a4da8982843a8a3c1 (diff)
* ccss/ccss-property-generic.c:
* ccss/ccss-property-generic.h: Structure can be private to the .c file. * ccss/ccss.c (ccss_init), (ccss_shutdown), (ccss_cairo_init): Correctly initialise ccss so generic properties work. * doc/tmpl/block.sgml: * doc/tmpl/ccss-unused.sgml: * doc/tmpl/property.sgml: Doc tweaks. * examples/example-1.c (main): Initialise ccss-cairo.
Diffstat (limited to 'examples')
-rw-r--r--examples/example-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-1.c b/examples/example-1.c
index 283a464..23e70d4 100644
--- a/examples/example-1.c
+++ b/examples/example-1.c
@@ -42,7 +42,7 @@ main (int argc,
gboolean ret;
gtk_init (&argc, &argv);
- ccss_init ();
+ ccss_cairo_init ();
stylesheet = ccss_stylesheet_new_from_buffer (_css, sizeof (_css));
/* stylesheet = ccss_stylesheet_new_from_file ("example-1.css"); */