05-28-2025, 04:09 PM
Hi,
OK, I figured it out thanks. Yes you are right. Since layer is derived from a drawable, I can "cast" it to the right type with GIMP_DRAWABLE(layer). It all works now actually with some other little tweaks to the code. Wasn't as big a task as I anticipated.
OK, I figured it out thanks. Yes you are right. Since layer is derived from a drawable, I can "cast" it to the right type with GIMP_DRAWABLE(layer). It all works now actually with some other little tweaks to the code. Wasn't as big a task as I anticipated.