libdtwidget: resolve uninitialized warnings

This commit is contained in:
Peter Howkins
2021-12-20 23:56:17 +00:00
committed by Jon Trulson
parent 182aa9fe5a
commit 37e03a1820
5 changed files with 7 additions and 7 deletions

View File

@@ -3063,7 +3063,7 @@ Draw(
GC gc;
XRectangle clip;
Position p_x, p_y, s_x, s_y;
Dimension width, height;
Dimension width = 0, height = 0;
unsigned char behavior = G_Behavior (g);
Position adj_x, adj_y;
int rec_width=0,begin=0,diff=0;