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