1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

dtwm: Regenerate frame when decoration updated.

This commit is contained in:
Liang Chang 2021-08-07 14:31:04 +08:00
parent 1c310b8635
commit 6a28507dbc

View file

@ -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
* *