зеркало из https://github.com/mozilla/moz-skia.git
use new SkEvent notion of passing targetID to constructor
git-svn-id: http://skia.googlecode.com/svn/trunk@2042 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
87fac4abd7
Коммит
f2164b2000
|
@ -222,10 +222,8 @@ void SkOSWindow::onSetTitle(const char title[])
|
||||||
XSetWMName(fUnixWindow.fDisplay, fUnixWindow.fWin, &textProp);
|
XSetWMName(fUnixWindow.fDisplay, fUnixWindow.fWin, &textProp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SkOSWindow::onHandleInval(const SkIRect&)
|
void SkOSWindow::onHandleInval(const SkIRect&) {
|
||||||
{
|
(new SkEvent("inval-imageview", this->getSinkID()))->post();
|
||||||
SkEvent* evt = new SkEvent("inval-imageview");
|
|
||||||
evt->post(getSinkID());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SkOSWindow::onEvent(const SkEvent& evt)
|
bool SkOSWindow::onEvent(const SkEvent& evt)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче