Skip to content

Commit

Permalink
Change setPos -> setPosition in WaylandSurfaceItem.
Browse files Browse the repository at this point in the history
Change-Id: Ib6b5ed3062d8bc962d21398ccfb7f61c5d21a548
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
  • Loading branch information
David Yip authored and thiagomacieira committed Dec 3, 2012
1 parent b30f9e8 commit 9a8b92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compositor/compositor_api/waylandsurfaceitem.cpp
Expand Up @@ -330,7 +330,7 @@ void WaylandSurfaceItem::updateSize()

void WaylandSurfaceItem::updatePosition()
{
setPos(m_surface->pos());
setPosition(m_surface->pos());
}

bool WaylandSurfaceItem::paintEnabled() const
Expand Down

0 comments on commit 9a8b92c

Please sign in to comment.