]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/gr.h
Add 20081002-1.
[ion3.git] / ioncore / gr.h
index 2d552985c5fc09dec39bc174333307fe829b7eb9..516b6e33df31646ac6e637c654ddd06d72400b7c 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/ioncore/gr.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2008
  *
- * Ion is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2.1 of the License, or
- * (at your option) any later version.
+ * See the included file LICENSE for details.
  */
 
 #ifndef ION_IONCORE_GR_H
@@ -110,6 +107,7 @@ extern uint gr_stylespec_score2(const GrStyleSpec *spec, const GrStyleSpec *attr
 
 extern void gr_stylespec_init(GrStyleSpec *spec);
 extern bool gr_stylespec_set(GrStyleSpec *spec, GrAttr a);
+extern bool gr_stylespec_isset(const GrStyleSpec *spec, GrAttr a);
 extern void gr_stylespec_unset(GrStyleSpec *spec, GrAttr a);
 extern bool gr_stylespec_add(GrStyleSpec *spec, GrAttr a, uint score);
 extern bool gr_stylespec_append(GrStyleSpec *dst, const GrStyleSpec *src);