diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-03-11 23:26:32 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-03-11 23:26:32 +0000 |
| commit | a1d555bd8014679843e6f9c53f33d301b49326b8 (patch) | |
| tree | b7a337af4658795945f247e33815c8559dab49ad /src/Makefile | |
| parent | 5544404f7a89a3d7e781f5e57d1271076485c91c (diff) | |
Separated Fl_Input_Choice.H and Fl_Input_Choice.cxx (STR #2750).
As proposed in STR #2750 and #2752: only status quo, i.e.:
- no new method Fl_Input_Choice::maximum_size(int) (STR #2750 and #2752)
- no handling of FL_Down key to open menu (STR #2752)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12192 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index cecae2845..52ff8ff5a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -51,6 +51,7 @@ CPPFILES = \ Fl_Image_Surface.cxx \ Fl_Input.cxx \ Fl_Input_.cxx \ + Fl_Input_Choice.cxx \ Fl_Light_Button.cxx \ Fl_Menu.cxx \ Fl_Menu_.cxx \ |
