mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtpad: Resolve uninitialized warnings
This commit is contained in:
parent
3600e87527
commit
85268b3476
1 changed files with 1 additions and 1 deletions
|
@ -1362,7 +1362,7 @@ SetWindowSize(
|
|||
XSizeHints size_hints;
|
||||
XWMHints *wmhints;
|
||||
long supplied_return;
|
||||
int geometryBits;
|
||||
int geometryBits = 0;
|
||||
XWindowChanges changesStruct;
|
||||
WMShellWidget wm;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue