dtpad: Resolve uninitialized warnings
This commit is contained in:
parent
3600e87527
commit
85268b3476
|
|
@ -1362,7 +1362,7 @@ SetWindowSize(
|
|||
XSizeHints size_hints;
|
||||
XWMHints *wmhints;
|
||||
long supplied_return;
|
||||
int geometryBits;
|
||||
int geometryBits = 0;
|
||||
XWindowChanges changesStruct;
|
||||
WMShellWidget wm;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue