aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gimage.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-20 21:58:52 +0200
committerinmarket <andrewh@inmarket.com.au>2013-10-21 07:56:23 +1000
commit2bd47585698b5977ab873d63af4de4dc36f9ec5f (patch)
tree4dbd3c49034bb0571738559aacff279398307631 /src/gwin/gimage.c
parent2811e94cfe4c454d916617e5faa3367a41795ddc (diff)
downloaduGFX-2bd47585698b5977ab873d63af4de4dc36f9ec5f.tar.gz
uGFX-2bd47585698b5977ab873d63af4de4dc36f9ec5f.tar.bz2
uGFX-2bd47585698b5977ab873d63af4de4dc36f9ec5f.zip
compiler warnings
Diffstat (limited to 'src/gwin/gimage.c')
-rw-r--r--src/gwin/gimage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gwin/gimage.c b/src/gwin/gimage.c
index 35ca1c6d..8eed3ac7 100644
--- a/src/gwin/gimage.c
+++ b/src/gwin/gimage.c
@@ -41,6 +41,8 @@ static void _redraw(GHandle gh) {
#endif
// The default display area
+ dx = 0;
+ dy = 0;
x = gh->x;
y = gh->y;
w = gh->width;