aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-20 21:58:52 +0200
committerJoel Bodenmann <joel@unormal.org>2013-10-20 21:58:52 +0200
commitb49f7cd3aa0599bed868af726dde2831e56191af (patch)
tree178bab7a09d3be251892be64a23f6620ae074809 /src/gwin
parent8eb890a5d6f44aa0163fb5bc9d462779e23dfd6c (diff)
downloaduGFX-b49f7cd3aa0599bed868af726dde2831e56191af.tar.gz
uGFX-b49f7cd3aa0599bed868af726dde2831e56191af.tar.bz2
uGFX-b49f7cd3aa0599bed868af726dde2831e56191af.zip
compiler warnings
Diffstat (limited to 'src/gwin')
-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;