/[xforms]/xforms/lib/slider.c
ViewVC logotype

Diff of /xforms/lib/slider.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by leeming, Thu Apr 24 09:35:35 2003 UTC revision 1.7 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 229  draw_slider(FL_OBJECT * ob) Line 229  draw_slider(FL_OBJECT * ob)
229      if (ob->align == FL_ALIGN_CENTER)      if (ob->align == FL_ALIGN_CENTER)
230      {      {
231          fl_drw_slider(ob->boxtype, sp->x, sp->y, sp->w, sp->h,          fl_drw_slider(ob->boxtype, sp->x, sp->y, sp->w, sp->h,
232                     ob->col1, ob->col2, ob->type, sp->slsize, val,                     ob->col1, ob->col2, ob->type, sp->slsize, val,
233                      is_fill(ob->type) ? "":ob->label,                      is_fill(ob->type) ? "":ob->label,
234                        FL_SLIDER_ALL & ~sp->mouse, inv, ob->bw);                        FL_SLIDER_ALL & ~sp->mouse, inv, ob->bw);
235    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26