summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-09-17 10:33:03 +0200
committerneoraider <devnull@localhost>2007-09-17 10:33:03 +0200
commit1bce1d8ad7c32ce7b6723a284842b6890cf5209f (patch)
treeec921dfc66ed4f2da714b30c621cb017aa5e3fed
parentd7a846e58a85ed311e83362af0b6474652d85c8a (diff)
downloadzoomedit-1bce1d8ad7c32ce7b6723a284842b6890cf5209f.tar
zoomedit-1bce1d8ad7c32ce7b6723a284842b6890cf5209f.zip
zoomedit: Warnung gefixt
-rw-r--r--draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.cpp b/draw.cpp
index 7441a4c..ab21bd3 100644
--- a/draw.cpp
+++ b/draw.cpp
@@ -99,7 +99,7 @@ gboolean drawTopView(GtkWidget *widget, GdkEventExpose *event, gpointer data) {
gboolean vertexOk;
static GdkPixmap *pixmap = NULL;
static double lastImageWidth = 0.0, lastImageHeight = 0.0;
- static gint lastWidth = 0.0, lastHeight = 0.0;
+ static gint lastWidth = 0, lastHeight = 0;
static int lastEditMode = 0;
int i;