Fix build
This commit is contained in:
parent
9686a31454
commit
3407b06c58
1 changed files with 5 additions and 2 deletions
|
@ -84,8 +84,7 @@ class ShadowInterfacePrivate : public QtWaylandServer::org_kde_kwin_shadow
|
|||
{
|
||||
public:
|
||||
ShadowInterfacePrivate(ShadowInterface *_q, wl_resource *resource);
|
||||
void commit();
|
||||
void attach(State::Flags flag, wl_resource *buffer);
|
||||
~ShadowInterfacePrivate();
|
||||
|
||||
struct State {
|
||||
enum Flags {
|
||||
|
@ -111,6 +110,10 @@ public:
|
|||
QMarginsF offset;
|
||||
Flags flags = Flags::None;
|
||||
};
|
||||
|
||||
void commit();
|
||||
void attach(State::Flags flag, wl_resource *buffer);
|
||||
|
||||
State current;
|
||||
State pending;
|
||||
ShadowInterface *q;
|
||||
|
|
Loading…
Reference in a new issue