diff options
Diffstat (limited to 'app/xmag/ScaleP.h')
-rw-r--r-- | app/xmag/ScaleP.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/xmag/ScaleP.h b/app/xmag/ScaleP.h index 64495125e..81bc5854e 100644 --- a/app/xmag/ScaleP.h +++ b/app/xmag/ScaleP.h @@ -78,9 +78,9 @@ typedef struct { XtPointer userData; Visual *visual; /* private */ - float scale_x, scale_y; - float aspect_ratio; - float precision; + double scale_x, scale_y; + double aspect_ratio; + double precision; GC gc; Position x, y; Dimension width, height; |