summaryrefslogtreecommitdiff
path: root/CODING_STYLE
diff options
context:
space:
mode:
authorChristian Biesinger <cbiesinger@web.de>2005-12-16 03:02:35 +0000
committerChristian Biesinger <cbiesinger@web.de>2005-12-16 03:02:35 +0000
commit6ba7772138d5ce64cef13b296cb61f94b49f9c24 (patch)
treecef5732fed1108d7747149594ec1816a66459632 /CODING_STYLE
parent11d20940b28906af2d9dac687b96d38895c7eec1 (diff)
downloadcairo-6ba7772138d5ce64cef13b296cb61f94b49f9c24.tar.gz
Globally rename "operator" to "op", to allow writing backends in C++
reviewed by: cworth
Diffstat (limited to 'CODING_STYLE')
-rw-r--r--CODING_STYLE2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STYLE b/CODING_STYLE
index 268d8bcab..ab6e067aa 100644
--- a/CODING_STYLE
+++ b/CODING_STYLE
@@ -131,7 +131,7 @@ function or block and can even be used to good effect within a
structure definition:
struct _cairo_gstate {
- cairo_operator_t operator;
+ cairo_operator_t op;
double tolerance;