wayland: Fix SurfaceState forward declaration

It's a struct and clang is not happy about using class.
master
Vlad Zahorodnii 12 months ago
parent 6974f54149
commit 787d3a3ba4

@ -18,7 +18,7 @@ namespace KWin
{
class SurfaceInterface;
class SurfaceState;
struct SurfaceState;
class Transaction;
/**

Loading…
Cancel
Save