diff options
| author | Manolo Gouy <Manolo> | 2014-08-27 11:55:57 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2014-08-27 11:55:57 +0000 |
| commit | 8997131377a02004503c40ba2a96e6937bfd39c1 (patch) | |
| tree | 666c4f7d681f1a47f4f3d8372b20d6fc96d2b582 /src/Makefile | |
| parent | 22beee52afd4e06e0f7fa2e19ce86e132b75730b (diff) | |
Added the Fl_Shaped_Window class to support windows of arbitrary shapes.
The new class is fully Doxygen-documented.
Added an example program (example/shapedwindow.cxx) that exercises the new class.
Modified all IDE-supporting files accordingly.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10255 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 625e067a7..1376c3595 100644 --- a/src/Makefile +++ b/src/Makefile @@ -71,6 +71,7 @@ CPPFILES = \ Fl_Round_Button.cxx \ Fl_Scroll.cxx \ Fl_Scrollbar.cxx \ + Fl_Shaped_Window.cxx \ Fl_Shared_Image.cxx \ Fl_Single_Window.cxx \ Fl_Slider.cxx \ |
