mirror of
https://github.com/labwc/labwc.git
synced 2025-11-14 06:59:54 -05:00
lab_img.theme member was referenced by "modifier" functions when drawing a hover effect on button buffers or rounding the button buffer for corner buttons, but this can be prone to use-after-free and was not very clean because theme and lab_img were referencing each other. Instead, let's just reference rc.theme in the modifier functions and remove theme from lab_img. |
||
|---|---|---|
| .. | ||
| gen-color-table.pl | ||
| img-png.c | ||
| img-svg.c | ||
| img-xbm.c | ||
| img-xpm.c | ||
| img.c | ||
| meson.build | ||
| rgb.txt | ||
| xpm-color-table.h | ||