summaryrefslogtreecommitdiff
path: root/src/GsWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-10 17:49:08 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-10 17:49:08 +0000
commit9583092a2166fe6899c616dd2f52b73dba8d34bc (patch)
tree7272674192a6ba394a1138dba06d1537d973f352 /src/GsWidget.H
parente20e866ffce0d68c9118bdb47df5fe1c8b9cfd48 (diff)
get rid of those stupid floating point computations.
get rid of those stupid floating point computations.
Diffstat (limited to 'src/GsWidget.H')
-rw-r--r--src/GsWidget.H4
1 files changed, 2 insertions, 2 deletions
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();