[kwin] EffectsHandlerImpl::checkInputWindowStacking is not virtual
This commit is contained in:
parent
f9dfb11144
commit
4359c17af2
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ public:
|
||||||
void defineCursor(Qt::CursorShape shape) override;
|
void defineCursor(Qt::CursorShape shape) override;
|
||||||
bool checkInputWindowEvent(xcb_button_press_event_t *e);
|
bool checkInputWindowEvent(xcb_button_press_event_t *e);
|
||||||
bool checkInputWindowEvent(xcb_motion_notify_event_t *e);
|
bool checkInputWindowEvent(xcb_motion_notify_event_t *e);
|
||||||
virtual void checkInputWindowStacking();
|
void checkInputWindowStacking();
|
||||||
|
|
||||||
void reserveElectricBorder(ElectricBorder border, Effect *effect) override;
|
void reserveElectricBorder(ElectricBorder border, Effect *effect) override;
|
||||||
void unreserveElectricBorder(ElectricBorder border, Effect *effect) override;
|
void unreserveElectricBorder(ElectricBorder border, Effect *effect) override;
|
||||||
|
|
Loading…
Reference in a new issue