Fix a couple of harmless compiler warnings
commitdf0df1bc37fa2ff60768493c78bf70355e320739
authorUli Schlachter <psychon@znc.in>
Sun, 24 May 2009 10:17:15 +0000 (24 12:17 +0200)
committerJulien Danjou <julien@danjou.info>
Mon, 25 May 2009 10:07:06 +0000 (25 12:07 +0200)
treef8368d8de88240841b4ca04bbd879a2dcbf199a4
parentce6eb868893ffa0aa4380817fd99e3c85dfb74f9
Fix a couple of harmless compiler warnings

In each widget's *_geometry function, two warnings were generated, e.g.:
 warning: ‘geometry.y’ is used uninitialized in this function
 warning: ‘geometry.x’ is used uninitialized in this function

Found by gogonkt with GCC 4.2.4 on gentoo.

Signed-off-by: Uli Schlachter <psychon@znc.in>
widgets/graph.c
widgets/imagebox.c
widgets/progressbar.c
widgets/systray.c
widgets/textbox.c