* @brief Set the dither pattern index */
| 343 | * @brief Set the dither pattern index |
| 344 | */ |
| 345 | void set_dither_pattern (int index) |
| 346 | { |
| 347 | refresh (); |
| 348 | if (m_dither_pattern != index) { |
| 349 | m_dither_pattern = index; |
| 350 | need_realize (nr_visual); |
| 351 | } |
| 352 | } |
| 353 | |
| 354 | /** |
| 355 | * @brief Get the effective dither pattern index |
no test coverage detected