signal resize of given window */
| 245 | |
| 246 | /* signal resize of given window */ |
| 247 | static void |
| 248 | resize(struct winthread *wt, int w, int h) |
| 249 | { |
| 250 | wt->NewSize = GL_TRUE; |
| 251 | wt->WinWidth = w; |
| 252 | wt->WinHeight = h; |
| 253 | if (!Animate) |
| 254 | signal_redraw(); |
| 255 | } |
| 256 | |
| 257 | |
| 258 | /* |
no test coverage detected