| 55 | #endif |
| 56 | |
| 57 | START_NAMESPACE_DGL |
| 58 | |
| 59 | // -------------------------------------------------------------------------------------------------------------------- |
| 60 | |
| 61 | static void notImplemented(const char* const name) |
| 62 | { |
| 63 | d_stderr2("Cairo function not implemented: %s", name); |
| 64 | } |
| 65 | |
| 66 | // -------------------------------------------------------------------------------------------------------------------- |
| 67 | // Color |
no test coverage detected