Skip to content

libkwineffects: Forward declare RenderTarget and RenderViewport in kwineffects.h

kwineffects.h is included in many files and not everyone needs the RenderTarget and RenderViewport, so forward declare them to reduce the amount of parsing work for the compiler.

Merge request reports