Update surface_interface.cpp
This commit is contained in:
parent
df9413638d
commit
c57270fa4a
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ SurfaceInterface::SurfaceInterface(CompositorInterface *compositor, wl_resource
|
||||||
{
|
{
|
||||||
d->compositor = compositor;
|
d->compositor = compositor;
|
||||||
d->init(resource);
|
d->init(resource);
|
||||||
d->client = compositor->display()->getConnection(d->resource()->client());
|
d->client = compositor->display()->getConnection(d->resource()->client());
|
||||||
}
|
}
|
||||||
|
|
||||||
SurfaceInterface::~SurfaceInterface()
|
SurfaceInterface::~SurfaceInterface()
|
||||||
|
|
Loading…
Reference in a new issue