From f1b2c92fcea255c692177689f178a2eb74613f4e Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 21 Sep 2014 14:10:36 +0000 Subject: STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new member function Fl_Window::shape(Fl_Image*) that gives a non-rectangular shape to a standard window. The benefit is that it works with Fl_Double_Window and Fl_Menu_Window as well. It also works for free with Fl_Gl_Window on the X11 platform only. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10325 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f50cda627..b662bb39d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -56,7 +56,6 @@ set(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 @@ -82,6 +81,7 @@ set(CPPFILES Fl_Window_fullscreen.cxx Fl_Window_hotspot.cxx Fl_Window_iconize.cxx + Fl_Window_shape.cxx Fl_Wizard.cxx Fl_XBM_Image.cxx Fl_XPM_Image.cxx -- cgit v1.2.3