diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-09-02 13:38:33 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-09-02 13:38:33 +0200 |
commit | 4a705f726115fc17b15741e9406db94c02d38dfb (patch) | |
tree | 91add514de942c7317b6c8d40ed6ea1dd0febd0a /ChangeLog | |
parent | 78f426135e7015b5567d9867907c673222e30258 (diff) |
Context: Make some methods const, deprecating the non-const versions.
* cairomm/context.h: device_to_user(, device_to_user_distance(),
user_to_device(), user_to_device_distance(): Deprecate the non-const versions,
adding const versions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-09-02 Murray Cumming <murrayc@murrayc.com> + + Context: Make some methods const, deprecating the non-const versions. + + * cairomm/context.h: device_to_user(, device_to_user_distance(), + user_to_device(), user_to_device_distance(): Deprecate the non-const versions, + adding const versions. + 2010-06-10 Ian Britten <britten@caris.com> Cleanup of most -Weffc++ warnings. Bug #28246. |