[kwin] EffectsHandlerImpl::checkInputWindowStacking is not virtual

icc-effect-5.14.5
Martin Gräßlin 2014-02-27 12:04:15 +01:00
parent f9dfb11144
commit 4359c17af2
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public:
void defineCursor(Qt::CursorShape shape) override;
bool checkInputWindowEvent(xcb_button_press_event_t *e);
bool checkInputWindowEvent(xcb_motion_notify_event_t *e);
virtual void checkInputWindowStacking();
void checkInputWindowStacking();
void reserveElectricBorder(ElectricBorder border, Effect *effect) override;
void unreserveElectricBorder(ElectricBorder border, Effect *effect) override;