Mercurial > hg > aimc
comparison trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc @ 445:4f75d2462041
- ...done properly this time
author | tomwalters |
---|---|
date | Sun, 14 Nov 2010 06:01:30 +0000 |
parents | 5203f75fba22 |
children | 60636113e8fc |
comparison
equal
deleted
inserted
replaced
444:5203f75fba22 | 445:4f75d2462041 |
---|---|
33 #include <math.h> | 33 #include <math.h> |
34 #include <limits.h> | 34 #include <limits.h> |
35 | 35 |
36 #ifdef _WINDOWS | 36 #ifdef _WINDOWS |
37 # include <direct.h> // for _mkdir&_rmdir | 37 # include <direct.h> // for _mkdir&_rmdir |
38 #else | 38 #endif |
39 | 39 |
40 //#include "cairo-quartz.h" | 40 //#include "cairo-quartz.h" |
41 | 41 |
42 #include "Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h" | 42 #include "Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h" |
43 | 43 |