From 1229ac88080b77019995224bb4030ba8d07e7c58 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 1 May 2012 14:33:30 +0000 Subject: 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 --- FL/Fl_Pixmap.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') 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: -- cgit v1.2.3