| 384 | } |
| 385 | |
| 386 | void setScreenLayout(int layout) |
| 387 | { |
| 388 | g_DrawConfig.Streams.ScreenArrangement = (ScreenArrangementType)layout; |
| 389 | drawConfigChanged(); |
| 390 | } |
| 391 | |
| 392 | void windowReshaped(int width, int height) |
| 393 | { |
nothing calls this directly
no test coverage detected