diff options
author | corvid <corvid@lavabit.com> | 2012-12-10 21:12:29 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-12-10 21:12:29 +0000 |
commit | d2681b88ca7fc6606ea6fdd15e0ae1f3eeb14373 (patch) | |
tree | 002d7de92128b1d8c552414e9eb3a98dfb764fee | |
parent | e721e8017a51dc907c0018b4c108b629ad152930 (diff) |
more trimming
BTW, FL_EXPORT turns out to be some windows thing
-rw-r--r-- | dw/fltkcomplexbutton.hh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dw/fltkcomplexbutton.hh b/dw/fltkcomplexbutton.hh index 43be6b57..6b3e73c1 100644 --- a/dw/fltkcomplexbutton.hh +++ b/dw/fltkcomplexbutton.hh @@ -23,15 +23,11 @@ #include <FL/Fl_Group.H> -extern FL_EXPORT Fl_Shortcut fl_old_shortcut(const char*); - namespace dw { namespace fltk { namespace ui { -class FL_EXPORT ComplexButton : public Fl_Group { - - int shortcut_; +class ComplexButton : public Fl_Group { char value_; char oldval; uchar down_box_; |