Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / efltk / patches / patch-efltk_Fl__Widget_h
blob84dc33f3161c42fc542d178cdc6337031f32fe00
1 $NetBSD$
3 - fix LP64 build
5 --- efltk/Fl_Widget.h~  2003-06-25 10:02:00.000000000 +0000
6 +++ efltk/Fl_Widget.h
7 @@ -363,8 +363,8 @@ private:
8  public:
9      /* Define default slots */
10      DEFSLOT_O(Fl_Widget, Fl_Widget, slot_label, const char *);
11 -    DEFSLOT_O(Fl_Widget, Fl_Widget, slot_active, int);
12 -    DEFSLOT_O(Fl_Widget, Fl_Widget, slot_visibility, int);
13 +    DEFSLOT_O(Fl_Widget, Fl_Widget, slot_active, long);
14 +    DEFSLOT_O(Fl_Widget, Fl_Widget, slot_visibility, long);
16         /**
17          * Change label of widget. This function redraws label also.