From 9583092a2166fe6899c616dd2f52b73dba8d34bc Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 10 Nov 2004 17:49:08 +0000 Subject: get rid of those stupid floating point computations. get rid of those stupid floating point computations. --- src/GsWidget.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GsWidget.H') diff --git a/src/GsWidget.H b/src/GsWidget.H index e572cc2..8760213 100644 --- a/src/GsWidget.H +++ b/src/GsWidget.H @@ -1,5 +1,5 @@ // -// "$Id: GsWidget.H,v 1.2 2004/10/12 16:41:43 hofmann Exp $" +// "$Id: GsWidget.H,v 1.3 2004/11/10 18:49:08 hofmann Exp $" // // X11 header file for the Fast Light Tool Kit (FLTK). // @@ -45,7 +45,7 @@ class GsWidget : public Fl_Widget { protected: int page; Fl_Offscreen offscreen; - float xdpi, ydpi; + int xdpi, ydpi; int paper_x, paper_y; void draw(); -- cgit v1.2.3