| 278 | |
| 279 | |
| 280 | void |
| 281 | X11Device::drawText(float x, float y, char *text, int length) |
| 282 | { |
| 283 | y = height-y; |
| 284 | XDrawString(theDisplay, theWindow, theGC, (int) x, (int) y, text, length); |
| 285 | } |
| 286 | |
| 287 | |
| 288 | int |
no outgoing calls
no test coverage detected