diff options
| author | Manolo Gouy <Manolo> | 2012-05-01 14:33:30 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2012-05-01 14:33:30 +0000 |
| commit | 1229ac88080b77019995224bb4030ba8d07e7c58 (patch) | |
| tree | 37d74b3e2fd1b63494efb5929dc3b531e2b7d391 /FL | |
| parent | 0d214036bcdb43339598c39ddb78d5504cf8c56e (diff) | |
Fix STR#2831: regression in Fl_Pixmap drawing under X11.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9421 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Pixmap.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Pixmap.H b/FL/Fl_Pixmap.H index f920961e8..a33846ad6 100644 --- a/FL/Fl_Pixmap.H +++ b/FL/Fl_Pixmap.H @@ -46,7 +46,7 @@ class FL_EXPORT Fl_Pixmap : public Fl_Image { void copy_data(); void delete_data(); void set_data(const char * const *p); - int prepare(int XP, int YP, int WP, int HP, int cx, int cy, + int prepare(int XP, int YP, int WP, int HP, int &cx, int &cy, int &X, int &Y, int &W, int &H); protected: |
