diff options
author | Christian Biesinger <cbiesinger@web.de> | 2005-12-16 03:02:35 +0000 |
---|---|---|
committer | Christian Biesinger <cbiesinger@web.de> | 2005-12-16 03:02:35 +0000 |
commit | 6ba7772138d5ce64cef13b296cb61f94b49f9c24 (patch) | |
tree | cef5732fed1108d7747149594ec1816a66459632 /CODING_STYLE | |
parent | 11d20940b28906af2d9dac687b96d38895c7eec1 (diff) |
Globally rename "operator" to "op", to allow writing backends in C++
reviewed by: cworth
Diffstat (limited to 'CODING_STYLE')
-rw-r--r-- | CODING_STYLE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STYLE b/CODING_STYLE index 268d8bca..ab6e067a 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; |