summaryrefslogtreecommitdiff
path: root/ide/VisualC2010/fltk.lib.vcxproj.filters
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-08-27 11:55:57 +0000
committerManolo Gouy <Manolo>2014-08-27 11:55:57 +0000
commit8997131377a02004503c40ba2a96e6937bfd39c1 (patch)
tree666c4f7d681f1a47f4f3d8372b20d6fc96d2b582 /ide/VisualC2010/fltk.lib.vcxproj.filters
parent22beee52afd4e06e0f7fa2e19ce86e132b75730b (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 'ide/VisualC2010/fltk.lib.vcxproj.filters')
-rw-r--r--ide/VisualC2010/fltk.lib.vcxproj.filters4
1 files changed, 4 insertions, 0 deletions
diff --git a/ide/VisualC2010/fltk.lib.vcxproj.filters b/ide/VisualC2010/fltk.lib.vcxproj.filters
index 6ada2d1f6..5bf97fdd4 100644
--- a/ide/VisualC2010/fltk.lib.vcxproj.filters
+++ b/ide/VisualC2010/fltk.lib.vcxproj.filters
@@ -268,6 +268,9 @@
<ClInclude Include="..\..\FL\Fl_Select_Browser.H">
<Filter>Headers</Filter>
</ClInclude>
+ <ClInclude Include="..\..\FL\Fl_Shaped_Window.H">
+ <Filter>Headers</Filter>
+ </ClInclude>
<ClInclude Include="..\..\FL\Fl_Shared_Image.H">
<Filter>Headers</Filter>
</ClInclude>
@@ -481,6 +484,7 @@
<ClCompile Include="..\..\src\fl_set_font.cxx" />
<ClCompile Include="..\..\src\fl_set_fonts.cxx" />
<ClCompile Include="..\..\src\fl_shadow_box.cxx" />
+ <ClCompile Include="..\..\src\Fl_Shaped_Window.cxx" />
<ClCompile Include="..\..\src\Fl_Shared_Image.cxx" />
<ClCompile Include="..\..\src\fl_shortcut.cxx" />
<ClCompile Include="..\..\src\fl_show_colormap.cxx" />