From 8997131377a02004503c40ba2a96e6937bfd39c1 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 27 Aug 2014 11:55:57 +0000 Subject: 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 --- ide/VisualC6/fltk.dsp | 4 ++++ ide/VisualC6/fltkdll.dsp | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'ide/VisualC6') diff --git a/ide/VisualC6/fltk.dsp b/ide/VisualC6/fltk.dsp index adab15ec7..3c20bad2a 100644 --- a/ide/VisualC6/fltk.dsp +++ b/ide/VisualC6/fltk.dsp @@ -515,6 +515,10 @@ SOURCE=..\..\src\fl_shadow_box.cxx # End Source File # Begin Source File +SOURCE=..\..\src\Fl_Shaped_Window.cxx +# End Source File +# Begin Source File + SOURCE=..\..\src\Fl_Shared_Image.cxx # End Source File # Begin Source File diff --git a/ide/VisualC6/fltkdll.dsp b/ide/VisualC6/fltkdll.dsp index ac30038d2..311d41c87 100644 --- a/ide/VisualC6/fltkdll.dsp +++ b/ide/VisualC6/fltkdll.dsp @@ -533,6 +533,10 @@ SOURCE=..\..\src\fl_shadow_box.cxx # End Source File # Begin Source File +SOURCE=..\..\src\Fl_Shaped_Window.cxx +# End Source File +# Begin Source File + SOURCE=..\..\src\Fl_Shared_Image.cxx # End Source File # Begin Source File -- cgit v1.2.3