dtprintinfo: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
284c760616
commit
3600e87527
@@ -502,7 +502,7 @@ Realize(
|
||||
XtValueMask *valueMask,
|
||||
XSetWindowAttributes *attr)
|
||||
{
|
||||
Boolean sw_child;
|
||||
Boolean sw_child = FALSE;
|
||||
Widget sw;
|
||||
Widget vbar;
|
||||
Dimension width, vbar_width, shadow_thickness, highlight_thickness;
|
||||
|
||||
Reference in New Issue
Block a user