diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-15 12:57:38 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-15 12:57:38 +0000 |
commit | 06028aea713625e05fb767618c94bd3aac701d5f (patch) | |
tree | e472310deb94b97c129cafe7d9a84b47a7b81e22 /net-print/xpp/files | |
parent | fixed bug 23722 (diff) | |
download | historical-06028aea713625e05fb767618c94bd3aac701d5f.tar.gz historical-06028aea713625e05fb767618c94bd3aac701d5f.tar.bz2 historical-06028aea713625e05fb767618c94bd3aac701d5f.zip |
fixed bug 23722
Diffstat (limited to 'net-print/xpp/files')
-rw-r--r-- | net-print/xpp/files/digest-xpp-1.1-r2 | 1 | ||||
-rw-r--r-- | net-print/xpp/files/inputslider.h.patch | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net-print/xpp/files/digest-xpp-1.1-r2 b/net-print/xpp/files/digest-xpp-1.1-r2 new file mode 100644 index 000000000000..663ffa038e46 --- /dev/null +++ b/net-print/xpp/files/digest-xpp-1.1-r2 @@ -0,0 +1 @@ +MD5 abf4634edf3ff15c6f4db436d68fa835 xpp-1.1.tar.gz 72611 diff --git a/net-print/xpp/files/inputslider.h.patch b/net-print/xpp/files/inputslider.h.patch new file mode 100644 index 000000000000..fa606900de2d --- /dev/null +++ b/net-print/xpp/files/inputslider.h.patch @@ -0,0 +1,19 @@ +--- inputslider.h.1 2003-06-30 16:31:36.000000000 +0200 ++++ inputslider.h 2003-06-30 16:31:50.000000000 +0200 +@@ -85,14 +85,14 @@ + void input_box(Fl_Boxtype s) { + inputfield_->box(Fl_Widget::box()); + } +- void color(Fl_Color s) { ++ void color(int s) { + Fl_Widget::color(s); + slider_->color(Fl_Widget::color()); + } + void input_color(Fl_Color s) { + inputfield_->color(Fl_Widget::color()); + } +- void selection_color(Fl_Color s) { ++ void selection_color(int s) { + Fl_Widget::selection_color(s); + slider_->selection_color(Fl_Widget::selection_color()); + } |