summaryrefslogtreecommitdiff
path: root/control-image.h
diff options
context:
space:
mode:
Diffstat (limited to 'control-image.h')
-rw-r--r--control-image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-image.h b/control-image.h
index dd964b9..f262fc0 100644
--- a/control-image.h
+++ b/control-image.h
@@ -86,9 +86,9 @@ class cImageControl
/** How may pixel are outside screen after zoom, on height */
int m_nZoomYMax;
/** real image pixel width*/
- int m_nRealImageWidth;
+ unsigned int m_nRealImageWidth;
/** real image pixel height*/
- int m_nRealImageHeight;
+ unsigned int m_nRealImageHeight;
char m_szZoomRotation[32];