| 538 | // --------------------------------------------------------------------------- |
| 539 | |
| 540 | void grSurface::attach_to_window(unsigned handle) { |
| 541 | ASSERT(m_SurfInit); |
| 542 | ddgr_surf_AttachHandle(&ddsfObj, handle); |
| 543 | } |
| 544 | |
| 545 | // Private functions |
| 546 | // conversion_xlat |
no test coverage detected