Skip to content

Commit

Permalink
fixed 'static' vs. forward declaration mixup for my last commit
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4409 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Matthias Melcher committed Jul 9, 2005
1 parent 8461a15 commit 9e28a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fluid/Fl_Widget_Type.cxx
Expand Up @@ -2291,7 +2291,7 @@ int Fl_Widget_Type::read_fdesign(const char* propname, const char* value) {
return 1;
}

static void leave_live_mode_cb(Fl_Widget*, void*) {
void leave_live_mode_cb(Fl_Widget*, void*) {
live_mode_cb(0, 0);
}

Expand Down Expand Up @@ -2351,6 +2351,7 @@ void Fl_Widget_Type::copy_properties() {
// if (x != y) write_string("slider_size %g", x);
//}
}
*/
/* move this into the derived _type classes
{Fl_Font ff; int fs; Fl_Color fc; if (textstuff(4,ff,fs,fc)) {
Fl_Font f; int s; Fl_Color c; textstuff(0,f,s,c);
Expand Down

0 comments on commit 9e28a66

Please sign in to comment.