diff options
author | Murray Cumming <murrayc@murrayc.com> | 2006-04-20 16:35:41 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2006-04-20 16:35:41 +0000 |
commit | 4c21fec35f15c33dd6a5fadf35efe1266b0fb952 (patch) | |
tree | 3df88c6da6b977efddd7de6aefe2c303acfef30b /ChangeLog | |
parent | 9375afe8d17efc60c95fce679a2c3feed44a50f7 (diff) |
2006-04-20 Murray Cumming <murrayc@murrayc.com>
* cairomm/context.cc:
* cairomm/context.h: mask(pattern) and mask(surface): Make the parameter
const, because I am fairly sure that the C function does not change it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-04-20 Murray Cumming <murrayc@murrayc.com> + + * cairomm/context.cc: + * cairomm/context.h: mask(pattern) and mask(surface): Make the parameter + const, because I am fairly sure that the C function does not change it. + 2006-04-06 Jonathon Jongsma <jonathon.jongsma@gmail.com> * Makefile.am: Add a brief description of cairomm to the release |