--------------------------------- GtkRenderArea::QueueDraw Make sure we draw on the next update
| 152 | // Make sure we draw on the next update |
| 153 | // |
| 154 | void GtkRenderArea::QueueDraw() |
| 155 | { |
| 156 | m_GlArea->queue_draw(); |
| 157 | } |
| 158 | |
| 159 | //--------------------------------- |
| 160 | // GtkRenderArea::QueueDraw |
nothing calls this directly
no outgoing calls
no test coverage detected