| 362 | } |
| 363 | |
| 364 | void drawConfigChanged() |
| 365 | { |
| 366 | // recalculate registration |
| 367 | bool bRegistration = |
| 368 | (g_DrawConfig.Streams.ScreenArrangement == OVERLAY) && |
| 369 | (g_DrawConfig.Streams.Image.Coloring != IMAGE_OFF) && |
| 370 | (g_DrawConfig.Streams.Depth.Coloring != DEPTH_OFF || g_DrawConfig.Streams.Image.Coloring == DEPTH_MASKED_IMAGE); |
| 371 | |
| 372 | changeRegistration(bRegistration); |
| 373 | } |
| 374 | |
| 375 | void setPreset(int preset) |
| 376 | { |
no test coverage detected