Mercurial > hg > aimc
comparison src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc @ 258:46bd452331f2
- ...done properly this time
author | tomwalters |
---|---|
date | Sun, 14 Nov 2010 06:01:30 +0000 |
parents | c02260afd0d8 |
children | dd0448d4ab69 |
comparison
equal
deleted
inserted
replaced
257:c02260afd0d8 | 258:46bd452331f2 |
---|---|
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 |