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

@@ -1290,8 +1290,8 @@ Draw(
XRectangle clip;
Position p_x, p_y, s_x, s_y;
Dimension width = 0, height = 0;
Pixmap pix;
Pixmap mask;
Pixmap pix = 0;
Pixmap mask = 0;
int index;
Dimension left = 0, right = 0, top = 0, bottom = 0;
Dimension v_pad;