dtwm: Regenerate frame when decoration updated.
This commit is contained in:
@@ -1934,6 +1934,12 @@ void ProcessNewConfiguration (ClientData *pCD, int x, int y, unsigned int width,
|
|||||||
newMax = True;
|
newMax = True;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pCD->decorUpdated)
|
||||||
|
{
|
||||||
|
changedValues = CWWidth | CWHeight;
|
||||||
|
pCD->decorUpdated = False;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If the configuration has changed, update client data
|
* If the configuration has changed, update client data
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user