Change-Id: I3a2c21d3cd51c92d742f3292d8fbee7b66cba0c8
if (__firstCommit)
{
- DSLOG_DBG("DSWindow", "First Commit!!! Send Configure... geo(%d,%d,%d,%d)", __x, __y, __w, __h);
- sendConfigure();
+ DSLOG_DBG("DSWindow", "First Commit!!! ");
__firstCommit = false;
}
else
{
__visible = false;
- __firstCommit = true;
}
// emit a signal of the buffer changed
void DSWindowShellPrivate::setShellSurface(IDSWaylandShellSurface *shellSurface)
{
__shellSurface = shellSurface;
+ DSLOG_DBG("DSWindowShell", "Set ShellSurface(%p). Send configure", shellSurface);
+ sendConfigure();
}
IDSWaylandShellSurface *DSWindowShellPrivate::getShellSurface(void)