diff src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc @ 121:3cdaa81c3aca

- 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 9d880fb93c39
children bf1417b5d83e
line wrap: on
line diff
--- a/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc	Sun Oct 17 02:42:12 2010 +0000
+++ b/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);