Merge branch 'multithread-dev' into color-palette-feature

Get newest changes
This commit is contained in:
2019-06-07 19:35:02 +02:00
9 changed files with 236 additions and 9 deletions

View File

@@ -121,6 +121,7 @@ unsigned int color_palette_get_color_count(ColorPalette *palette)
static void color_palette_class_init(ColorPaletteClass *klass)
{
(void)klass;
/* Nothing to do for now */
return;
}