summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-16 18:57:02 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-16 18:57:02 +0100
commite6ce5c34e610f27a6b0f7810918bf638c49c72d7 (patch)
tree026754ba96f4a3a8efc2bd6ca5b2347c329e198d /src/GipfelWidget.H
parentca4c449ba9f3a40f8ac2c79a48f3d31144a1fafe (diff)
various fixes
Diffstat (limited to 'src/GipfelWidget.H')
-rw-r--r--src/GipfelWidget.H10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/GipfelWidget.H b/src/GipfelWidget.H
index 0389896..d8b08fe 100644
--- a/src/GipfelWidget.H
+++ b/src/GipfelWidget.H
@@ -37,13 +37,13 @@ class GipfelWidget : public Fl_Widget {
int get_rel_track_width(Hill *m);
static int get_pixel_nearest(Fl_Image *img, double x, double y,
- uchar *r, uchar *g, uchar *b);
+ uchar *r, uchar *g, uchar *b);
- static int get_pixel_bilinear(Fl_Image *img, double x, double y,
- uchar *r, uchar *g, uchar *b);
+ static int get_pixel_bilinear(Fl_Image *img, double x, double y,
+ uchar *r, uchar *g, uchar *b);
static int get_pixel(Fl_Image *img, int x, int y,
- uchar *r, uchar *g, uchar *b);
+ uchar *r, uchar *g, uchar *b);
public:
GipfelWidget(int X,int Y,int W, int H);
@@ -118,7 +118,7 @@ class GipfelWidget : public Fl_Widget {
int update();
- int get_pixel(double a_view, double a_nick,
+ int get_pixel(double a_alph, double a_nick,
uchar *r, uchar *g, uchar *b);
void draw();