mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
dtwm: Regenerate frame when decoration updated.
This commit is contained in:
parent
1c310b8635
commit
6a28507dbc
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue