Mercurial > hg > aimc
diff trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc @ 402:69466da9745e
- Massive refactoring to make module tree stuff work. In theory we now support configuration files again. The graphics stuff is untested as yet.
author | tomwalters |
---|---|
date | Mon, 18 Oct 2010 04:42:28 +0000 |
parents | dd13c9834ceb |
children | 7af493eb1563 |
line wrap: on
line diff
--- a/trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc Sun Oct 17 02:42:12 2010 +0000 +++ b/trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc Mon Oct 18 04:42:28 2010 +0000 @@ -263,7 +263,7 @@ float z, const char *sStr, bool bRotated) { - cairo_text_extents_t te; + //cairo_text_extents_t te; if (bRotated) { cairo_rotate(m_cCr, M_PI/2); cairo_move_to(m_cCr, x ,1-y);