2GFXGAYERSVY5LD2MWGDUTW5ZGVOGHDOGXSBG65VXOSNFGY4HYSAC
if (l->layer_surface->initial_commit) {
/* Temporarily set the layer's current state to pending
* so that we can easily arrange it */
old_state = l->layer_surface->current;
l->layer_surface->current = l->layer_surface->pending;
arrangelayers(l->mon);
l->layer_surface->current = old_state;
return;
}