magnifier: Adapt to painting and picking API change
This was left out in 988a0e7314
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/891
This commit is contained in:
parent
85bec783ee
commit
0795d8df5f
@ -55,7 +55,7 @@ var MouseSpriteContent = GObject.registerClass({
|
||||
return [true, this._texture.get_width(), this._texture.get_height()];
|
||||
}
|
||||
|
||||
vfunc_paint_content(actor, node) {
|
||||
vfunc_paint_content(actor, node, _paintContext) {
|
||||
if (!this._texture)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user